server tech question---how to verify hardware specs?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • models
    Registered User
    • Oct 2002
    • 118

    #1

    server tech question---how to verify hardware specs?

    hi-

    this might be a dumb question, but:

    is there a way to verify the hardware data of your server by ftp or telnet? i'm talking about dedicated boxes.

    ie.

    avail HD space
    processor(s) specs
    RAM

    etc.

    if possible pls advise.

    thanks.
  • Phil21
    Confirmed User
    • May 2001
    • 993

    #2
    On linux:

    df -h (hard disk)
    free (RAM)
    cat /proc/cpuinfo (processor, don't believe it if you're on a P4 Xeon system w/ hyperthreading though. ;)

    -Phil
    Quality affordable hosting.

    Comment

    • Mr Cheeks
      Confirmed User
      • Apr 2002
      • 901

      #3
      for processor: dmesg | grep cpu

      Comment

      • oscer
        Confirmed User
        • Jan 2001
        • 2834

        #4
        I know on freebsd you can check it in logs/messages

        But it wont put it in User Friendly Terms
        XR Networks
        Dedicated | VPS | Shared Hosting
        ICQ 42602565

        Comment

        • models
          Registered User
          • Oct 2002
          • 118

          #5
          you guys are great.

          thanks!

          Comment

          Working...