Server performance?

Discussion in 'Site & Server Administration' started by TOM1, Oct 8, 2006.

  1. #1
    I know that real life experience is what really shows your server performance but is there any pattern between different servers and users? Example how many users can 3,0Ghz and 1GB handle at the same time?
     
    TOM1, Oct 8, 2006 IP
  2. eXe

    eXe Notable Member

    Messages:
    4,643
    Likes Received:
    248
    Best Answers:
    0
    Trophy Points:
    285
    #2
    It depends on what the users are doing. There will be significant difference between 5000 people downloading html files or using a cgi proxy. If you host database server on the same box as web server the threshold gets lower...
     
    eXe, Oct 8, 2006 IP
  3. hadrick

    hadrick Banned

    Messages:
    117
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Actually it would differ based on your server processor. And then the processor speed. Like you cant expect the performance like P4 2.8 ghz with celeron 2.8 ghz. And also there are performance changes between 64 bit and 32 bit servers.

    Can you let us know which server processor you are going to use? :)

    Regards
     
    hadrick, Oct 9, 2006 IP
  4. TOM1

    TOM1 Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I have 2,4 Celeron with 1Gb. I know that memory is crucial factor when you have database driven websites.
     
    TOM1, Oct 9, 2006 IP
  5. Will.Spencer

    Will.Spencer NetBuilder

    Messages:
    14,789
    Likes Received:
    1,040
    Best Answers:
    0
    Trophy Points:
    375
    #5
    Also, what OS and web server are you using? FreeBSD and Apache will be a lot more efficient than Windows XP and IIS.

    And then... we talk about tuning...
     
    Will.Spencer, Oct 9, 2006 IP
    Mia likes this.
  6. TOM1

    TOM1 Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Server is running CentOS and Apache.
    Tuning... sounds interesting. :cool:
     
    TOM1, Oct 10, 2006 IP
  7. Will.Spencer

    Will.Spencer NetBuilder

    Messages:
    14,789
    Likes Received:
    1,040
    Best Answers:
    0
    Trophy Points:
    375
    #7
    Check out Apache Performance Tuning.

    On my FreeBSD web server, I recently increased performance significantly with these three kernel tuning commands:
    
    sysctl kern.ipc.maxsockets=32768
    sysctl kern.ipc.nmbclusters=51200
    sysctl kern.ipc.somaxconn=512
    Code (markup):
    I also made these changes to httpd.conf:
    
    <IfModule mpm_prefork_module>
        StartServers          128
        MinSpareServers       32
        MaxSpareServers      96
        ServerLimit         512
        MaxClients          512
        MaxRequestsPerChild   0
    </IfModule> 
    
    Code (markup):
    Of course, I could do better if I abandoned the Prefork MPM.
     
    Will.Spencer, Oct 10, 2006 IP
    GTech and eXe like this.
  8. MrRadic

    MrRadic Active Member

    Messages:
    426
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    85
    #8
    We have multiple Dual Opteron 252 // 4 GB of ram. And honestly, you can't predict how many you can fit on there, sometimes you get sites that use more process and bandwidth, and other times its less. I think it comes down to how much processor usage you want on your servers...I try not to ever let it go above 2% to keep things quick!
     
    MrRadic, Oct 10, 2006 IP
  9. TOM1

    TOM1 Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Thanks for your posts and info. :)
     
    TOM1, Oct 11, 2006 IP
  10. blazed

    blazed Guest

    Best Answers:
    0
    #10
    It all depends on the websites hosted on your server... is it all .html sites or using DB? and if using DB then how many requests are going to the server per page on the average.

    Please provide some more info.
     
    blazed, Oct 12, 2006 IP
  11. eXe

    eXe Notable Member

    Messages:
    4,643
    Likes Received:
    248
    Best Answers:
    0
    Trophy Points:
    285
    #11
    It's best to host db on another server all together for high traffic sites.
     
    eXe, Oct 12, 2006 IP
  12. blazed

    blazed Guest

    Best Answers:
    0
    #12
    in addition to this...
    One should go for a very good high quality and with good ram i must say 2 GB ram and AMD processor.
    If compared bet. Xeon and Opteron, i will show green signal to Opteron.
     
    blazed, Oct 16, 2006 IP