Discover Centmin Mod today
Register Now

Budget VPS Provider Survey

Discussion in 'Virtual Private Server (VPS) hosting' started by Matt S., Oct 31, 2018.

  1. eva2000

    eva2000 Administrator Staff Member

    55,797
    12,271
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,857
    Local Time:
    6:09 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    interesting could be linux cpu utilisation = 1 minus whatever percentage was %idle so if %steal was high = cpu %idle would be low and thus cpu utilisation reported as high

    should be able to look back at past cpu utilisation stats via sar command

    for today or use -f flag to back back in time to see how cpu utilisation changed since migrating to Xeon Gold 6148 :)
    Code (Text):
    sar -u
    


     
    Last edited: Nov 21, 2018
  2. eva2000

    eva2000 Administrator Staff Member

    55,797
    12,271
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,857
    Local Time:
    6:09 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+