Finding the specs of a server.

Discussion in 'Site & Server Administration' started by jallikatu, Feb 1, 2009.

  1. #1
    Well i have two questions.

    1. If i am purchasing a dedicated server how can i know i am really allotted a dedicated server.
    2.How to find the specifications of the server.

    Please help.
     
    jallikatu, Feb 1, 2009 IP
  2. attila123

    attila123 Active Member

    Messages:
    113
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #2
    You can find in the processor or other hardware informations. If the machine is vps the names of the hardwares is different from real.
     
    attila123, Feb 1, 2009 IP
  3. gate2vn

    gate2vn Peon

    Messages:
    809
    Likes Received:
    33
    Best Answers:
    1
    Trophy Points:
    0
    #3
    Depends on your hardware and software configuration, but basically you can know everything if you have root. Which OS?
     
    gate2vn, Feb 1, 2009 IP
  4. jallikatu

    jallikatu Peon

    Messages:
    352
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi thank you for your reply. Let me make myself a bit more clear. Say if i am buying a server(2gb quad core let's assume) from xxx company how can i know whether they are hosting my website in the same server which i ordered. A reverse ip check will not be effective i believe. If they give me a dedicated ip instead of a dedicated server there will be no way of finding it. Please help.
     
    jallikatu, Feb 1, 2009 IP
  5. gate2vn

    gate2vn Peon

    Messages:
    809
    Likes Received:
    33
    Best Answers:
    1
    Trophy Points:
    0
    #5
    I assume you are on a Linux bos, dmesg command will give you some info. Also, "free -m" command let you know the memory capacity too.
     
    gate2vn, Feb 1, 2009 IP
  6. jallikatu

    jallikatu Peon

    Messages:
    352
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Can you explain a bit more in detail. Is it possible in shared hosting too.
     
    jallikatu, Feb 1, 2009 IP
  7. gate2vn

    gate2vn Peon

    Messages:
    809
    Likes Received:
    33
    Best Answers:
    1
    Trophy Points:
    0
    #7
    Shared hosting is the same, but you will need ssh to execute those commands. There are some PHP scripts allowing to view system resources too, you can try to search on hotscripts.
     
    gate2vn, Feb 2, 2009 IP
  8. jallikatu

    jallikatu Peon

    Messages:
    352
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Hi thank you gate2vn
     
    jallikatu, Feb 2, 2009 IP
  9. eViSeRaTe

    eViSeRaTe Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    If you buy a server from a reputable company (theplanet.com), you will have no need to question what you are buying.
     
    eViSeRaTe, Feb 2, 2009 IP
  10. w0tan

    w0tan Peon

    Messages:
    77
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #10
    If you have access to SSH, login and use the following commands:

    
    cat /proc/cpuinfo
    
    Code (markup):
    Here, the important line is one that begins with "CPU Mhz", that will be your CPU speed.

    And then run

    
    cat /proc/meminfo
    
    Code (markup):
    Which will tell you how much total memory you have in your system.
     
    w0tan, Feb 2, 2009 IP
  11. jallikatu

    jallikatu Peon

    Messages:
    352
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #11
    THank you folks.
     
    jallikatu, Feb 3, 2009 IP