Web Hosting Talk







View Full Version : Verifying server specs???


iddav
08-02-2002, 12:41 AM
Is there a way to verify the hardware (e.g. processor) installed on a server? For example, what if you purhcase an account from a host claiming to have P3 1.3 GHz and 1GB RAM, how would you confirm that?

qps
08-02-2002, 12:46 AM
cat /proc/cpuinfo

cat /proc/meminfo

clocker1996
08-02-2002, 01:09 AM
df -h

neil
08-02-2002, 11:41 AM
you could try phpSysInfo - it's a php script that you upload to server and then view over the web. You can grab it at http://phpsysinfo.sourceforge.net/

sitekeeper
08-02-2002, 03:43 PM
Server Check is very good and detailed http://www.monster-submit.com/servercheck/

iddav
08-02-2002, 04:44 PM
Thanks a lot for the replies. Very helpful. :)

eweber
08-02-2002, 10:05 PM
Originally posted by sitekeeper
Server Check is very good and detailed http://www.monster-submit.com/servercheck/

What a cool script!

RRolfe
08-02-2002, 10:38 PM
Originally posted by neil
you could try phpSysInfo - it's a php script that you upload to server and then view over the web. You can grab it at http://phpsysinfo.sourceforge.net/

that script works great too.