Discover Centmin Mod today
Register Now

Prestashop problem on centminmod, database mariadb use CPU 100%

Discussion in 'Install & Upgrades or Pre-Install Questions' started by adamus007p, Oct 15, 2019.

Tags:
  1. adamus007p

    adamus007p Member

    366
    18
    18
    Feb 8, 2019
    Ratings:
    +35
    Local Time:
    12:43 AM
    • CentOS Version: CentOS Linux release 7.7.1908 (Core)
      Centmin Mod Version Installed: 123.09beta01.b290
    • Nginx Version Installed:
      nginx version: nginx/1.17.4 (141019-192921-centos7-kvm)
      PHP Version Installed: 7.3.10
    • MariaDB MySQL Version Installed:
      10.3.18-MariaDB MariaDB Server
      When was last time updated Centmin Mod code base ? : fresh installed today new
    • Persistent Config:
    I used Install - Discussion: how do you initially install & setup your Centmin Mod server? initial setup but i was installing version without it.



    My problem is following:
    I have migrated a prestashop 1.6 (newest 1.6 branch) to new server.
    I wanted to use centminmode.

    I was installing centmin many times on diffrent servers to i have excluded the problem with hardware. I was coping a presta from my local computer.
    In my local PC evertying is ok, but I am not using a centminmode.

    Finally I migrate my presta to centos. I have manually install php, ngix, mariadb and everyting is correct.
    The problem is with centminmode when I run stres tests or when I click many time to open products the mariabd take 100% CPU.
    The shop freeze.

    I do the same prodecure on non centminmode evwiroment and everything is fine.

    I don't know why but something is wrong or there is a bug (compilation or config).

    First i though that maybe the prestashop or big database, but I was testing and tests show the the problem is only on centminmode enviroment.


    @eva2000 any help?
    If you need any config or logs please write me how to get it and I will send it to you.

    I attach screen from htop.
     

    Attached Files:

  2. eva2000

    eva2000 Administrator Staff Member

    53,229
    12,116
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,654
    Local Time:
    8:43 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    If running Centmin Mod 123.09beta01 or higher, you will have access to a cminfo top command which can also provide a summary of statistics - some of which are explained in info and linked articles below.

    FYI, CPU load optimal is 1.0 per cpu thread so 8 cpu thread normal = 8x1 = 8.0. 16 cpu server normal is 16x1 = 16.0

    so cpu load of 8 for
    • 2 cpu server = 8/2 = 4.0 load average
    • 4 cpu server = 8/4 = 2.0 load average
    • 8 cpu server = 8/8 = 1.0 load average
    When you type top command, hit number 1 to break down per cpu stats

    Centmin Mod is provided as is, so troubleshooting load issues is left to end user to do. However, there's many linux tools and scripts that can help you figure out what was causing the load issues and when.

    If you're providing info on this forum, more info might be helpful
    1. What version of Centmin Mod ? .08 stable or .09 beta ? If .09 beta when was it installed and when was last time you updated ?
    2. What's your VPS/Server hardware specifications ? cpu type ? memory available ? disk space ?
    3. Who's your web host ? Different hosts have different limits for server resource usage and some are more restrictive that others so it could just be their resource usage policy you tripped which may or may not be restrictive. If restrictive, then real solution would be finding a better web host. If not restrictive, then it's finding out what caused high cpu load.
    4. If running Centmin Mod 123.09beta01 or higher, you will have access to a cminfo top command which can also provide a summary of statistics - some of which are explained in info and linked articles below.
    Tools and commands you will want to read up on and learn for basic system admin tasks and troubleshooting.
     
  3. adamus007p

    adamus007p Member

    366
    18
    18
    Feb 8, 2019
    Ratings:
    +35
    Local Time:
    12:43 AM
    I copy and past htop scren.
    load avaradge 2.91 0.88, 0.40

    Some questions are responded above.
    1. Centmin Mod Version Installed: 123.09beta01.b290 this is fresh instal from yeasterday.
    2. it doesn't matter I was testing on diffrent hardware.
    but for example 6 dedicated CPU, 560 SSD, 32GB RAM.
    3. You did not read what i wrote. I can install clean linux mariadb, php, ningx and I have no problem with CPU. The problem is when i use centminmode. I use the same versions and the same website, database.
    4. ok I will have a look.

    This is not a problem with my website with software or with hardware. The problem is with centmin itself or with settings. The question is how to correct it.

    When the problem would be the same I would say the problem is with website.
    When the problem would be different on diffrent servers I would say problem with hardware.
    The problem is related only to centminmode enviroment.

    Thank you i will check a tools which you have send.
     
  4. adamus007p

    adamus007p Member

    366
    18
    18
    Feb 8, 2019
    Ratings:
    +35
    Local Time:
    12:43 AM
    I have disabled memcache and it seems that problem is solved.

    What for is using memcache in centminmode?
    Does Mariadb use memcache?

    Interesting thing is that swap is not using by OS.
     
  5. eva2000

    eva2000 Administrator Staff Member

    53,229
    12,116
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,654
    Local Time:
    8:43 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    how did you disable memcache ? exact steps/commands ?
     
  6. adamus007p

    adamus007p Member

    366
    18
    18
    Feb 8, 2019
    Ratings:
    +35
    Local Time:
    12:43 AM
    I have used
    Code:
    systemctl disable memcached
    and this solved a problem.

    After 40hours spending and reinstalling 3rd time a server I wanted to leave centminmode but finally i had a intuition that it may be caused by memcached as I had some experience with prestashop, but it is related to mariadb I don't know. Prestashop had some problem with cache when memcache was enabled but not with database. The thing is that product page was making this problem.
    Any idea why it may be connected?

    Ok product page but the problem should be the same without the memcached but now it is ok. I can not understand it....
     
    Last edited: Oct 17, 2019
  7. eva2000

    eva2000 Administrator Staff Member

    53,229
    12,116
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,654
    Local Time:
    8:43 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  8. adamus007p

    adamus007p Member

    366
    18
    18
    Feb 8, 2019
    Ratings:
    +35
    Local Time:
    12:43 AM
    I was updating other VPS and I have noticed.

    You can compile Zend OPcache (Zend Optimizer Plus+) support
    as an alternative to using APC Cache or Xcache cache.
    But Zend OPcache only provides PHP opcode cache and
    DOESN'T do data caching, so if your web apps such as Wordpress,
    Drupal or vBulletin require data caching to APC or Xcache,
    it won't work with Zend OPcache.

    How to check if I use or not Zend OPcache?
    Maybe this is a problem with Prestashop?

    How to check it?
     
  9. eva2000

    eva2000 Administrator Staff Member

    53,229
    12,116
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,654
    Local Time:
    8:43 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Centmin Mod default is to install PHP-FPM with Zend Opcache and it even says that when you run centmin.sh menu option 5 and asks if you want to install with Zend Opcache
    Code (Text):
    -----------------------------------------------------------------------------------------
    Detected PHP 7.2 branch.
    You can compile Zend OPcache (Zend Optimizer Plus+) support
    as an alternative to using APC Cache or Xcache cache.
    But Zend OPcache only provides PHP opcode cache and
    DOESN'T do data caching, so if your web apps such as Wordpress,
    Drupal or vBulletin require data caching to APC or Xcache,
    it won't work with Zend OPcache.
    -----------------------------------------------------------------------------------------
    Do you want to use Zend OPcache [y/n] ? y
    

    as can you check if Zend Opcache is reported from php version command
    Code (Text):
    php -v
     
  10. adamus007p

    adamus007p Member

    366
    18
    18
    Feb 8, 2019
    Ratings:
    +35
    Local Time:
    12:43 AM
    At VPS where I had a problem
    Code (Text):
     php -v
    PHP Warning:  Cannot load module 'redis' because required module 'igbinary' is not loaded in Unknown on line 0
    PHP 7.3.10 (cli) (built: Oct 15 2019 17:03:35) ( NTS )
    Copyright (c) 1997-2018 The PHP Group
    Zend Engine v3.3.10, Copyright (c) 1998-2018 Zend Technologies
        with Zend OPcache v7.3.10, Copyright (c) 1999-2018, by Zend Technologies
    


    Could it be a problem of problem with Prestashop and CPU?

    I don't use redis, but i see a warning.
     
  11. eva2000

    eva2000 Administrator Staff Member

    53,229
    12,116
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,654
    Local Time:
    8:43 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    run centmin.sh menu option 13 submenu option 2 to reinstall redis php extension but if you don't use redis caching, then not related to your issues
     
  12. adamus007p

    adamus007p Member

    366
    18
    18
    Feb 8, 2019
    Ratings:
    +35
    Local Time:
    12:43 AM
    Hello @eva2000
    I see that the same problems (warnign redis even when i not used it) i see on my ohter server.

    Code (Text):
    cminfo top
    PHP Warning:  Cannot load module 'redis' because required module 'igbinary' is not loaded in Unknown on line 0
    ------------------------------------------------------------------
     Centmin Mod Top Info:
    ------------------------------------------------------------------
     Server Location Info
    
      city: Berlin
      region: Berlin
      country: DE
      timezone: Europe/Berlin
      ASN: AS197540 netcup GmbH
    
     Processors physical = 1, cores = 8, virtual = 8, hyperthreading = no
    
          8  2399.994
          8  QEMU Virtual CPU version 2.5+
          8  16384 KB
    
     System Up Since:       2019-10-28 10:44:15
     System Uptime:         up 2 weeks, 1 day, 3 hours, 46 minutes
     MySQL Server Started   2019-11-12 14:27:50
     MySQL Uptime:          2 min 56 sec
     MySQL Uptime (secs):   176
     Server Type:           kvm
     CentOS Version:        7.7
     Centmin Mod:           123.09beta01.b309
     Nginx PageSpeed:       OFF
     Nginx Version:         1.17.5 (281019-114632-centos7-kvm)
     PHP-FPM Version:       Warning:
     MariaDB Version:       10.3.18
     CSF Firewall:          v13.08
     Memcached Server:      1.5.19
     NSD Version:            -
     Siege Version:         4.0.4
     Maldet Version:        not installed
     ClamAV Version:        not installed
     ElasticSearch:         not installed
    
    ------------------------------------------------------------------
    free -mtl
                  total        used        free      shared  buff/cache   available
    Mem:          15884        3092        1879         348       10911       12111
    Low:          15884       14004        1879
    High:             0           0           0
    Swap:          8064          16        8048
    Total:        23949        3109        9927
    
    ------------------------------------------------------------------
    top 10 processes using swap (VmSwap)
    
          1108 polkitd                                     4052 kB
          1196 dhclient                                    1296 kB
          1124 haveged                                     1244 kB
          1397 tuned                                       1072 kB
          1137 NetworkManager                              1020 kB
           702 systemd-udevd                                844 kB
          1120 rngd                                         796 kB
          1140 ntpd                                         540 kB
          1138 crond                                        248 kB
          1125 dbus-daemon                                  236 kB
    
    ------------------------------------------------------------------
    top 10 processes' virtual memory size (VmSize/VSZ)
    RSS vs VSZ https://stackoverflow.com/a/21049737/272648
    RSS https://en.wikipedia.org/wiki/Resident_set_size
    
          9861 mysqld                                   8526232 kB
         27277 nginx                                    1278204 kB
         27281 nginx                                    1270012 kB
         27280 nginx                                    1270012 kB
         27278 nginx                                    1245436 kB
         27276 nginx                                    1143036 kB
          9975 php-fpm                                   827884 kB
          8920 php-fpm                                   738936 kB
         10309 php-fpm                                   738596 kB
          3727 php-fpm                                   732952 kB
    
    ------------------------------------------------------------------
    smem process memory info (sorted by RSS)
    PSS https://en.wikipedia.org/wiki/Proportional_set_size
    USS https://en.wikipedia.org/wiki/Unique_set_size
    
      PID User     Command                         Swap      USS      PSS      RSS
     9861 mysql    /usr/sbin/mysqld                   0   980004   980217   982636
    27277 nginx    nginx: worker process              0    76588    83299   110268
    27278 nginx    nginx: worker process              0    65752    72465    99436
    27280 nginx    nginx: worker process              0    52248    58957    85924
    27281 nginx    nginx: worker process              0    52056    58772    85744
     2482 root     SCREEN                             0    45980    46028    46660
    27276 root     nginx: master process /usr/        0     7032    13043    37552
    29008 root     lfd - sleepin                      0    23612    23636    24428
     9975 nginx    php-fpm: pool www                  0     9592    11666    18836
     1397 root     /usr/bin/python2 -Es /usr/s     1072    12596    13567    16884
    10309 nginx    php-fpm: pool www                  0     7972     9853    16332
     8920 nginx    php-fpm: pool www                  0     7760     9654    16228
     3727 root     php-fpm: master process (/u        0     2476     4153     9800
    10654 root     python /usr/bin/smem -rt -s        0     6700     7299     8772
      670 root     /usr/lib/systemd/systemd-jo      168     3424     4448     6396
     7013 root     sshd: root@pts/0                   0     1536     2101     6072
    15424 root     sshd: papi [priv]                  0      376     1483     6000
     1137 root     /usr/sbin/NetworkManager --     1016     2076     2591     5768
     1399 root     /usr/sbin/rsyslogd -n           2504     2288     3346     5552
     1108 polkitd  /usr/lib/polkit-1/polkitd -     4052     2760     3231     5488
     2417 postfix  tlsmgr -l -t unix -u               0     1852     2131     4904
    30011 root     sudo su mydomain               0     1168     1460     4628
    15241 root     sudo su mydomain               0     1168     1460     4628
     6819 root     sudo su                            0     1172     1464     4628
    15805 postfix  qmgr -l -t unix -u                 0     1404     1681     4416
     1396 root     /usr/sbin/sshd -D                 24     1004     1259     4324
     9985 root     sshd: [accepted]                   0     1024     1279     4292
     7806 postfix  pickup -l -t unix -u               0     1268     1535     4172
        1 root     /usr/lib/systemd/systemd --      160     2904     2942     4000
     6821 root     bash                               0     2144     2285     3984
     1196 root     /sbin/dhclient -d -q -sf /u     1296     1088     1221     3648
     7015 root     -bash                              0     1780     1894     3480
     2483 root     /bin/bash                          0     1812     1911     3476
    30013 mydomain bash                               0     1648     1788     3460
    15479 papi     /bin/bash                          0     1588     1710     3352
    15243 mydomain bash                               0     1576     1694     3328
    15206 papi     /bin/bash                          0     1484     1602     3236
    15429 papi     -bash                              0     1392     1489     3024
    26668 root     pure-ftpd (SERVER)                 0     1596     1704     2884
     1124 root     /usr/sbin/haveged -w 4067 -     1236     2128     2144     2724
    15428 papi     sshd: papi@pts/2                   0      424     1139     2608
    14286 papi     SCREEN -R lsnew                    0     1684     1739     2416
     1120 root     /sbin/rngd -f                    796      156      304     2380
    30012 root     su mydomain                    0      576      666     2356
     6820 root     su                                 0      576      666     2356
    15242 root     su mydomain                    0      576      658     2340
     1911 root     /usr/libexec/postfix/master       40     1196     1226     2244
     1125 dbus     /usr/bin/dbus-daemon --syst      236      604      739     2080
     1140 ntp      /usr/sbin/ntpd -u ntp:ntp -      540      348      457     1772
    10143 root     /bin/bash /usr/bin/cminfo t        0      228      415     1756
     1121 root     /usr/lib/systemd/systemd-lo      132      780      805     1756
     1138 root     /usr/sbin/crond -n               248      464      481     1372
    10183 root     /bin/bash /usr/bin/cminfo t        0      324      486     1268
    15474 papi     screen -r                          0      328      373     1200
    23950 root     /sbin/auditd                       0      520      531     1072
     1116 root     /usr/sbin/irqbalance --fore      152      132      185     1044
      702 root     /usr/lib/systemd/systemd-ud      844       44       68     1020
     1427 root     /sbin/agetty --noclear tty1        0      128      143      808
    10184 root     tee /root/centminlogs/cminf        0      124      135      680
    -------------------------------------------------------------------------------
       59 9                                       14516  1403240  1455678  1703892
    
    ------------------------------------------------------------------
    df -hT
    Filesystem     Type      Size  Used Avail Use% Mounted on
    devtmpfs       devtmpfs  7.8G     0  7.8G   0% /dev
    tmpfs          tmpfs     7.8G     0  7.8G   0% /dev/shm
    tmpfs          tmpfs     7.8G  345M  7.5G   5% /run
    tmpfs          tmpfs     7.8G     0  7.8G   0% /sys/fs/cgroup
    /dev/sda2      ext4      1.5T  297G  1.1T  22% /
    tmpfs          tmpfs     7.8G  1.2M  7.8G   1% /tmp
    /dev/sda1      ext4      976M  210M  700M  24% /boot
    tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/0
    tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/1003
    
    ------------------------------------------------------------------
    php-fpm stats
    
    Processes active: 2, idle: 0, Requests: 340537, slow: 0, Traffic: 0req/sec
    pool:                 www
    process manager:      ondemand
    start time:           28/Oct/2019:12:48:16 +0000
    start since:          1302154
    accepted conn:        340542
    listen queue:         0
    max listen queue:     188
    listen queue len:     65535
    idle processes:       0
    active processes:     3
    total processes:      3
    max active processes: 104
    max children reached: 29
    slow requests:        0
    
    ------------------------------------------------------------------
    Filter sar -q for times cpu load avg (1min) hit/exceeded cpu threads max
    
    no times found that >= 8.00
    
    ------------------------------------------------------------------
    Filter sar -q for times cpu load avg (5min) hit/exceeded cpu threads max
    
    no times found that >= 8.00
    
    ------------------------------------------------------------------
    sar -q | sed -e "s|$(hostname)|hostname|g"
    Linux 3.10.0-1062.1.2.el7.x86_64 (hostname)     11/12/2019      _x86_64_        (8 CPU)
    
    12:00:01 AM   runq-sz  plist-sz   ldavg-1   ldavg-5  ldavg-15   blocked
    12:05:01 AM         2       234      0.04      0.18      0.79         0
    12:10:01 AM         3       235      0.04      0.10      0.59         0
    12:15:01 AM         2       236      1.02      0.51      0.61         0
    12:20:01 AM         1       227      0.22      0.56      0.62         0
    12:25:01 AM         2       227      0.87      0.49      0.55         0
    12:30:01 AM         1       230      0.48      0.72      0.65         0
    12:35:01 AM         1       228      0.07      0.31      0.49         0
    12:40:01 AM         6       229      0.44      0.25      0.41         0
    12:45:01 AM         1       226      1.01      0.74      0.58         0
    12:50:01 AM         2       227      0.09      0.30      0.43         0
    12:55:01 AM         2       227      1.16      0.80      0.61         0
    01:00:02 AM         2       227      0.02      0.36      0.48         0
    01:05:01 AM         5       223      0.00      0.14      0.35         0
    01:10:01 AM         2       223      0.00      0.05      0.25         0
    01:15:01 AM         1       223      0.03      0.03      0.19         0
    01:20:01 AM         2       224      1.03      0.65      0.41         0
    01:25:01 AM         1       221      0.67      0.83      0.57         0
    01:30:01 AM         1       224      0.04      0.34      0.43         0
    01:35:01 AM         4       226      0.00      0.12      0.31         0
    01:40:01 AM         3       225      0.02      0.07      0.23         0
    01:45:01 AM         2       224      0.72      0.25      0.25         0
    01:50:01 AM         2       225      1.01      0.74      0.46         0
    01:55:01 AM         1       225      0.78      0.86      0.60         0
    02:00:01 AM         1       226      0.01      0.33      0.44         0
    02:05:01 AM         3       224      0.00      0.12      0.32         0
    02:10:01 AM         1       222      0.00      0.04      0.23         0
    02:15:01 AM         1       225      0.00      0.03      0.18         0
    02:20:01 AM         1       221      0.00      0.01      0.13         0
    02:25:01 AM         1       226      0.00      0.01      0.11         0
    02:30:01 AM         2       228      0.09      0.04      0.09         0
    02:35:01 AM         2       222      0.14      0.05      0.07         0
    02:40:01 AM         1       228      0.01      0.04      0.06         0
    02:45:01 AM         1       224      0.00      0.02      0.05         0
    02:50:01 AM         1       225      0.00      0.01      0.05         0
    02:55:01 AM         1       227      0.05      0.03      0.05         0
    03:00:01 AM         6       226      1.20      0.32      0.14         1
    03:05:01 AM         4       228      2.98      2.01      0.93         0
    03:10:01 AM         2       229      0.09      0.85      0.74         0
    03:15:01 AM         5       229      0.03      0.35      0.55         0
    03:20:01 AM         1       224      0.00      0.13      0.40         0
    03:25:01 AM         1       228      0.11      0.16      0.34         0
    03:30:01 AM         4       230      1.80      0.83      0.54         0
    03:35:01 AM         5       230      1.97      1.46      0.90         0
    03:40:02 AM         6       232      3.81      2.91      1.68         0
    03:45:01 AM         3       231      2.87      2.93      2.03         0
    03:50:02 AM         1       224      0.03      1.15      1.52         0
    03:55:01 AM         3       225      0.95      0.83      1.25         0
    04:00:01 AM         3       227      1.00      0.95      1.19         0
    04:05:01 AM         1       227      0.26      0.75      1.06         0
    04:10:01 AM         3       228      0.03      0.32      0.79         0
    04:15:01 AM         2       229      0.67      0.31      0.64         0
    04:20:01 AM         4       227      2.60      1.44      1.01         0
    04:25:01 AM         6       230      4.50      3.06      1.79         0
    04:30:01 AM         3       228      2.88      3.20      2.23         0
    04:35:01 AM         1       227      0.14      1.42      1.74         0
    04:40:01 AM         2       230      0.00      0.52      1.26         0
    04:45:01 AM         1       224      0.00      0.20      0.92         0
    04:50:01 AM         1       224      0.00      0.07      0.66         0
    04:55:01 AM         1       229      0.01      0.04      0.49         0
    05:00:01 AM         1       227      0.07      0.05      0.37         0
    05:05:01 AM         3       226      1.90      0.97      0.64         0
    05:10:01 AM         1       227      0.20      0.79      0.70         0
    05:15:01 AM         1       224      0.08      0.31      0.51         0
    05:20:01 AM         1       227      0.02      0.14      0.38         0
    05:25:01 AM         1       227      0.00      0.06      0.29         0
    05:30:01 AM         2       224      0.69      0.23      0.28         0
    05:35:01 AM         3       228      1.37      0.82      0.51         0
    05:40:01 AM         2       226      1.45      1.42      0.87         0
    05:45:01 AM         7       225      0.71      1.10      0.88         0
    05:50:01 AM         1       225      0.00      0.40      0.64         0
    05:55:01 AM         2       224      0.07      0.17      0.47         0
    06:00:01 AM         3       225      0.00      0.06      0.34         0
    06:05:01 AM         1       228      0.05      0.05      0.26         0
    06:10:01 AM         2       226      0.04      0.03      0.20         0
    06:15:01 AM         2       229      0.08      0.06      0.16         0
    06:20:01 AM         1       230      0.05      0.06      0.13         0
    06:25:01 AM         6       226      0.00      0.02      0.10         0
    06:30:01 AM         4       232      2.68      1.32      0.59         0
    06:35:01 AM         3       226      0.09      0.58      0.47         0
    06:40:01 AM         1       227      0.01      0.24      0.36         0
    06:45:01 AM         3       228      0.70      0.27      0.33         0
    06:50:02 AM         4       228      1.24      0.81      0.54         0
    06:55:01 AM         2       226      1.21      1.29      0.85         0
    07:00:01 AM         2       226      1.01      1.14      0.90         0
    07:05:01 AM         1       227      0.02      0.50      0.70         0
    07:10:01 AM         1       228      0.11      0.23      0.53         0
    07:15:01 AM         2       238      0.98      0.64      0.61         0
    07:20:01 AM         3       258      1.83      1.25      0.87         0
    07:25:01 AM         4       235      0.53      1.22      1.00         0
    07:30:01 AM         2       234      0.04      0.47      0.73         0
    07:35:01 AM         1       235      0.06      0.23      0.56         0
    07:40:01 AM         3       234      0.00      0.09      0.41         0
    07:45:01 AM         1       234      0.01      0.05      0.30         0
    07:50:01 AM         2       237      0.61      0.21      0.29         0
    07:55:01 AM         3       232      2.28      1.32      0.72         0
    08:00:01 AM         3       238      1.85      1.78      1.10         0
    08:05:01 AM         6       236      1.88      1.63      1.20         0
    08:10:01 AM         3       236      1.36      1.40      1.23         0
    08:15:01 AM         7       236      1.87      1.66      1.39         0
    08:20:01 AM         2       235      1.21      1.61      1.46         0
    08:25:01 AM         2       238      0.89      1.25      1.35         0
    08:30:01 AM         2       237      0.01      0.47      0.98         0
    08:35:01 AM         1       234      0.10      0.21      0.73         0
    08:40:01 AM         2       238      0.00      0.08      0.53         0
    08:45:01 AM         3       232      0.01      0.04      0.39         0
    08:50:01 AM         3       234      1.06      0.66      0.56         0
    08:55:01 AM         3       232      1.95      1.36      0.87         0
    09:00:01 AM         7       238      2.73      1.91      1.21         1
    09:05:01 AM         7       237      2.11      2.30      1.60         0
    09:10:01 AM         3       232      1.28      1.88      1.63         0
    09:15:01 AM         5       244      0.71      0.96      1.29         0
    09:20:01 AM         2       231      0.02      0.39      0.95         0
    09:25:01 AM         4       231      0.07      0.20      0.72         0
    09:30:01 AM         2       234      0.00      0.08      0.52         0
    09:35:01 AM         2       234      0.08      0.05      0.39         0
    09:40:01 AM         2       233      0.04      0.03      0.29         0
    09:45:01 AM         2       232      0.00      0.02      0.21         0
    09:50:01 AM         7       235      1.00      0.61      0.41         0
    09:55:01 AM         3       238      2.06      1.34      0.76         0
    10:00:02 AM         3       229      1.89      1.60      1.03         0
    10:05:01 AM         4       230      1.12      1.51      1.17         0
    10:10:01 AM         2       231      0.50      1.08      1.08         0
    10:15:01 AM         1       230      0.05      0.45      0.81         0
    10:20:01 AM         4       236      0.76      0.37      0.66         0
    10:25:01 AM         4       230      2.94      1.88      1.22         0
    10:30:01 AM         4       229      2.28      2.35      1.62         0
    10:35:02 AM         1       226      0.08      1.16      1.34         0
    10:40:01 AM         1       228      0.06      0.47      0.99         0
    10:45:01 AM         1       226      0.00      0.18      0.72         0
    10:50:01 AM         3       225      0.00      0.07      0.52         0
    10:55:01 AM         1       229      0.00      0.03      0.38         0
    11:00:01 AM         4       229      1.05      0.55      0.49         1
    11:05:01 AM         2       245      1.09      0.85      0.64         0
    11:10:01 AM         2       256      1.09      1.01      0.76         0
    11:15:02 AM         2       259      1.00      1.01      0.83         0
    11:20:01 AM         2       259      1.09      1.04      0.89         0
    11:25:01 AM         2       260      1.00      1.01      0.92         0
    11:30:01 AM         2       235      0.40      0.87      0.90         0
    11:35:01 AM         1       234      0.03      0.38      0.68         0
    11:40:01 AM         2       234      0.00      0.14      0.49         0
    11:45:01 AM         1       235      0.00      0.05      0.36         0
    11:50:01 AM         1       235      0.00      0.02      0.26         0
    11:55:01 AM         1       235      0.00      0.01      0.19         0
    12:00:01 PM         4       227      0.74      0.25      0.23         0
    12:05:01 PM         3       229      2.30      1.48      0.75         0
    12:10:01 PM         1       223      0.55      1.12      0.82         0
    12:15:02 PM         1       223      0.00      0.41      0.60         0
    12:20:01 PM         1       223      0.04      0.20      0.46         0
    12:25:01 PM         1       224      0.00      0.08      0.33         0
    12:30:01 PM         2       226      0.00      0.03      0.24         0
    12:35:01 PM         2       224      0.04      0.04      0.19         0
    12:40:01 PM         4       229      1.87      0.89      0.47         0
    12:45:01 PM         6       225      2.53      1.74      0.95         0
    12:50:01 PM         5       226      1.21      1.71      1.20         0
    12:55:02 PM         1       231      0.99      1.29      1.16         0
    01:00:01 PM         1       232      0.08      0.52      0.86         0
    01:05:01 PM         1       229      0.04      0.21      0.63         0
    01:10:01 PM         1       229      0.01      0.09      0.46         0
    01:15:01 PM         1       230      0.00      0.05      0.34         0
    01:20:01 PM         2       231      0.38      0.16      0.31         0
    01:25:01 PM        10       240      7.50      3.56      1.60         0
    01:30:01 PM        10       242      7.82      6.27      3.31         1
    01:35:01 PM         3       234      6.17      6.50      4.26         0
    01:40:01 PM         2       229      1.20      3.23      3.47         0
    01:45:01 PM         4       232      1.22      1.90      2.82         1
    01:50:01 PM         9       234      4.54      3.26      3.13         0
    01:55:01 PM         3       230      2.32      3.07      3.13         0
    02:00:01 PM         4       230      3.64      3.39      3.23         0
    02:05:01 PM         4       231      2.09      2.57      2.92         0
    02:10:01 PM         2       260      1.06      1.78      2.50         0
    02:15:01 PM         2       248      1.04      1.32      2.10         0
    02:20:01 PM         2       250      1.03      1.13      1.81         0
    02:25:01 PM         9       248      5.75      2.95      2.30         0
    02:30:01 PM         2       217      1.35      3.30      2.78         0
    Average:            3       231      0.89      0.86      0.84         0
    
    ------------------------------------------------------------------
    sar -r | sed -e "s|$(hostname)|hostname|g"
    Linux 3.10.0-1062.1.2.el7.x86_64 (hostname)     11/12/2019      _x86_64_        (8 CPU)
    
    12:00:01 AM kbmemfree kbmemused  %memused kbbuffers  kbcached  kbcommit   %commit  kbactive   kbinact   kbdirty
    12:05:01 AM    548368  15717240     96.63   1389656   7533544   9114820     37.17   7251496   4518444       624
    12:10:01 AM    569120  15696488     96.50   1389960   7530964   9087412     37.05   7229148   4518572       316
    12:15:01 AM    509032  15756576     96.87   1390060   7531964   9176988     37.42   7287696   4519008       384
    12:20:01 AM    594672  15670936     96.34   1390108   7532444   9033988     36.84   7206220   4519012       124
    12:25:01 AM    558508  15707100     96.57   1390148   7532628   9103032     37.12   7240104   4519000       104
    12:30:01 AM    502948  15762660     96.91   1391620   7541660   9145636     37.29   7265252   4523808       932
    12:35:01 AM    550264  15715344     96.62   1391952   7538448   9097612     37.10   7233152   4523640       120
    12:40:01 AM    508936  15756672     96.87   1392092   7541552   9129680     37.23   7270824   4521788       168
    12:45:01 AM    520388  15745220     96.80   1392144   7542112   9116372     37.17   7259716   4521864       296
    12:50:01 AM    488712  15776896     97.00   1392300   7544716   9152732     37.32   7282824   4523968       620
    12:55:01 AM    482368  15783240     97.03   1392348   7546652   9164696     37.37   7283912   4524968       588
    01:00:02 AM    509980  15755628     96.86   1392476   7547524   9112232     37.16   7257048   4525400       860
    01:05:01 AM    525792  15739816     96.77   1392696   7548624   9079248     37.02   7241832   4525612       676
    01:10:01 AM    523356  15742252     96.78   1392816   7549552   9086240     37.05   7243984   4526048        96
    01:15:01 AM    537424  15728184     96.70   1392944   7550272   9054168     36.92   7230376   4526132        44
    01:20:01 AM    456676  15808932     97.19   1393284   7556572   9168548     37.39   7298080   4531788       564
    01:25:01 AM    534168  15731440     96.72   1393408   7557324   9043756     36.88   7221636   4531928       192
    01:30:01 AM    465836  15799772     97.14   1393552   7565992   9133444     37.24   7279456   4531848       292
    01:35:01 AM    477796  15787812     97.06   1393636   7568048   9109636     37.15   7262868   4532272       304
    01:40:01 AM    465292  15800316     97.14   1393900   7570028   9118540     37.18   7272204   4532036       556
    01:45:01 AM    398268  15867340     97.55   1394316   7574008   9184304     37.45   7332456   4532880      1340
    01:50:01 AM    412212  15853396     97.47   1394416   7575672   9155712     37.33   7320812   4532196       708
    01:55:01 AM    470272  15795336     97.11   1394628   7576612   9076932     37.01   7258040   4532672       244
    02:00:01 AM    429072  15836536     97.36   1394660   7577084   9140268     37.27   7295528   4532876       140
    02:05:01 AM    465012  15800596     97.14   1394780   7578020   9070496     36.99   7260368   4533144       468
    02:10:01 AM    468992  15796616     97.12   1394956   7580568   9055928     36.93   7256608   4534896       200
    02:15:01 AM    449240  15816368     97.24   1395232   7581248   9094428     37.08   7269140   4535168       244
    02:20:01 AM    463912  15801696     97.15   1395260   7581636   9053976     36.92   7256024   4535012       296
    02:25:01 AM    382240  15883368     97.65   1395552   7586864   9164792     37.37   7328588   4535416      1876
    02:30:01 AM    425008  15840600     97.39   1395576   7584704   9105124     37.13   7286944   4536500       304
    02:35:01 AM    423064  15842544     97.40   1395800   7586864   9116240     37.17   7282272   4537284       808
    02:40:01 AM    417880  15847728     97.43   1396148   7591804   9114652     37.17   7430184   4393860       268
    02:45:01 AM    402976  15862632     97.52   1396240   7593164   9131488     37.23   7441052   4393840      1020
    02:50:01 AM    409024  15856584     97.49   1396252   7593956   9114992     37.17   7438200   4391276       124
    02:55:01 AM    405224  15860384     97.51   1396352   7594516   9103968     37.12   7437916   4391396       360
    03:00:01 AM    325112  15940496     98.00   1396420   7596056   9206412     37.54   7510832   4391960       408
    03:05:01 AM    306400  15959208     98.12   1396460   7597668   9245016     37.70   7522880   4392848       188
    03:10:01 AM    358888  15906720     97.79   1396632   7598572   9151868     37.32   7467568   4392992        32
    03:15:01 AM    383120  15882488     97.64   1396752   7599712   9109588     37.15   7441880   4393652       804
    03:20:01 AM    380476  15885132     97.66   1396808   7601508   9102588     37.12   7441964   4394396      1060
    03:25:01 AM    286260  15979348     98.24   1423636   7642732   9126316     37.21   7517800   4406300      1784
    03:30:01 AM    158064  16107544     99.03   1423732   7649652   9246848     37.71   7619020   4409284      6052
    03:35:01 AM    200780  16064828     98.77   1419112   7555224   9349356     38.12   7541772   4462076         8
    03:40:02 AM    247832  16017776     98.48   1419180   7557020   9280536     37.84   7504820   4451620       744
    03:45:01 AM    201924  16063684     98.76   1419216   7565884   9263292     37.77   7507472   4451912       364
    03:50:02 AM    402216  15863392     97.53   1419376   7545772   9119264     37.18   7372780   4456240       156
    03:55:01 AM    407256  15858352     97.50   1419580   7546436   9099876     37.11   7366168   4456420        40
    04:00:01 AM    422856  15842752     97.40   1419788   7547244   9075308     37.01   7350516   4456756        76
    04:05:01 AM    384392  15881216     97.64   1419928   7547864   9137112     37.26   7388844   4457100        60
    04:10:01 AM    411080  15854528     97.47   1420000   7549052   9110472     37.15   7359224   4457740       864
    04:15:01 AM    360964  15904644     97.78   1420088   7549852   9164416     37.37   7409620   4457908       232
    04:20:01 AM    277960  15987648     98.29   1420108   7551028   9264596     37.78   7490636   4458300       360
    04:25:01 AM    231136  16034472     98.58   1420420   7552232   9316148     37.99   7535300   4458840       204
    04:30:01 AM    301604  15964004     98.15   1420668   7553404   9253684     37.73   7467272   4459272      1436
    04:35:01 AM    365484  15900124     97.75   1421044   7554740   9167636     37.38   7396144   4459968       756
    04:40:01 AM    406156  15859452     97.50   1421300   7555596   9083916     37.04   7354500   4460224       812
    04:45:01 AM    387692  15877916     97.62   1421320   7557552   9111576     37.15   7373024   4460112        64
    04:50:01 AM    410960  15854648     97.47   1421388   7559492   9078352     37.02   7347584   4460452       412
    04:55:01 AM    377240  15888368     97.68   1421612   7563408   9118664     37.18   7378640   4460684       376
    05:00:01 AM    300080  15965528     98.16   1421788   7569756   9214748     37.57   7439856   4464576      1376
    05:05:01 AM    302352  15963256     98.14   1421944   7573044   9186632     37.46   7427844   4466624       348
    05:10:01 AM    352076  15913532     97.84   1422024   7574604   9110096     37.15   7378220   4467044       404
    05:15:01 AM    344288  15921320     97.88   1422380   7576116   9123936     37.20   7385612   4467884       352
    05:20:01 AM    353616  15911992     97.83   1422588   7576632   9104892     37.13   7377460   4467272       160
    05:25:01 AM    335952  15929656     97.93   1422652   7577532   9129360     37.23   7390500   4467656       384
    05:30:01 AM    348204  15917404     97.86   1423048   7578468   9080252     37.03   7378748   4468276        56
    05:35:01 AM    284828  15980780     98.25   1423216   7579276   9172924     37.40   7436312   4468688      1004
    05:40:01 AM    308152  15957456     98.11   1423240   7580128   9150220     37.31   7414084   4469268        96
    05:45:01 AM    362860  15902748     97.77   1423368   7580600   9068404     36.98   7360176   4469232       280
    05:50:01 AM    304136  15961472     98.13   1423548   7589496   9150360     37.31   7406308   4477668       104
    05:55:01 AM    347756  15917852     97.86   1423564   7590044   9080292     37.03   7364840   4477780       128
    06:00:01 AM    318996  15946612     98.04   1424180   7591248   9114956     37.17   7385064   4478328        16
    06:05:01 AM    315840  15949768     98.06   1424208   7592972   9110552     37.15   7387352   4478816       728
    06:10:01 AM    326668  15938940     97.99   1424440   7594364   9092416     37.08   7376432   4479888       556
    06:15:01 AM    326316  15939292     97.99   1424540   7594860   9100664     37.11   7375832   4480000       100
    06:20:01 AM    312168  15953440     98.08   1424836   7595876   9130272     37.23   7389064   4480064        32
    06:25:01 AM    327156  15938452     97.99   1425056   7596840   9104052     37.12   7375900   4480264       144
    06:30:01 AM    284172  15981436     98.25   1425140   7598148   9164272     37.37   7414072   4480824      1200
    06:35:01 AM    268380  15997228     98.35   1425220   7603052   9115612     37.17   7401288   4480952       448
    06:40:01 AM    303168  15962440     98.14   1425428   7599808   9118968     37.18   7391104   4481360       136
    06:45:01 AM    170224  16095384     98.95   1425776   7589848   9239552     37.68   7486908   4481092      5656
    06:50:02 AM    259664  16005944     98.40   1425476   7533176   9268476     37.79   7437356   4492692       384
    06:55:01 AM    313364  15952244     98.07   1425748   7538752   9228728     37.63   7381560   4496744       256
    07:00:01 AM    300312  15965296     98.15   1426004   7539664   9226028     37.62   7383304   4495676       640
    07:05:01 AM    355804  15909804     97.81   1426608   7541008   9152076     37.32   7327472   4496432       248
    07:10:01 AM    351332  15914276     97.84   1426696   7541792   9151428     37.32   7330592   4496776       368
    07:15:01 AM    218760  16046848     98.66   1426864   7543376   9381588     38.25   7452752   4497296       116
    07:20:01 AM    202764  16062844     98.75   1426908   7432224   9668244     39.42   7437636   4548072        16
    07:25:01 AM    488976  15776632     96.99   1426936   7434104   9130268     37.23   7166796   4549148       260
    07:30:01 AM    496716  15768892     96.95   1426972   7435392   9109548     37.15   7156152   4549732       220
    07:35:01 AM    489028  15776580     96.99   1427228   7437136   9106260     37.13   7152284   4550676       224
    07:40:01 AM    475444  15790164     97.08   1427288   7437852   9123816     37.20   7162232   4550980      1260
    07:45:01 AM    476056  15789552     97.07   1427332   7438400   9111708     37.15   7160324   4551148       120
    07:50:01 AM    453532  15812076     97.21   1427364   7438976   9136120     37.25   7183468   4551320       136
    07:55:01 AM    437652  15827956     97.31   1427572   7439668   9147020     37.30   7197456   4549120       224
    08:00:01 AM    425468  15840140     97.38   1428004   7441156   9182476     37.44   7209220   4549772        36
    08:05:01 AM    435672  15829936     97.32   1428096   7442332   9166332     37.38   7199444   4549136       636
    08:10:01 AM    427528  15838080     97.37   1428168   7442932   9172796     37.40   7205992   4548968       240
    08:15:01 AM    421052  15844556     97.41   1428268   7443616   9179972     37.43   7210840   4549120       104
    08:20:01 AM    434332  15831276     97.33   1428416   7444592   9166128     37.38   7196388   4549368       472
    08:25:01 AM    429252  15836356     97.36   1428484   7445996   9164448     37.37   7199676   4549816       972
    08:30:01 AM    464404  15801204     97.14   1428644   7446432   9109668     37.15   7164180   4549876        56
    08:35:01 AM    440072  15825536     97.29   1428668   7448460   9145664     37.29   7176656   4551492       152
    08:40:01 AM    426580  15839028     97.38   1428692   7449980   9151836     37.32   7185328   4549712      1180
    08:45:01 AM    434516  15831092     97.33   1428740   7451276   9099076     37.10   7181180   4549616       176
    08:50:01 AM    412112  15853496     97.47   1428776   7451668   9133848     37.24   7200656   4549756       100
    08:55:01 AM    379180  15886428     97.67   1428808   7452312   9170148     37.39   7233140   4549952       148
    09:00:01 AM    341372  15924236     97.90   1428836   7452712   9222304     37.60   7268016   4550060       200
    09:05:01 AM    371048  15894560     97.72   1429028   7453436   9194972     37.49   7233080   4550068       128
    09:10:01 AM    397064  15868544     97.56   1429344   7456404   9138800     37.26   7206740   4552072       676
    09:15:01 AM    373288  15892320     97.71   1429552   7340656   9251160     37.72   7370068   4356296      4928
    09:20:01 AM    433604  15832004     97.33   1429652   7430020   9174712     37.41   7462980   4288296       228
    09:25:01 AM    459316  15806292     97.18   1429676   7430468   9127632     37.22   7438172   4288180       368
    09:30:01 AM    452176  15813432     97.22   1429712   7430928   9152384     37.32   7443292   4288056       416
    09:35:01 AM    463928  15801680     97.15   1429980   7431704   9135500     37.25   7431612   4288360       400
    09:40:01 AM    484636  15780972     97.02   1430172   7432344   9096584     37.09   7408900   4287952       200
    09:45:01 AM    473668  15791940     97.09   1430384   7432888   9107256     37.14   7420064   4287716       384
    09:50:01 AM    417252  15848356     97.43   1430396   7433112   9173332     37.41   7476344   4280772        44
    09:55:01 AM    320280  15945328     98.03   1430588   7433956   9295048     37.90   7564020   4281160       124
    10:00:02 AM    376848  15888760     97.68   1430684   7435524   9189764     37.47   7509980   4281736        64
    10:05:01 AM    426208  15839400     97.38   1430720   7435608   9136968     37.26   7461168   4281608        80
    10:10:01 AM    416100  15849508     97.44   1430736   7436264   9162904     37.36   7466948   4281804       300
    10:15:01 AM    447392  15818216     97.25   1431160   7437916   9117736     37.18   7431028   4282176        76
    10:20:01 AM    370140  15895468     97.72   1431596   7441684   9220796     37.60   7499624   4284156      2612
    10:25:01 AM    363032  15902576     97.77   1432204   7444668   9183632     37.45   7508212   4284468       140
    10:30:01 AM    372756  15892852     97.71   1432208   7444908   9186436     37.46   7499208   4284528       108
    10:35:02 AM    412920  15852688     97.46   1432216   7445500   9120508     37.19   7454928   4284656       132
    10:40:01 AM    417604  15848004     97.43   1432352   7445800   9124112     37.20   7448508   4284632        68
    10:45:01 AM    431348  15834260     97.35   1432360   7446596   9091736     37.07   7435096   4285012       172
    10:50:01 AM    435896  15829712     97.32   1432540   7447856   9079736     37.02   7430508   4285868       200
    10:55:01 AM    420172  15845436     97.42   1432704   7448348   9097980     37.10   7441396   4286124       144
    11:00:01 AM    375296  15890312     97.69   1432720   7448888   9164424     37.37   7482000   4285992        96
    11:05:01 AM    222216  16043392     98.63   1430576   7304532   9663136     39.40   7555960   4369144       212
    11:10:01 AM    203764  16061844     98.75   1426516   7185896   9947176     40.56   7540452   4428656        92
    11:15:02 AM    211444  16054164     98.70   1426524   7185992   9938096     40.52   7532308   4428612        12
    11:20:01 AM    245684  16019924     98.49   1426712   7186416   9898544     40.36   7494996   4428480        20
    11:25:01 AM    247572  16018036     98.48   1426728   7186492   9896968     40.36   7493000   4428472        72
    11:30:01 AM    728304  15537304     95.52   1426948   7189128   9083104     37.04   7031644   4420416       184
    11:35:01 AM    590304  15675304     96.37   1427072   7190796   9229120     37.63   7224992   4339908       124
    11:40:01 AM    695996  15569612     95.72   1427204   7191996   9095780     37.09   7121308   4340220       328
    11:45:01 AM    693860  15571748     95.73   1427348   7192844   9094248     37.08   7123176   4340668       152
    11:50:01 AM    658784  15606824     95.95   1427848   7195272   9137328     37.26   7157744   4340800       324
    11:55:01 AM    689920  15575688     95.76   1427896   7203952   9081104     37.03   7151368   4313992        44
    12:00:01 PM    658940  15606668     95.95   1427912   7204236   9125840     37.21   7182296   4313784       232
    12:05:01 PM    610584  15655024     96.25   1427948   7205260   9199888     37.51   7223820   4313644       528
    12:10:01 PM    613864  15651744     96.23   1427976   7206464   9183128     37.45   7216052   4314268       168
    12:15:02 PM    659420  15606188     95.95   1428004   7207156   9106748     37.13   7171524   4314116       276
    12:20:01 PM    649616  15615992     96.01   1428064   7207980   9127140     37.22   7177312   4312852       148
    12:25:01 PM    650024  15615584     96.00   1428384   7208412   9127084     37.22   7177236   4312784       160
    12:30:01 PM    616884  15648724     96.21   1428440   7213684   9134036     37.25   7193536   4314004       600
    12:35:01 PM    573336  15692272     96.48   1428508   7218716   9155448     37.33   7224348   4314064       764
    12:40:01 PM    481312  15784296     97.04   1428668   7219236   9271292     37.80   7306392   4315424      4212
    12:45:01 PM    508860  15756748     96.87   1428744   7219852   9217520     37.59   7289956   4319404      4316
    12:50:01 PM    555948  15709660     96.58   1428784   7220572   9195268     37.49   7254416   4316620       196
    12:55:02 PM    524012  15741596     96.78   1428848   7218348   9296276     37.91   7277064   4317556      2452
    01:00:01 PM    565024  15700584     96.53   1429684   7232416   9141988     37.28   7213048   4328720       624
    01:05:01 PM    529920  15735688     96.74   1430160   7236704   9182900     37.44   7244512   4326224       344
    01:10:01 PM    583112  15682496     96.42   1430348   7233684   9127024     37.22   7207792   4325240       708
    01:15:01 PM    530004  15735604     96.74   1430372   7238904   9159948     37.35   7244548   4324472        24
    01:20:01 PM    300928  15964680     98.15   1441732   7392392   9243808     37.69   7320048   4466996       512
    01:25:01 PM    168280  16097328     98.97   1440656   7297212   9560744     38.98   7425044   4506628       396
    01:30:01 PM    214320  16051288     98.68   1516168   7251252   9479024     38.65   7500100   4414732     14256
    01:35:01 PM    286248  15979360     98.24   1525768   7254432   9409276     38.37   7470752   4400936       408
    01:40:01 PM    428640  15836968     97.36   1526068   7263448   9231588     37.64   7325136   4405496       516
    01:45:01 PM    344568  15921040     97.88   1527324   7272188   9317580     37.99   7397144   4411132       568
    01:50:01 PM    243960  16021648     98.50   1527376   7278452   9443620     38.51   7476256   4414160         0
    01:55:01 PM    359440  15906168     97.79   1527428   7268644   9299848     37.92   7344200   4439192       124
    02:00:01 PM    325752  15939856     98.00   1527528   7271132   9335436     38.07   7375080   4439876       416
    02:05:01 PM    355632  15909976     97.81   1527592   7272788   9300708     37.92   7338588   4440344       596
    02:10:01 PM    170428  16095180     98.95   1527624   7199676   9792920     39.93   7470280   4489504        72
    02:15:01 PM    479652  15785956     97.05   1528636   7166708   9289296     37.88   7138996   4524732       288
    02:20:01 PM    442160  15823448     97.28   1528668   7167740   9362032     38.17   7174504   4524876       244
    02:25:01 PM    304204  15961404     98.13   1529844   7221688   9431784     38.46   7285520   4551748      1208
    02:30:01 PM   1911384  14354224     88.25   1532100   7304268   9122432     37.20   6510308   3750904        24
    Average:       420589  15845019     97.41   1426742   7453363   9190372     37.47   7333839   4438817       605
    
    ------------------------------------------------------------------
    sar -u | sed -e "s|$(hostname)|hostname|g"
    Linux 3.10.0-1062.1.2.el7.x86_64 (hostname)     11/12/2019      _x86_64_        (8 CPU)
    
    12:00:01 AM     CPU     %user     %nice   %system   %iowait    %steal     %idle
    12:05:01 AM     all      0.31      0.00      0.20      0.20      0.11     99.18
    12:10:01 AM     all      0.28      0.00      0.16      0.04      0.02     99.49
    12:15:01 AM     all      2.32      0.00      4.20      0.05      0.03     93.41
    12:20:01 AM     all      3.04      0.00      5.73      0.03      0.02     91.17
    12:25:01 AM     all      1.53      0.00      2.61      0.00      0.02     95.83
    12:30:01 AM     all      3.93      0.00      6.74      0.14      0.03     89.16
    12:35:01 AM     all      0.37      0.00      0.39      0.05      0.07     99.13
    12:40:01 AM     all      0.68      0.00      0.95      0.04      0.02     98.31
    12:45:01 AM     all      4.59      0.00      8.13      0.01      0.03     87.25
    12:50:01 AM     all      0.38      0.00      0.29      0.03      0.02     99.28
    12:55:01 AM     all      4.65      0.00      8.28      0.04      0.03     87.00
    01:00:02 AM     all      0.76      0.00      1.12      0.01      0.02     98.08
    01:05:01 AM     all      0.25      0.00      0.15      0.09      0.03     99.48
    01:10:01 AM     all      0.20      0.00      0.13      0.05      0.02     99.59
    01:15:01 AM     all      0.23      0.00      0.13      0.01      0.02     99.60
    01:20:01 AM     all      4.23      0.00      7.72      0.14      0.03     87.88
    01:25:01 AM     all      4.01      0.00      7.58      0.01      0.02     88.37
    01:30:01 AM     all      0.35      0.00      0.23      0.11      0.03     99.29
    01:35:01 AM     all      0.24      0.00      0.15      0.04      0.02     99.56
    01:40:01 AM     all      0.32      0.00      0.18      0.03      0.02     99.45
    01:45:01 AM     all      1.48      0.00      2.32      0.10      0.03     96.07
    01:50:01 AM     all      4.52      0.00      8.43      0.07      0.02     86.96
    01:55:01 AM     all      4.32      0.00      8.04      0.02      0.02     87.59
    02:00:01 AM     all      0.26      0.00      0.16      0.01      0.02     99.55
    02:05:01 AM     all      0.26      0.00      0.16      0.01      0.02     99.55
    02:10:01 AM     all      0.28      0.00      0.16      0.04      0.02     99.51
    02:15:01 AM     all      0.27      0.00      0.17      0.08      0.02     99.46
    02:20:01 AM     all      0.18      0.00      0.13      0.02      0.02     99.66
    02:25:01 AM     all      0.26      0.00      0.17      0.02      0.02     99.53
    02:30:01 AM     all      0.33      0.00      0.17      0.02      0.02     99.46
    02:35:01 AM     all      0.50      0.00      0.22      0.03      0.04     99.22
    02:40:01 AM     all      0.66      0.00      0.46      0.04      0.03     98.80
    02:45:01 AM     all      0.45      0.00      0.21      0.03      0.02     99.28
    02:50:01 AM     all      0.33      0.00      0.18      0.02      0.02     99.45
    02:55:01 AM     all      0.25      0.00      0.14      0.02      0.02     99.57
    03:00:01 AM     all      1.88      0.00      2.96      0.03      0.03     95.10
    03:05:01 AM     all     13.78      0.00     24.00      0.03      0.13     62.06
    03:10:01 AM     all      1.19      0.00      1.80      0.02      0.02     96.97
    03:15:01 AM     all      0.27      0.00      0.16      0.02      0.02     99.52
    03:20:01 AM     all      0.33      0.00      0.17      0.06      0.02     99.41
    03:25:01 AM     all      0.41      0.07      0.47      1.67      0.03     97.36
    03:30:01 AM     all      4.62      0.00      7.74      0.04      0.04     87.56
    03:35:01 AM     all      8.26      0.00     14.59      0.04      0.08     77.03
    03:40:02 AM     all     18.08      0.00     31.86      0.06      0.12     49.89
    03:45:01 AM     all     13.70      0.00     23.88      0.03      0.07     62.32
    03:50:02 AM     all      1.01      0.00      1.50      0.02      0.04     97.43
    03:55:01 AM     all      2.15      0.00      3.75      0.01      0.05     94.04
    04:00:01 AM     all      4.46      0.00      8.33      0.02      0.06     87.14
    04:05:01 AM     all      3.36      0.00      6.17      0.01      0.06     90.40
    04:10:01 AM     all      0.28      0.00      0.16      0.02      0.02     99.52
    04:15:01 AM     all      1.10      0.00      1.72      0.01      0.02     97.16
    04:20:01 AM     all      8.87      0.00     15.11      0.03      0.03     75.95
    04:25:01 AM     all     18.22      0.00     31.20      0.04      0.09     50.46
    04:30:01 AM     all     15.92      0.00     28.03      0.03      0.09     55.93
    04:35:01 AM     all      2.36      0.00      4.02      0.02      0.05     93.55
    04:40:01 AM     all      0.23      0.00      0.13      0.02      0.02     99.60
    04:45:01 AM     all      0.19      0.00      0.13      0.04      0.02     99.61
    04:50:01 AM     all      0.17      0.00      0.13      0.05      0.02     99.64
    04:55:01 AM     all      0.31      0.00      0.18      0.06      0.02     99.44
    05:00:01 AM     all      0.46      0.00      0.24      0.12      0.02     99.16
    05:05:01 AM     all      6.63      0.00     10.70      0.05      0.05     82.57
    05:10:01 AM     all      4.67      0.00      7.52      0.02      0.05     87.74
    05:15:01 AM     all      0.56      0.00      0.24      0.02      0.04     99.14
    05:20:01 AM     all      0.38      0.00      0.19      0.02      0.03     99.37
    05:25:01 AM     all      0.32      0.00      0.17      0.01      0.02     99.47
    05:30:01 AM     all      1.12      0.00      1.97      0.03      0.06     96.81
    05:35:01 AM     all      5.06      0.00      9.45      0.03      0.03     85.43
    05:40:01 AM     all      8.31      0.00     14.85      0.02      0.03     76.80
    05:45:01 AM     all      4.16      0.00      7.71      0.01      0.02     88.09
    05:50:01 AM     all      0.29      0.00      0.16      0.03      0.02     99.50
    05:55:01 AM     all      0.20      0.00      0.14      0.02      0.02     99.63
    06:00:01 AM     all      0.34      0.00      0.18      0.02      0.02     99.44
    06:05:01 AM     all      0.55      0.00      0.25      0.03      0.03     99.14
    06:10:01 AM     all      0.29      0.00      0.16      0.05      0.02     99.49
    06:15:01 AM     all      0.26      0.00      0.15      0.01      0.02     99.56
    06:20:01 AM     all      0.40      0.00      0.21      0.03      0.03     99.34
    06:25:01 AM     all      0.18      0.00      0.13      0.02      0.02     99.65
    06:30:01 AM     all      7.88      0.00     13.73      0.03      0.06     78.29
    06:35:01 AM     all      1.12      0.00      1.55      0.02      0.04     97.27
    06:40:01 AM     all      0.31      0.00      0.22      0.03      0.02     99.42
    06:45:01 AM     all      1.08      0.00      1.46      0.09      0.02     97.36
    06:50:02 AM     all      5.05      0.00      9.13      0.05      0.04     85.74
    06:55:01 AM     all      7.38      0.00     13.48      0.10      0.03     79.01
    07:00:01 AM     all      4.77      0.00      8.46      0.04      0.04     86.70
    07:05:01 AM     all      1.07      0.00      1.47      0.05      0.04     97.37
    07:10:01 AM     all      0.38      0.00      0.17      0.01      0.02     99.42
    07:15:01 AM     all      3.90      0.00      6.62      0.03      0.03     89.42
    07:20:01 AM     all      7.37      0.00     12.58      0.01      0.03     80.01
    07:25:01 AM     all      6.53      0.00     10.79      0.01      0.03     82.64
    07:30:01 AM     all      0.25      0.00      0.15      0.02      0.02     99.56
    07:35:01 AM     all      0.36      0.00      0.20      0.08      0.02     99.33
    07:40:01 AM     all      0.25      0.00      0.16      0.03      0.02     99.55
    07:45:01 AM     all      0.21      0.00      0.14      0.01      0.02     99.62
    07:50:01 AM     all      1.10      0.00      1.80      0.01      0.02     97.08
    07:55:01 AM     all      8.60      0.00     14.78      0.03      0.03     76.57
    08:00:01 AM     all      9.44      0.00     16.66      0.06      0.06     73.77
    08:05:01 AM     all      6.26      0.00     11.41      0.03      0.05     82.26
    08:10:01 AM     all      5.84      0.00     10.64      0.03      0.03     83.46
    08:15:01 AM     all      8.19      0.00     14.67      0.02      0.04     77.09
    08:20:01 AM     all      7.73      0.00     13.69      0.02      0.04     78.52
    08:25:01 AM     all      4.85      0.00      8.73      0.02      0.03     86.37
    08:30:01 AM     all      0.23      0.00      0.13      0.01      0.02     99.60
    08:35:01 AM     all      0.26      0.00      0.16      0.01      0.02     99.55
    08:40:01 AM     all      0.35      0.00      0.19      0.03      0.02     99.40
    08:45:01 AM     all      0.44      0.00      0.40      0.02      0.02     99.13
    08:50:01 AM     all      4.39      0.00      8.39      0.01      0.03     87.18
    08:55:01 AM     all      7.62      0.00     13.68      0.01      0.04     78.65
    09:00:01 AM     all      9.29      0.00     16.79      0.02      0.06     73.85
    09:05:01 AM     all     12.15      0.00     22.05      0.03      0.13     65.63
    09:10:01 AM     all      7.89      0.00     14.33      0.05      0.05     77.67
    09:15:01 AM     all      1.39      0.00      1.43      0.08      0.28     96.82
    09:20:01 AM     all      0.72      0.00      0.58      0.06      0.10     98.54
    09:25:01 AM     all      0.50      0.00      0.27      0.01      0.03     99.19
    09:30:01 AM     all      0.43      0.00      0.21      0.01      0.03     99.33
    09:35:01 AM     all      0.42      0.00      0.20      0.02      0.03     99.33
    09:40:01 AM     all      0.22      0.00      0.14      0.01      0.02     99.61
    09:45:01 AM     all      0.19      0.00      0.13      0.01      0.02     99.65
    09:50:01 AM     all      3.94      0.00      7.31      0.04      0.03     88.68
    09:55:01 AM     all      7.41      0.00     13.33      0.03      0.04     79.20
    10:00:02 AM     all      7.83      0.00     14.05      0.02      0.06     78.05
    10:05:01 AM     all      7.07      0.00     12.85      0.01      0.05     80.02
    10:10:01 AM     all      3.67      0.00      6.86      0.01      0.03     89.43
    10:15:01 AM     all      0.41      0.00      0.21      0.04      0.04     99.29
    10:20:01 AM     all      1.39      0.00      1.54      0.03      0.04     97.00
    10:25:01 AM     all     12.36      0.00     21.58      0.03      0.08     65.94
    10:30:01 AM     all     12.30      0.00     22.48      0.03      0.06     65.13
    10:35:02 AM     all      3.20      0.00      5.71      0.01      0.05     91.02
    10:40:01 AM     all      0.25      0.00      0.14      0.01      0.02     99.58
    10:45:01 AM     all      0.18      0.00      0.13      0.01      0.02     99.67
    10:50:01 AM     all      0.22      0.00      0.13      0.02      0.02     99.60
    10:55:01 AM     all      0.21      0.00      0.14      0.01      0.02     99.62
    11:00:01 AM     all      3.36      0.00      6.11      0.01      0.02     90.50
    11:05:01 AM     all      4.74      0.00      8.49      0.02      0.04     86.70
    11:10:01 AM     all      4.75      0.00      8.45      0.06      0.04     86.70
    11:15:02 AM     all      4.34      0.00      8.30      0.00      0.03     87.33
    11:20:01 AM     all      4.49      0.00      8.31      0.01      0.03     87.15
    11:25:01 AM     all      4.28      0.00      8.29      0.00      0.02     87.40
    11:30:01 AM     all      3.57      0.00      5.84      0.03      0.03     90.52
    11:35:01 AM     all      0.82      0.00      0.93      0.04      0.04     98.18
    11:40:01 AM     all      0.30      0.00      0.16      0.03      0.02     99.49
    11:45:01 AM     all      0.23      0.00      0.14      0.02      0.02     99.60
    11:50:01 AM     all      0.32      0.00      0.16      0.06      0.02     99.45
    11:55:01 AM     all      0.22      0.00      0.14      0.02      0.02     99.60
    12:00:01 PM     all      1.39      0.00      2.35      0.00      0.03     96.23
    12:05:01 PM     all     10.14      0.00     17.12      0.02      0.06     72.66
    12:10:01 PM     all      5.02      0.00      8.25      0.01      0.03     86.69
    12:15:02 PM     all      0.20      0.00      0.12      0.01      0.02     99.64
    12:20:01 PM     all      0.51      0.00      0.43      0.01      0.02     99.03
    12:25:01 PM     all      0.21      0.00      0.14      0.01      0.02     99.63
    12:30:01 PM     all      0.27      0.00      0.14      0.02      0.02     99.55
    12:35:01 PM     all      0.33      0.00      0.19      0.02      0.02     99.44
    12:40:01 PM     all      5.32      0.00      8.99      0.02      0.03     85.64
    12:45:01 PM     all      9.94      0.00     17.16      0.04      0.06     72.80
    12:50:01 PM     all      8.98      0.00     15.97      0.03      0.05     74.96
    12:55:02 PM     all      4.63      0.00      8.32      0.02      0.03     87.00
    01:00:01 PM     all      0.41      0.00      0.26      0.11      0.02     99.19
    01:05:01 PM     all      0.53      0.00      0.37      0.08      0.02     99.01
    01:10:01 PM     all      0.28      0.00      0.17      0.04      0.02     99.49
    01:15:01 PM     all      0.36      0.00      0.22      0.03      0.02     99.37
    01:20:01 PM     all      1.20      0.00      1.30      0.73      0.04     96.72
    01:25:01 PM     all     21.53      0.00     36.27      0.02      0.16     42.02
    01:30:01 PM     all     32.99      0.00     55.76      7.22      0.53      3.50
    01:35:01 PM     all     32.07      0.00     54.14      1.16      0.54     12.09
    01:40:01 PM     all      6.74      0.00     12.05      0.15      0.08     80.98
    01:45:01 PM     all      5.25      0.00      8.96      0.15      0.06     85.58
    01:50:01 PM     all     18.29      0.00     31.01      0.06      0.17     50.47
    01:55:01 PM     all     15.36      0.00     26.48      0.05      0.16     57.96
    02:00:01 PM     all     15.66      0.00     27.41      0.05      0.08     56.79
    02:05:01 PM     all      9.20      0.00     16.69      0.05      0.08     73.98
    02:10:01 PM     all      6.49      0.00     11.85      0.02      0.03     81.61
    02:15:01 PM     all      4.79      0.00      8.62      0.14      0.03     86.43
    02:20:01 PM     all      4.51      0.00      8.50      0.01      0.04     86.94
    02:25:01 PM     all     14.27      0.00     24.03      0.40      0.15     61.15
    02:30:01 PM     all     17.38      0.00     29.87      4.50      0.28     47.97
    Average:        all      3.99      0.00      6.80      0.12      0.05     89.04
    
    ------------------------------------------------------------------
    top -bHn1 -w200
    top - 14:30:50 up 15 days,  3:46,  4 users,  load average: 0.59, 2.79, 2.63
    Threads: 213 total,   1 running, 212 sleeping,   0 stopped,   0 zombie
    %Cpu(s):  0.0 us,  1.4 sy,  0.0 ni, 98.6 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
    KiB Mem : 16265608 total,  1920504 free,  3170940 used, 11174164 buff/cache
    KiB Swap:  8258556 total,  8241216 free,    17340 used. 12398632 avail Mem
    
      PID USER      PR  NI    VIRT    RES    SHR S %CPU %MEM     TIME+ COMMAND
    10718 root      20   0  162072   2184   1516 R  5.9  0.0   0:00.02 top
        1 root      20   0  191612   4000   2248 S  0.0  0.0  12:13.70 systemd
        2 root      20   0       0      0      0 S  0.0  0.0   0:00.92 kthreadd
        4 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kworker/0:0H
        6 root      20   0       0      0      0 S  0.0  0.0   0:28.24 ksoftirqd/0
        7 root      rt   0       0      0      0 S  0.0  0.0   0:01.40 migration/0
        8 root      20   0       0      0      0 S  0.0  0.0   0:00.00 rcu_bh
        9 root      20   0       0      0      0 S  0.0  0.0  39:34.99 rcu_sched
       10 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 lru-add-drain
       11 root      rt   0       0      0      0 S  0.0  0.0   0:10.39 watchdog/0
       12 root      rt   0       0      0      0 S  0.0  0.0   0:06.61 watchdog/1
       13 root      rt   0       0      0      0 S  0.0  0.0   0:01.70 migration/1
       14 root      20   0       0      0      0 S  0.0  0.0   0:06.47 ksoftirqd/1
       16 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kworker/1:0H
       17 root      rt   0       0      0      0 S  0.0  0.0   0:06.78 watchdog/2
       18 root      rt   0       0      0      0 S  0.0  0.0   0:01.43 migration/2
       19 root      20   0       0      0      0 S  0.0  0.0   0:05.90 ksoftirqd/2
       21 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kworker/2:0H
       22 root      rt   0       0      0      0 S  0.0  0.0   0:08.37 watchdog/3
       23 root      rt   0       0      0      0 S  0.0  0.0   0:01.71 migration/3
       24 root      20   0       0      0      0 S  0.0  0.0   2:21.95 ksoftirqd/3
       26 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kworker/3:0H
       27 root      rt   0       0      0      0 S  0.0  0.0   0:07.53 watchdog/4
       28 root      rt   0       0      0      0 S  0.0  0.0   0:02.05 migration/4
       29 root      20   0       0      0      0 S  0.0  0.0   0:06.86 ksoftirqd/4
       31 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kworker/4:0H
       32 root      rt   0       0      0      0 S  0.0  0.0   0:06.97 watchdog/5
       33 root      rt   0       0      0      0 S  0.0  0.0   0:01.56 migration/5
       34 root      20   0       0      0      0 S  0.0  0.0   0:06.30 ksoftirqd/5
       36 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kworker/5:0H
       37 root      rt   0       0      0      0 S  0.0  0.0   0:06.20 watchdog/6
       38 root      rt   0       0      0      0 S  0.0  0.0   0:01.36 migration/6
       39 root      20   0       0      0      0 S  0.0  0.0   0:05.16 ksoftirqd/6
       41 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kworker/6:0H
       42 root      rt   0       0      0      0 S  0.0  0.0   0:08.16 watchdog/7
       43 root      rt   0       0      0      0 S  0.0  0.0   0:01.31 migration/7
       44 root      20   0       0      0      0 S  0.0  0.0   0:04.79 ksoftirqd/7
       46 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kworker/7:0H
       48 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kdevtmpfs
       49 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 netns
       50 root      20   0       0      0      0 S  0.0  0.0   0:01.21 khungtaskd
       51 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 writeback
       52 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kintegrityd
       53 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 bioset
       54 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 bioset
       55 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 bioset
       56 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kblockd
       57 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 md
       58 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 edac-poller
       59 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 watchdogd
       65 root      20   0       0      0      0 S  0.0  0.0   1:12.10 kswapd0
       66 root      25   5       0      0      0 S  0.0  0.0   0:00.00 ksmd
       67 root      39  19       0      0      0 S  0.0  0.0   0:11.43 khugepaged
       68 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 crypto
       76 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kthrotld
       78 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kmpath_rdacd
       79 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kaluad
       81 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kpsmoused
       82 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 ipv6_addrconf
       95 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 deferwq
      130 root      20   0       0      0      0 S  0.0  0.0   0:45.71 kauditd
      286 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 ata_sff
      457 root      20   0       0      0      0 S  0.0  0.0   0:00.00 scsi_eh_0
      463 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 scsi_tmf_0
      466 root      20   0       0      0      0 S  0.0  0.0   0:00.00 scsi_eh_1
      474 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 scsi_tmf_1
      554 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 ttm_swap
      559 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 virtscsi-scan
      560 root      20   0       0      0      0 S  0.0  0.0   0:00.00 scsi_eh_2
      561 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 scsi_tmf_2
      579 root       0 -20       0      0      0 S  0.0  0.0   0:33.58 kworker/0:1H
      589 root      20   0       0      0      0 S  0.0  0.0   2:51.53 jbd2/sda2-8
      590 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 ext4-rsv-conver
      670 root      20   0   39136   6400   6240 S  0.0  0.0   3:20.26 systemd-journal
      702 root      20   0   45136   1020    976 S  0.0  0.0   0:00.21 systemd-udevd
     1063 root      20   0       0      0      0 S  0.0  0.0   0:00.00 jbd2/sda1-8
     1064 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 ext4-rsv-conver
     1108 polkitd   20   0  612396   5272   2752 S  0.0  0.0   1:53.33 polkitd
     1162 polkitd   20   0  612396   5272   2752 S  0.0  0.0   0:00.00 gmain
     1163 polkitd   20   0  612396   5272   2752 S  0.0  0.0   2:00.41 gdbus
     1164 polkitd   20   0  612396   5272   2752 S  0.0  0.0   0:00.00 polkitd
     1169 polkitd   20   0  612396   5272   2752 S  0.0  0.0   0:00.00 JS GC Helper
     1170 polkitd   20   0  612396   5272   2752 S  0.0  0.0   0:00.00 JS Sour~ Thread
     1171 polkitd   20   0  612396   5272   2752 S  0.0  0.0   0:00.00 polkitd
     1116 root      20   0   21716   1044    944 S  0.0  0.0   3:43.68 irqbalance
     1120 root      20   0   90616   2372   2312 S  0.0  0.0   6:43.62 rngd
     1121 root      20   0   26668   1756   1364 S  0.0  0.0   4:56.54 systemd-logind
     1124 root      20   0   12188   2712    608 S  0.0  0.0   6:39.52 haveged
     1125 dbus      20   0   58288   2080   1656 S  0.0  0.0   8:08.45 dbus-daemon
     1137 root      20   0  550112   5680   4672 S  0.0  0.0   1:32.21 NetworkManager
     1172 root      20   0  550112   5680   4672 S  0.0  0.0   0:44.93 gmain
     1175 root      20   0  550112   5680   4672 S  0.0  0.0   0:43.85 gdbus
     1138 root      20   0  126372   1372    956 S  0.0  0.0   0:30.90 crond
     1140 ntp       20   0   47292   1772   1604 S  0.0  0.0   0:06.97 ntpd
     1196 root      20   0  102948   3644   2888 S  0.0  0.0   0:00.03 dhclient
     1212 root       0 -20       0      0      0 S  0.0  0.0   0:00.27 kworker/7:1H
     1213 root       0 -20       0      0      0 S  0.0  0.0   0:00.51 kworker/4:1H
     1215 root       0 -20       0      0      0 S  0.0  0.0   0:00.29 kworker/6:1H
     1396 root      20   0  112972   4324   3320 S  0.0  0.0   0:31.25 sshd
     1397 root      20   0  574252  16828   4576 S  0.0  0.1   0:00.42 tuned
     2239 root      20   0  574252  16828   4576 S  0.0  0.1   0:00.00 gmain
     2240 root      20   0  574252  16828   4576 S  0.0  0.1   4:06.89 tuned
     2242 root      20   0  574252  16828   4576 S  0.0  0.1   0:00.00 tuned
     2243 root      20   0  574252  16828   4576 S  0.0  0.1   0:00.00 tuned
     1399 root      20   0  444712   5540   4228 S  0.0  0.0   0:00.21 rsyslogd
     1417 root      20   0  444712   5540   4228 S  0.0  0.0   3:45.90 in:imjournal
     1419 root      20   0  444712   5540   4228 S  0.0  0.0   0:48.76 rs:main Q:Reg
     1427 root      20   0  110108    808    680 S  0.0  0.0   0:00.00 agetty
     1482 root      20   0       0      0      0 S  0.0  0.0   0:00.30 kworker/1:2
     1742 root      20   0       0      0      0 S  0.0  0.0   0:00.11 kworker/2:2
     1911 root      20   0   90408   2244   1160 S  0.0  0.0   0:12.07 master
     2099 root      20   0       0      0      0 S  0.0  0.0   0:00.09 kworker/4:1
     2275 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 dio/sda2
     2276 root      20   0       0      0      0 S  0.0  0.0   0:00.23 kworker/3:0
     2327 root       0 -20       0      0      0 S  0.0  0.0   0:00.68 kworker/2:1H
     2343 root       0 -20       0      0      0 S  0.0  0.0   0:00.56 kworker/1:1H
     2417 postfix   20   0   90524   4656   3552 S  0.0  0.0   0:00.32 tlsmgr
     2482 root      20   0  173208  46608    672 S  0.0  0.3   0:03.43 screen
     2483 root      20   0  116912   3476   1664 S  0.0  0.0   0:00.59 bash
     2755 root      20   0       0      0      0 S  0.0  0.0   0:01.65 kworker/5:0
     3727 root      10 -10  732952   9800   1184 S  0.0  0.1   3:16.44 php-fpm
     3884 root       0 -20       0      0      0 S  0.0  0.0   0:00.78 kworker/3:1H
     3950 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kworker/2:0
     5557 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kworker/1:1
     5978 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kworker/3:2
     6645 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kworker/4:2
     6819 root      20   0  241280   4612   3444 S  0.0  0.0   0:00.01 sudo
     6820 root      20   0  191832   2340   1764 S  0.0  0.0   0:00.01 su
     6821 root      20   0  117196   3984   1840 S  0.0  0.0   0:00.88 bash
     7013 root      20   0  157368   6016   4664 S  0.0  0.0   0:00.27 sshd
     7015 root      20   0  116832   3480   1700 S  0.0  0.0   0:00.13 bash
     7332 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kworker/0:0
     7580 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kworker/6:1
     7602 root       0 -20       0      0      0 S  0.0  0.0   0:06.89 kworker/5:1H
     7806 postfix   20   0   90512   4152   3068 S  0.0  0.0   0:00.01 pickup
     7987 root      20   0       0      0      0 S  0.0  0.0   0:00.01 kworker/5:2
     8537 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kworker/7:2
     8835 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kworker/0:1
     8920 nginx     10 -10  738936  16228   3072 S  0.0  0.1   0:00.50 php-fpm
     8921 root      20   0       0      0      0 S  0.0  0.0   0:00.01 kworker/5:1
     9861 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:01.09 mysqld
     9863 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.00 mysqld
     9864 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.00 mysqld
     9866 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.02 mysqld
     9867 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.01 mysqld
     9868 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.02 mysqld
     9869 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.01 mysqld
     9870 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.02 mysqld
     9871 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.02 mysqld
     9872 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.01 mysqld
     9873 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.01 mysqld
     9874 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.01 mysqld
     9875 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.02 mysqld
     9876 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.05 mysqld
     9877 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.00 mysqld
     9878 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.00 mysqld
     9879 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.00 mysqld
     9882 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.00 mysqld
     9883 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.03 mysqld
     9884 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.00 mysqld
     9885 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.00 mysqld
     9886 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.00 mysqld
     9887 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.01 mysqld
     9888 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.22 mysqld
     9889 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.11 mysqld
     9890 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.08 mysqld
     9891 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.06 mysqld
     9892 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:03.29 mysqld
     9893 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.00 mysqld
     9894 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.00 mysqld
     9895 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.00 mysqld
     9896 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.00 mysqld
     9898 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.00 mysqld
     9924 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:01.47 mysqld
     9932 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.79 mysqld
    10004 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.03 mysqld
    10005 mysql     20   0 8526232 981172  14044 S  0.0  6.0   0:00.10 mysqld
     9975 nginx     10 -10  827884  18784   5188 S  0.0  0.1   0:00.36 php-fpm
     9985 root      20   0  112972   4284   3260 S  0.0  0.0   0:00.01 sshd
    10009 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kworker/4:0
    10143 root      20   0  113448   1756   1296 S  0.0  0.0   0:00.01 cminfo
    10183 root      20   0  113452   1280    724 S  0.0  0.0   0:00.02 cminfo
    10184 root      20   0  107956    664    560 S  0.0  0.0   0:00.00 tee
    10309 nginx     10 -10  738596  16196   2120 S  0.0  0.1   0:00.14 php-fpm
    10684 nginx     10 -10  733244  10200   1468 S  0.0  0.1   0:00.00 php-fpm
    14286 papi      20   0  128728   2296    908 S  0.0  0.0   0:07.56 screen
    15206 papi      20   0  116528   3236   1752 S  0.0  0.0   0:00.76 bash
    15241 root      20   0  241280   4612   3448 S  0.0  0.0   0:00.01 sudo
    15242 root      20   0  191832   2324   1748 S  0.0  0.0   0:00.00 su
    15243 lucidsa+  20   0  116652   3328   1752 S  0.0  0.0   0:00.19 bash
    15424 root      20   0  157368   6000   4652 S  0.0  0.0   0:00.05 sshd
    15428 papi      20   0  157532   2456   1044 S  0.0  0.0   0:04.50 sshd
    15429 papi      20   0  116372   2984   1600 S  0.0  0.0   0:00.06 bash
    15474 papi      20   0  127640   1148    892 S  0.0  0.0   0:02.88 screen
    15479 papi      20   0  116628   3352   1764 S  0.0  0.0   0:00.96 bash
    15805 postfix   20   0   90688   4388   3256 S  0.0  0.0   0:01.23 qmgr
    20081 root      20   0       0      0      0 S  0.0  0.0   0:00.06 kworker/u16:0
    22942 root      20   0       0      0      0 S  0.0  0.0   0:00.22 kworker/7:1
    23635 root      20   0       0      0      0 S  0.0  0.0   0:00.58 kworker/0:2
    23950 root      16  -4   55580   1044    604 S  0.0  0.0   0:58.62 auditd
    23951 root      16  -4   55580   1044    604 S  0.0  0.0   0:04.90 auditd
    26668 root      20   0  203664   2884   1488 S  0.0  0.0   0:00.10 pure-ftpd
    27276 root      20   0 1143036  37448    424 S  0.0  0.2   0:00.05 nginx
    27277 nginx     10 -10 1278204 110032   3672 S  0.0  0.7   5:47.00 nginx
    27278 nginx     10 -10 1245436  99320   3696 S  0.0  0.6   6:42.78 nginx
    27280 nginx     10 -10 1270012  85924   3692 S  0.0  0.5   7:10.43 nginx
    27281 nginx     10 -10 1270012  85740   3700 S  0.0  0.5   7:25.12 nginx
    29008 root      20   0  172432  24428   2164 S  0.0  0.2   0:29.35 lfd - sleeping
    29633 root      20   0       0      0      0 S  0.0  0.0   0:00.14 kworker/6:0
    30011 root      20   0  241280   4612   3448 S  0.0  0.0   0:00.01 sudo
    30012 root      20   0  191832   2340   1764 S  0.0  0.0   0:00.01 su
    30013 lucidsa+  20   0  116652   3460   1812 S  0.0  0.0   0:02.76 bash
    31633 root      20   0       0      0      0 S  0.0  0.0   0:07.79 kworker/u16:2
    
    ------------------------------------------------------------------
    iotop -bton1 -P
    14:30:50 Total DISK READ :       0.00 B/s | Total DISK WRITE :       0.00 B/s
    14:30:50 Actual DISK READ:       0.00 B/s | Actual DISK WRITE:       0.00 B/s
        TIME  PID  PRIO  USER     DISK READ  DISK WRITE  SWAPIN      IO    COMMAND
    
    ------------------------------------------------------------------
    mysqlreport
    MariaDB 10.3.18-MariaDB     uptime 0 0:3:0      Tue Nov 12 14:30:50 2019
    
    __ Key _________________________________________________________________
    Buffer used     2.36M of  512.00M   %Used:   0.46
      Current      95.73M              %Usage:  18.70
    Write hit       0.00%
    Read hit       97.27%
    
    __ Questions ___________________________________________________________
    Total           4.45k      24.7/s
      DMS           4.30k      23.9/s  %Total:  96.74
      -Unknown      2.03k      11.3/s           45.61
      QC Hits       1.83k      10.1/s           41.07
      Com_            301       1.7/s            6.77
      COM_QUIT         46       0.3/s            1.03
    Slow 1 s            2       0.0/s            0.04  %DMS:   0.05 Log:
    DMS             4.30k      23.9/s           96.74
      SELECT        4.16k      23.1/s           93.52         96.68
      INSERT          100       0.6/s            2.25          2.33
      UPDATE           41       0.2/s            0.92          0.95
      DELETE            2       0.0/s            0.04          0.05
      REPLACE           0         0/s            0.00          0.00
    Com_              301       1.7/s            6.77
      set_option       72       0.4/s            1.62
      stmt_prepar      65       0.4/s            1.46
      stmt_close       65       0.4/s            1.46
    
    __ Rows ________________________________________________________________
    Rows          544.74k      3.0k/s
      Using idx   513.16k      2.9k/s  %Index:  94.20
    Rows/question  122.52
    
    __ SELECT and Sort _____________________________________________________
    Scan              139       0.8/s %SELECT:   3.34
    Range              52       0.3/s            1.25
    Full join          10       0.1/s            0.24
    Range check         0         0/s            0.00
    Full rng join       0         0/s            0.00
    Sort scan         114       0.6/s
    Sort range         87       0.5/s
    Sort mrg pass       0         0/s
    
    __ Query Cache _________________________________________________________
    Memory usage    9.02M of  160.00M  %Usage:   5.64
    Block Fragmnt   0.02%
    Hits            1.83k      10.1/s
    Inserts         2.30k      12.8/s
    Insrt:Prune   2.30k:1      12.8/s
    Hit:Insert     0.79:1
    
    __ Table Locks _________________________________________________________
    Waited              0         0/s  %Total:   0.00
    Immediate       1.79k       9.9/s
    
    __ Tables ______________________________________________________________
    Open              214 of  10240    %Cache:   2.09
    Opened            220       1.2/s
    
    __ Connections _________________________________________________________
    Max used            4 of    900      %Max:   0.44
    Total              48       0.3/s
    
    __ Created Temp ________________________________________________________
    Disk table         26       0.1/s   %Disk:  17.93
    Table             145       0.8/s    Size: 768.0M
    File                5       0.0/s
    
    __ Threads _____________________________________________________________
    Running             6 of      1
    Created             4       0.0/s
    Slow                0         0/s
    Cached              3 of    384      %Hit:  91.67
    
    __ Aborted _____________________________________________________________
    Clients             0         0/s
    Connects            0         0/s
    
    __ Bytes _______________________________________________________________
    Sent           12.57M     69.9k/s
    Received      879.20k      4.9k/s
    
    __ InnoDB Buffer Pool __________________________________________________
    Usage         424.25M of    4.00G  %Usage:  10.36
    Read hit       73.67%
    Pages
      Free        234.99k              %Total:  89.64
      Data         27.14k                       10.35  %Drty:   0.00
      Misc             13                        0.00
      Latched           0                        0.00
    Reads          99.63k     553.5/s
      From disk    26.24k     145.8/s   %Disk:  26.33
      Ahead Rnd         0         0/s
    Writes          1.29k       7.2/s
    Flushes           418       2.3/s
    Wait Free           0         0/s   %Wait:   0.00
    
    __ InnoDB Lock _________________________________________________________
    Waits               0         0/s
    Current             0
    Time acquiring
      Total             0 ms
      Average           0 ms
      Max               0 ms
    
    __ InnoDB Data, Pages, Rows ____________________________________________
    Data
      Reads        27.72k     154.0/s
      Writes          535       3.0/s
      fsync           148       0.8/s
      Pending
        Reads           0
        Writes          0
        fsync           0
    
    Pages
      Created         131       0.7/s
      Read         27.01k     150.0/s
      Written         418       2.3/s
    
    Rows
      Deleted           2       0.0/s
      Inserted         21       0.1/s
      Read        435.60k      2.4k/s
      Updated          17       0.1/s
    
    __ Aria Pagecache ______________________________________________________
    Buffer used    80.00k of    1.00G   %Used:   0.01
      Current      42.30M              %Usage:   4.13
    Write hit      30.48%
    Read hit       96.62%
    
    __ Subquery Cache ______________________________________________________
    Hit ratio       0.00%
    Hits                0        0/s
    Miss              536      3.0/s
    
    ------------------------------------------------------------------
    pidstat -durh 1 10 | sed -e "s|$(hostname)|hostname|g"
    Linux 3.10.0-1062.1.2.el7.x86_64 (hostname)     11/12/2019      _x86_64_        (8 CPU)
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573569051     0         1    0.00    0.00    0.00    0.00     2      4.90      0.00  191612   4000   0.02      0.00      0.00      0.00  systemd
     1573569051     0     10725    0.98    1.96    0.00    2.94     3    335.29      0.00  108372   1112   0.01      0.00      0.00      0.00  pidstat
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573569052     0         1    0.00    1.00    0.00    1.00     2      0.00      0.00  191612   4000   0.02      0.00      0.00      0.00  systemd
     1573569052     0     10725    0.00    2.00    0.00    2.00     3    350.00      0.00  108372   1200   0.01      0.00      0.00      0.00  pidstat
     1573569052  1001     27280    1.00    1.00    0.00    2.00     6      0.00      0.00 1270012  85924   0.53      0.00      0.00      0.00  nginx
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573569053     0     10725    0.00    2.00    0.00    2.00     3    328.00      0.00  108372   1200   0.01      0.00      0.00      0.00  pidstat
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573569054     0         1    0.00    0.00    0.00    0.00     2      1.00      0.00  191612   4000   0.02      0.00      0.00      0.00  systemd
     1573569054   997      9861    1.00    0.00    0.00    1.00     7      0.00      0.00 8526232 984584   6.05      0.00      0.00      0.00  mysqld
     1573569054     0     10725    1.00    2.00    0.00    3.00     3    328.00      0.00  108372   1200   0.01      0.00      0.00      0.00  pidstat
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573569055     0       589    0.00    0.00    0.00    0.00     0      0.00      0.00       0      0   0.00      0.00      4.00      0.00  jbd2/sda2-8
     1573569055     0     10725    1.00    1.00    0.00    2.00     3    328.00      0.00  108372   1200   0.01      0.00      0.00      0.00  pidstat
     1573569055  1001     27277    1.00    0.00    0.00    1.00     7      0.00      0.00 1278204 110032   0.68      0.00      0.00      0.00  nginx
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573569056   997      9861   11.00    3.00    0.00   14.00     7    150.00      0.00 8526232 987156   6.07     40.00     32.00     16.00  mysqld
     1573569056  1001     10684    9.00    3.00    0.00   12.00     2    583.00      0.00  740580  18492   0.11      0.00     24.00      0.00  php-fpm
     1573569056     0     10725    0.00    2.00    0.00    2.00     3    328.00      0.00  108372   1200   0.01      0.00      0.00      0.00  pidstat
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573569057     0         9    0.00    1.00    0.00    1.00     4      0.00      0.00       0      0   0.00      0.00      0.00      0.00  rcu_sched
     1573569057     0       579    0.00    1.00    0.00    1.00     0      0.00      0.00       0      0   0.00      0.00      0.00      0.00  kworker/0:1H
     1573569057     0       589    0.00    1.00    0.00    1.00     0      0.00      0.00       0      0   0.00      0.00    288.00      0.00  jbd2/sda2-8
     1573569057     0      1396    0.00    0.00    0.00    0.00     3      1.00      0.00  112972   4324   0.03      0.00      0.00      0.00  sshd
     1573569057   997      9861    6.00    2.00    0.00    8.00     7     16.00      0.00 8526232 987156   6.07      4.00    264.00    268.00  mysqld
     1573569057  1001     10684    8.00    4.00    0.00   12.00     4    430.00      0.00  739784  18076   0.11      0.00    104.00      0.00  php-fpm
     1573569057     0     10725    0.00    2.00    0.00    2.00     3    326.00      0.00  108372   1200   0.01      0.00      0.00      0.00  pidstat
     1573569057     0     29008    0.00    0.00    0.00    0.00     1    538.00      0.00  172432  24428   0.15      0.00      0.00      0.00  lfd - sleeping
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573569058     0       589    0.00    0.00    0.00    0.00     0      0.00      0.00       0      0   0.00      0.00     16.00      0.00  jbd2/sda2-8
     1573569058     0      1399    0.00    1.00    0.00    1.00     7      0.00      0.00  444712   5540   0.03      0.00      0.00      0.00  rsyslogd
     1573569058   997      9861    6.00    1.00    0.00    7.00     7      2.00      0.00 8526232 987196   6.07      0.00   1136.00      8.00  mysqld
     1573569058     0     10184    0.00    0.00    0.00    0.00     1      0.00      0.00  107956    664   0.00      0.00      4.00      0.00  tee
     1573569058  1001     10309   12.00    3.00    0.00   15.00     4      7.00      0.00  740644  18392   0.11      0.00      0.00      0.00  php-fpm
     1573569058     0     10725    1.00    2.00    0.00    3.00     3    326.00      0.00  108372   1200   0.01      0.00      0.00      0.00  pidstat
     1573569058  1001     27280    1.00    0.00    0.00    1.00     6    368.00      0.00 1270012  87072   0.54      0.00      0.00      0.00  nginx
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573569059     0      1116    0.00    0.00    0.00    0.00     3     14.00      0.00   21716   1044   0.01      0.00      0.00      0.00  irqbalance
     1573569059   997      9861    4.00    3.00    0.00    7.00     7     23.00      0.00 8526232 987436   6.07      4.00     60.00      8.00  mysqld
     1573569059  1001      9975   10.00    2.00    0.00   12.00     5     40.00      0.00  830060  20884   0.13      0.00      0.00      0.00  php-fpm
     1573569059  1001     10309    4.00    0.00    0.00    4.00     4      0.00      0.00  738596  16344   0.10      0.00      0.00      0.00  php-fpm
     1573569059     0     10725    1.00    3.00    0.00    4.00     3    326.00      0.00  108372   1200   0.01      0.00      0.00      0.00  pidstat
     1573569059  1001     27278    1.00    0.00    0.00    1.00     1     39.00      0.00 1245436  99580   0.61      0.00      0.00      0.00  nginx
     1573569059  1001     27281    2.00    0.00    0.00    2.00     5    129.00      0.00 1270012  86000   0.53      0.00      0.00      0.00  nginx
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573569060  1001      8920    2.00    1.00    0.00    3.00     4    272.00      0.00  738936  17264   0.11      0.00      0.00      0.00  php-fpm
     1573569060     0     10725    0.00    2.00    0.00    2.00     3    326.00      0.00  108372   1200   0.01      0.00      0.00      0.00  pidstat
     1573569060  1001     27277    1.00    0.00    0.00    1.00     7      0.00      0.00 1278204 110032   0.68      0.00      0.00      0.00  nginx
     1573569060  1001     27281    0.00    0.00    0.00    0.00     5     14.00      0.00 1270012  86264   0.53      0.00      0.00      0.00  nginx
    
     
    Last edited: Nov 13, 2019
  13. adamus007p

    adamus007p Member

    366
    18
    18
    Feb 8, 2019
    Ratings:
    +35
    Local Time:
    12:43 AM
    The problem is with CPU 100% DATABASE use.


    Other VPS other company but the same problem with redis warning and with Php no version as you see.

    I have a spare netcup server if you would like to test it there.
    I can share with ssh if you want to check non production server.
     
    Last edited: Nov 13, 2019
  14. adamus007p

    adamus007p Member

    366
    18
    18
    Feb 8, 2019
    Ratings:
    +35
    Local Time:
    12:43 AM
    The same problem like in other server.
    Code (Text):
    Do you want to run YUM install checks ?  [y/n]
    
    This will increase your upgrade duration time wise.
    Check the change log centminmod.com/changelog.html
    to see if any Nginx or PHP related new additions
    which require checking YUM prequisites are met.
    If no new additions made, you can skip the
    YUM install check to speed up upgrade time.
    
     [y/n]: n
         ____   _   _  ____       _   _                                _
        |  _ \ | | | ||  _ \  _  | | | | _ __    __ _  _ __  __ _   __| |  ___
        | |_) || |_| || |_) |(_) | | | || '_ \  / _` || '__|/ _` | / _` | / _ \
        |  __/ |  _  ||  __/  _  | |_| || |_) || (_| || |  | (_| || (_| ||  __/
        |_|    |_| |_||_|    (_)  \___/ | .__/  \__, ||_|   \__,_| \__,_| \___|
                                        |_|     |___/
    
    PHP Upgrade/Downgrade - Would you like to continue? [y/n] y
    
    ----------------------------------------------------------------
    Install which version of PHP? (version i.e. 5.6.40, 7.0.33, NGDEBUG)
    PHP 7.x/7.1.x/7.2.x/7.3.x is GA Stable but still may have broken PHP extensions.
    NGDEBUG is PHP 7.4.0 dev builds minus incompatible PHP extensions
    ----------------------------------------------------------------
    
    Current PHP Version: Warning:
    
    Enter PHP Version number you want to upgrade/downgrade to:
    


    Current PHP Version: Warning:
     
  15. adamus007p

    adamus007p Member

    366
    18
    18
    Feb 8, 2019
    Ratings:
    +35
    Local Time:
    12:43 AM
    I have done update code, redis, recompile php. update maria yum.
    The same problem CPU 100% used by maria.
    Any help?

    Code (Text):
    cminfo top
     cminfo top
    ------------------------------------------------------------------
     Centmin Mod Top Info:
    ------------------------------------------------------------------
     Server Location Info
    
      city: Berlin
      region: Berlin
      country: DE
      timezone: Europe/Berlin
      ASN: AS197540 netcup GmbH
    
     Processors physical = 1, cores = 8, virtual = 8, hyperthreading = no
    
          8  2399.994
          8  QEMU Virtual CPU version 2.5+
          8  16384 KB
    
     System Up Since:       2019-10-28 10:44:15
     System Uptime:         up 2 weeks, 1 day, 7 hours, 49 minutes
     MySQL Server Started   2019-11-12 18:19:25
     MySQL Uptime:          14 min 17 sec
     MySQL Uptime (secs):   857
     Server Type:           kvm
     CentOS Version:        7.7
     Centmin Mod:           123.09beta01.b318
     Nginx PageSpeed:       OFF
     Nginx Version:         1.17.5 (281019-114632-centos7-kvm)
     PHP-FPM Version:       7.3.11
     MariaDB Version:       10.3.20
     CSF Firewall:          v13.08
     Memcached Server:      1.5.19
     NSD Version:            -
     Siege Version:         4.0.4
     Maldet Version:        not installed
     ClamAV Version:        not installed
     ElasticSearch:         not installed
    
    ------------------------------------------------------------------
    free -mtl
                  total        used        free      shared  buff/cache   available
    Mem:          15884        3270        2071         356       10541       11926
    Low:          15884       13812        2071
    High:             0           0           0
    Swap:          8064          17        8047
    Total:        23949        3287       10119
    
    ------------------------------------------------------------------
    top 10 processes using swap (VmSwap)
    
          1108 polkitd                                     4052 kB
          1196 dhclient                                    1392 kB
          1124 haveged                                     1244 kB
          1397 tuned                                       1088 kB
          1137 NetworkManager                              1020 kB
           702 systemd-udevd                                844 kB
          1120 rngd                                         796 kB
          1140 ntpd                                         540 kB
          1138 crond                                        248 kB
          1125 dbus-daemon                                  236 kB
    
    ------------------------------------------------------------------
    top 10 processes' virtual memory size (VmSize/VSZ)
    RSS vs VSZ https://stackoverflow.com/a/21049737/272648
    RSS https://en.wikipedia.org/wiki/Resident_set_size
    
         15017 mysqld                                   8713700 kB
         16357 nginx                                    1196284 kB
         16356 nginx                                    1196284 kB
         16355 nginx                                    1192188 kB
         16353 nginx                                    1192188 kB
         16352 nginx                                    1143036 kB
         18068 php-fpm                                   836004 kB
         17207 php-fpm                                   776236 kB
         17252 php-fpm                                   774440 kB
         15217 php-fpm                                   762580 kB
    
    ------------------------------------------------------------------
    smem process memory info (sorted by RSS)
    PSS https://en.wikipedia.org/wiki/Proportional_set_size
    USS https://en.wikipedia.org/wiki/Unique_set_size
    
      PID User     Command                         Swap      USS      PSS      RSS
    15017 mysql    /usr/sbin/mysqld                   0  1115436  1115647  1118080
    16357 nginx    nginx: worker process              0    54304    60962    87680
    16356 nginx    nginx: worker process              0    53896    60549    87260
    16353 nginx    nginx: worker process              0    53108    59658    86144
    16355 nginx    nginx: worker process              0    52040    58688    85392
    17207 nginx    php-fpm: pool www                  0    40660    41547    50180
    17252 nginx    php-fpm: pool www                  0    38900    39681    47896
     2482 root     SCREEN                             0    45980    46027    46660
    16352 root     nginx: master process /usr/        0     6912    12970    37612
    15217 nginx    php-fpm: pool www                  0    26916    27789    36408
    17370 nginx    php-fpm: pool www                  0    26516    27299    35568
    18068 nginx    php-fpm: pool www                  0    14744    15827    25092
    16130 root     lfd - sleepin                      0    23344    23366    24152
    18429 nginx    php-fpm: pool www                  0     9784    10666    19324
    18426 nginx    php-fpm: pool www                  0     8612     9424    17816
    18498 nginx    php-fpm: pool www                  0     8756     9543    17704
     1397 root     /usr/bin/python2 -Es /usr/s     1088    12580    13553    16868
      670 root     /usr/lib/systemd/systemd-jo      168     3720     6385    10348
    12613 root     php-fpm: master process (/u        0     2448     3114    10004
    19058 root     python /usr/bin/smem -rt -s        0     6904     7502     8976
     1399 root     /usr/sbin/rsyslogd -n           2504     2256     4762     8604
    27713 root     sshd: root@pts/0                   0     1552     2162     6092
    15424 root     sshd: papi [priv]                  0      372     1524     5996
     1137 root     /usr/sbin/NetworkManager --     1016     2044     2560     5736
     1108 polkitd  /usr/lib/polkit-1/polkitd -     4052     2760     3228     5488
     2417 postfix  tlsmgr -l -t unix -u               0     1852     2135     4904
    30011 root     sudo su mydomain               0     1168     1466     4628
    15241 root     sudo su mydomain               0     1168     1466     4628
     6819 root     sudo su                            0     1172     1470     4628
    15805 postfix  qmgr -l -t unix -u                 0     1404     1684     4416
     1396 root     /usr/sbin/sshd -D                 24     1004     1301     4324
     8109 postfix  pickup -l -t unix -u               0     1268     1540     4172
        1 root     /usr/lib/systemd/systemd --      160     2908     2946     4004
     6821 root     bash                               0     2144     2283     3984
     1196 root     /sbin/dhclient -d -q -sf /u     1392      992     1134     3552
     2483 root     /bin/bash                          0     1812     1909     3476
    30013 mydomain bash                               0     1648     1787     3460
    27715 root     -bash                              0     1756     1867     3460
    15479 papi     /bin/bash                          0     1588     1709     3352
    15243 mydomain bash                               0     1576     1693     3328
    15206 papi     /bin/bash                          0     1484     1601     3236
    15429 papi     -bash                              0     1392     1487     3024
     1124 root     /usr/sbin/haveged -w 4067 -     1236     2128     2144     2724
    15644 root     pure-ftpd (SERVER)                 0     1448     1563     2716
    15428 papi     sshd: papi@pts/2                   0      424     1154     2608
    14286 papi     SCREEN -R lsnew                    0     1684     1738     2416
     1120 root     /sbin/rngd -f                    796      156      286     2380
    30012 root     su mydomain                    0      576      665     2356
     6820 root     su                                 0      576      665     2356
    15242 root     su mydomain                    0      576      657     2340
     1911 root     /usr/libexec/postfix/master       40     1196     1227     2244
     1125 dbus     /usr/bin/dbus-daemon --syst      236      600      733     2076
     1140 ntp      /usr/sbin/ntpd -u ntp:ntp -      540      376      471     1772
    18534 root     /bin/bash /usr/bin/cminfo t        0      232      417     1756
     1121 root     /usr/lib/systemd/systemd-lo      132      780      804     1756
     1138 root     /usr/sbin/crond -n               248      464      481     1372
    18574 root     /bin/bash /usr/bin/cminfo t        0      328      487     1268
    15474 papi     screen -r                          0      328      373     1200
    23950 root     /sbin/auditd                       0      520      532     1072
     1116 root     /usr/sbin/irqbalance --fore      152      132      185     1044
      702 root     /usr/lib/systemd/systemd-ud      844       44       67     1020
     1427 root     /sbin/agetty --noclear tty1        0      128      141      808
    18575 root     tee /root/centminlogs/cminf        0      124      135      680
    -------------------------------------------------------------------------------
       63 9                                       14628  1653700  1708836  2005620
    
    ------------------------------------------------------------------
    df -hT
    Filesystem     Type      Size  Used Avail Use% Mounted on
    devtmpfs       devtmpfs  7.8G     0  7.8G   0% /dev
    tmpfs          tmpfs     7.8G     0  7.8G   0% /dev/shm
    tmpfs          tmpfs     7.8G  353M  7.5G   5% /run
    tmpfs          tmpfs     7.8G     0  7.8G   0% /sys/fs/cgroup
    /dev/sda2      ext4      1.5T  297G  1.1T  22% /
    tmpfs          tmpfs     7.8G  1.2M  7.8G   1% /tmp
    /dev/sda1      ext4      976M  210M  700M  24% /boot
    tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/0
    tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/1003
    
    ------------------------------------------------------------------
    php-fpm stats
    
    Processes active: 7, idle: 1, Requests: 669, slow: 0, Traffic: 0.2req/sec
    pool:                 www
    process manager:      ondemand
    start time:           12/Nov/2019:17:55:46 +0000
    start since:          2281
    accepted conn:        671
    listen queue:         0
    max listen queue:     0
    listen queue len:     65535
    idle processes:       0
    active processes:     8
    total processes:      8
    max active processes: 22
    max children reached: 0
    slow requests:        0
    
    ------------------------------------------------------------------
    Filter sar -q for times cpu load avg (1min) hit/exceeded cpu threads max
    
    05:45:01 PM        15       261     11.28      5.30      2.74         0
    05:53:34 PM         2       228      9.53      8.16      5.22         0
    
    ------------------------------------------------------------------
    Filter sar -q for times cpu load avg (5min) hit/exceeded cpu threads max
    
    05:53:34 PM         2       228      9.53      8.16      5.22         0
    
    ------------------------------------------------------------------
    sar -q | sed -e "s|$(hostname)|hostname|g"
    Linux 3.10.0-1062.1.2.el7.x86_64 (hostname)     11/12/2019      _x86_64_        (8 CPU)
    
    12:00:01 AM   runq-sz  plist-sz   ldavg-1   ldavg-5  ldavg-15   blocked
    12:05:01 AM         2       234      0.04      0.18      0.79         0
    12:10:01 AM         3       235      0.04      0.10      0.59         0
    12:15:01 AM         2       236      1.02      0.51      0.61         0
    12:20:01 AM         1       227      0.22      0.56      0.62         0
    12:25:01 AM         2       227      0.87      0.49      0.55         0
    12:30:01 AM         1       230      0.48      0.72      0.65         0
    12:35:01 AM         1       228      0.07      0.31      0.49         0
    12:40:01 AM         6       229      0.44      0.25      0.41         0
    12:45:01 AM         1       226      1.01      0.74      0.58         0
    12:50:01 AM         2       227      0.09      0.30      0.43         0
    12:55:01 AM         2       227      1.16      0.80      0.61         0
    01:00:02 AM         2       227      0.02      0.36      0.48         0
    01:05:01 AM         5       223      0.00      0.14      0.35         0
    01:10:01 AM         2       223      0.00      0.05      0.25         0
    01:15:01 AM         1       223      0.03      0.03      0.19         0
    01:20:01 AM         2       224      1.03      0.65      0.41         0
    01:25:01 AM         1       221      0.67      0.83      0.57         0
    01:30:01 AM         1       224      0.04      0.34      0.43         0
    01:35:01 AM         4       226      0.00      0.12      0.31         0
    01:40:01 AM         3       225      0.02      0.07      0.23         0
    01:45:01 AM         2       224      0.72      0.25      0.25         0
    01:50:01 AM         2       225      1.01      0.74      0.46         0
    01:55:01 AM         1       225      0.78      0.86      0.60         0
    02:00:01 AM         1       226      0.01      0.33      0.44         0
    02:05:01 AM         3       224      0.00      0.12      0.32         0
    02:10:01 AM         1       222      0.00      0.04      0.23         0
    02:15:01 AM         1       225      0.00      0.03      0.18         0
    02:20:01 AM         1       221      0.00      0.01      0.13         0
    02:25:01 AM         1       226      0.00      0.01      0.11         0
    02:30:01 AM         2       228      0.09      0.04      0.09         0
    02:35:01 AM         2       222      0.14      0.05      0.07         0
    02:40:01 AM         1       228      0.01      0.04      0.06         0
    02:45:01 AM         1       224      0.00      0.02      0.05         0
    02:50:01 AM         1       225      0.00      0.01      0.05         0
    02:55:01 AM         1       227      0.05      0.03      0.05         0
    03:00:01 AM         6       226      1.20      0.32      0.14         1
    03:05:01 AM         4       228      2.98      2.01      0.93         0
    03:10:01 AM         2       229      0.09      0.85      0.74         0
    03:15:01 AM         5       229      0.03      0.35      0.55         0
    03:20:01 AM         1       224      0.00      0.13      0.40         0
    03:25:01 AM         1       228      0.11      0.16      0.34         0
    03:30:01 AM         4       230      1.80      0.83      0.54         0
    03:35:01 AM         5       230      1.97      1.46      0.90         0
    03:40:02 AM         6       232      3.81      2.91      1.68         0
    03:45:01 AM         3       231      2.87      2.93      2.03         0
    03:50:02 AM         1       224      0.03      1.15      1.52         0
    03:55:01 AM         3       225      0.95      0.83      1.25         0
    04:00:01 AM         3       227      1.00      0.95      1.19         0
    04:05:01 AM         1       227      0.26      0.75      1.06         0
    04:10:01 AM         3       228      0.03      0.32      0.79         0
    04:15:01 AM         2       229      0.67      0.31      0.64         0
    04:20:01 AM         4       227      2.60      1.44      1.01         0
    04:25:01 AM         6       230      4.50      3.06      1.79         0
    04:30:01 AM         3       228      2.88      3.20      2.23         0
    04:35:01 AM         1       227      0.14      1.42      1.74         0
    04:40:01 AM         2       230      0.00      0.52      1.26         0
    04:45:01 AM         1       224      0.00      0.20      0.92         0
    04:50:01 AM         1       224      0.00      0.07      0.66         0
    04:55:01 AM         1       229      0.01      0.04      0.49         0
    05:00:01 AM         1       227      0.07      0.05      0.37         0
    05:05:01 AM         3       226      1.90      0.97      0.64         0
    05:10:01 AM         1       227      0.20      0.79      0.70         0
    05:15:01 AM         1       224      0.08      0.31      0.51         0
    05:20:01 AM         1       227      0.02      0.14      0.38         0
    05:25:01 AM         1       227      0.00      0.06      0.29         0
    05:30:01 AM         2       224      0.69      0.23      0.28         0
    05:35:01 AM         3       228      1.37      0.82      0.51         0
    05:40:01 AM         2       226      1.45      1.42      0.87         0
    05:45:01 AM         7       225      0.71      1.10      0.88         0
    05:50:01 AM         1       225      0.00      0.40      0.64         0
    05:55:01 AM         2       224      0.07      0.17      0.47         0
    06:00:01 AM         3       225      0.00      0.06      0.34         0
    06:05:01 AM         1       228      0.05      0.05      0.26         0
    06:10:01 AM         2       226      0.04      0.03      0.20         0
    06:15:01 AM         2       229      0.08      0.06      0.16         0
    06:20:01 AM         1       230      0.05      0.06      0.13         0
    06:25:01 AM         6       226      0.00      0.02      0.10         0
    06:30:01 AM         4       232      2.68      1.32      0.59         0
    06:35:01 AM         3       226      0.09      0.58      0.47         0
    06:40:01 AM         1       227      0.01      0.24      0.36         0
    06:45:01 AM         3       228      0.70      0.27      0.33         0
    06:50:02 AM         4       228      1.24      0.81      0.54         0
    06:55:01 AM         2       226      1.21      1.29      0.85         0
    07:00:01 AM         2       226      1.01      1.14      0.90         0
    07:05:01 AM         1       227      0.02      0.50      0.70         0
    07:10:01 AM         1       228      0.11      0.23      0.53         0
    07:15:01 AM         2       238      0.98      0.64      0.61         0
    07:20:01 AM         3       258      1.83      1.25      0.87         0
    07:25:01 AM         4       235      0.53      1.22      1.00         0
    07:30:01 AM         2       234      0.04      0.47      0.73         0
    07:35:01 AM         1       235      0.06      0.23      0.56         0
    07:40:01 AM         3       234      0.00      0.09      0.41         0
    07:45:01 AM         1       234      0.01      0.05      0.30         0
    07:50:01 AM         2       237      0.61      0.21      0.29         0
    07:55:01 AM         3       232      2.28      1.32      0.72         0
    08:00:01 AM         3       238      1.85      1.78      1.10         0
    08:05:01 AM         6       236      1.88      1.63      1.20         0
    08:10:01 AM         3       236      1.36      1.40      1.23         0
    08:15:01 AM         7       236      1.87      1.66      1.39         0
    08:20:01 AM         2       235      1.21      1.61      1.46         0
    08:25:01 AM         2       238      0.89      1.25      1.35         0
    08:30:01 AM         2       237      0.01      0.47      0.98         0
    08:35:01 AM         1       234      0.10      0.21      0.73         0
    08:40:01 AM         2       238      0.00      0.08      0.53         0
    08:45:01 AM         3       232      0.01      0.04      0.39         0
    08:50:01 AM         3       234      1.06      0.66      0.56         0
    08:55:01 AM         3       232      1.95      1.36      0.87         0
    09:00:01 AM         7       238      2.73      1.91      1.21         1
    09:05:01 AM         7       237      2.11      2.30      1.60         0
    09:10:01 AM         3       232      1.28      1.88      1.63         0
    09:15:01 AM         5       244      0.71      0.96      1.29         0
    09:20:01 AM         2       231      0.02      0.39      0.95         0
    09:25:01 AM         4       231      0.07      0.20      0.72         0
    09:30:01 AM         2       234      0.00      0.08      0.52         0
    09:35:01 AM         2       234      0.08      0.05      0.39         0
    09:40:01 AM         2       233      0.04      0.03      0.29         0
    09:45:01 AM         2       232      0.00      0.02      0.21         0
    09:50:01 AM         7       235      1.00      0.61      0.41         0
    09:55:01 AM         3       238      2.06      1.34      0.76         0
    10:00:02 AM         3       229      1.89      1.60      1.03         0
    10:05:01 AM         4       230      1.12      1.51      1.17         0
    10:10:01 AM         2       231      0.50      1.08      1.08         0
    10:15:01 AM         1       230      0.05      0.45      0.81         0
    10:20:01 AM         4       236      0.76      0.37      0.66         0
    10:25:01 AM         4       230      2.94      1.88      1.22         0
    10:30:01 AM         4       229      2.28      2.35      1.62         0
    10:35:02 AM         1       226      0.08      1.16      1.34         0
    10:40:01 AM         1       228      0.06      0.47      0.99         0
    10:45:01 AM         1       226      0.00      0.18      0.72         0
    10:50:01 AM         3       225      0.00      0.07      0.52         0
    10:55:01 AM         1       229      0.00      0.03      0.38         0
    11:00:01 AM         4       229      1.05      0.55      0.49         1
    11:05:01 AM         2       245      1.09      0.85      0.64         0
    11:10:01 AM         2       256      1.09      1.01      0.76         0
    11:15:02 AM         2       259      1.00      1.01      0.83         0
    11:20:01 AM         2       259      1.09      1.04      0.89         0
    11:25:01 AM         2       260      1.00      1.01      0.92         0
    11:30:01 AM         2       235      0.40      0.87      0.90         0
    11:35:01 AM         1       234      0.03      0.38      0.68         0
    11:40:01 AM         2       234      0.00      0.14      0.49         0
    11:45:01 AM         1       235      0.00      0.05      0.36         0
    11:50:01 AM         1       235      0.00      0.02      0.26         0
    11:55:01 AM         1       235      0.00      0.01      0.19         0
    12:00:01 PM         4       227      0.74      0.25      0.23         0
    12:05:01 PM         3       229      2.30      1.48      0.75         0
    12:10:01 PM         1       223      0.55      1.12      0.82         0
    12:15:02 PM         1       223      0.00      0.41      0.60         0
    12:20:01 PM         1       223      0.04      0.20      0.46         0
    12:25:01 PM         1       224      0.00      0.08      0.33         0
    12:30:01 PM         2       226      0.00      0.03      0.24         0
    12:35:01 PM         2       224      0.04      0.04      0.19         0
    12:40:01 PM         4       229      1.87      0.89      0.47         0
    12:45:01 PM         6       225      2.53      1.74      0.95         0
    12:50:01 PM         5       226      1.21      1.71      1.20         0
    12:55:02 PM         1       231      0.99      1.29      1.16         0
    01:00:01 PM         1       232      0.08      0.52      0.86         0
    01:05:01 PM         1       229      0.04      0.21      0.63         0
    01:10:01 PM         1       229      0.01      0.09      0.46         0
    01:15:01 PM         1       230      0.00      0.05      0.34         0
    01:20:01 PM         2       231      0.38      0.16      0.31         0
    01:25:01 PM        10       240      7.50      3.56      1.60         0
    01:30:01 PM        10       242      7.82      6.27      3.31         1
    01:35:01 PM         3       234      6.17      6.50      4.26         0
    01:40:01 PM         2       229      1.20      3.23      3.47         0
    01:45:01 PM         4       232      1.22      1.90      2.82         1
    01:50:01 PM         9       234      4.54      3.26      3.13         0
    01:55:01 PM         3       230      2.32      3.07      3.13         0
    02:00:01 PM         4       230      3.64      3.39      3.23         0
    02:05:01 PM         4       231      2.09      2.57      2.92         0
    02:10:01 PM         2       260      1.06      1.78      2.50         0
    02:15:01 PM         2       248      1.04      1.32      2.10         0
    02:20:01 PM         2       250      1.03      1.13      1.81         0
    02:25:01 PM         9       248      5.75      2.95      2.30         0
    02:30:01 PM         2       217      1.35      3.30      2.78         0
    02:35:01 PM         1       209      0.01      1.23      2.02         0
    02:40:01 PM         1       212      0.01      0.46      1.47         0
    02:45:01 PM         2       214      0.63      0.36      1.13         0
    02:50:01 PM         3       215      1.01      0.79      1.12         0
    02:55:01 PM         3       223      1.35      1.01      1.12         0
    03:00:01 PM         3       223      2.00      1.64      1.37         0
    03:05:01 PM         1       218      0.10      0.76      1.07         0
    Average:            3       230      0.88      0.86      0.86         0
    
    03:05:49 PM       LINUX RESTART
    
    03:10:01 PM   runq-sz  plist-sz   ldavg-1   ldavg-5  ldavg-15   blocked
    03:15:01 PM         1       222      0.02      0.16      0.61         0
    03:20:01 PM         4       221      1.04      0.64      0.68         0
    03:25:01 PM         1       219      0.08      0.40      0.58         0
    03:30:02 PM         5       222      1.01      0.80      0.71         0
    03:35:01 PM         2       223      1.02      0.96      0.81         0
    03:40:01 PM         1       245      1.02      1.00      0.87         0
    03:45:01 PM         1       235      0.09      0.45      0.66         0
    03:50:01 PM         4       227      0.02      0.18      0.49         0
    03:55:01 PM         1       226      0.03      0.12      0.38         0
    04:00:01 PM         2       231      0.01      0.09      0.30         0
    04:05:01 PM         1       228      0.00      0.03      0.22         0
    Average:            2       227      0.39      0.44      0.57         0
    
    04:06:11 PM       LINUX RESTART
    
    04:10:01 PM   runq-sz  plist-sz   ldavg-1   ldavg-5  ldavg-15   blocked
    04:15:01 PM         1       228      0.06      0.04      0.13         0
    04:20:01 PM         2       228      0.99      0.59      0.34         0
    04:25:01 PM         3       229      1.00      0.85      0.52         0
    04:30:01 PM         4       230      0.96      0.84      0.60         0
    04:35:01 PM         3       230      1.09      0.93      0.71         0
    04:40:01 PM         7       229      2.88      1.97      1.20         0
    04:45:01 PM         3       229      2.30      2.40      1.61         0
    04:50:01 PM         1       228      0.02      0.95      1.21         0
    04:55:01 PM         1       227      0.00      0.36      0.88         0
    05:00:01 PM         1       225      0.00      0.13      0.64         0
    05:05:01 PM         1       228      0.01      0.06      0.47         0
    05:10:01 PM         6       230      0.92      0.47      0.51         0
    Average:            3       228      0.85      0.80      0.73         0
    
    05:14:15 PM       LINUX RESTART
    
    05:17:47 PM       LINUX RESTART
    
    05:20:00 PM       LINUX RESTART
    
    05:20:01 PM   runq-sz  plist-sz   ldavg-1   ldavg-5  ldavg-15   blocked
    05:25:01 PM         2       228      1.25      1.79      1.42         0
    05:30:01 PM         2       227      0.68      0.95      1.16         0
    05:35:02 PM         2       228      0.96      0.97      1.11         0
    Average:            2       228      0.96      1.24      1.23         0
    
    05:39:58 PM       LINUX RESTART
    
    05:40:01 PM   runq-sz  plist-sz   ldavg-1   ldavg-5  ldavg-15   blocked
    05:43:19 PM         2       224      2.72      2.05      1.51         0
    05:45:01 PM        15       261     11.28      5.30      2.74         0
    05:50:01 PM         4       229      4.12      6.03      3.96         0
    05:53:34 PM         2       228      9.53      8.16      5.22         0
    05:54:04 PM         2       232      7.08      7.70      5.16         0
    05:54:10 PM         2       229      6.76      7.62      5.15         0
    05:54:29 PM         2       229      5.62      7.30      5.10         0
    05:54:30 PM         2       229      5.62      7.30      5.10         0
    05:54:48 PM         2       229      4.88      7.06      5.06         0
    05:54:54 PM         1       229      4.52      6.91      5.03         0
    05:54:59 PM         1       229      4.52      6.91      5.03         0
    05:54:59 PM         1       229      4.24      6.81      5.01         0
    05:55:01 PM         2       229      4.24      6.81      5.01         0
    05:55:45 PM         1       223      3.33      6.23      4.90         0
    06:00:01 PM         5       230      0.19      2.92      3.85         0
    06:05:01 PM         3       228      0.64      1.26      2.85         0
    06:10:01 PM         2       228      1.23      1.25      2.40         0
    06:15:01 PM         4       230      0.54      1.04      2.01         0
    06:20:01 PM         1       211      0.50      0.61      1.54         0
    Average:            3       229      4.29      5.22      4.03         0
    
    06:22:43 PM       LINUX RESTART
    
    06:25:01 PM   runq-sz  plist-sz   ldavg-1   ldavg-5  ldavg-15   blocked
    06:30:01 PM         5       216      2.94      1.81      1.57         0
    Average:            5       216      2.94      1.81      1.57         0
    
    ------------------------------------------------------------------
    sar -r | sed -e "s|$(hostname)|hostname|g"
    Linux 3.10.0-1062.1.2.el7.x86_64 (hostname)     11/12/2019      _x86_64_        (8 CPU)
    
    12:00:01 AM kbmemfree kbmemused  %memused kbbuffers  kbcached  kbcommit   %commit  kbactive   kbinact   kbdirty
    12:05:01 AM    548368  15717240     96.63   1389656   7533544   9114820     37.17   7251496   4518444       624
    12:10:01 AM    569120  15696488     96.50   1389960   7530964   9087412     37.05   7229148   4518572       316
    12:15:01 AM    509032  15756576     96.87   1390060   7531964   9176988     37.42   7287696   4519008       384
    12:20:01 AM    594672  15670936     96.34   1390108   7532444   9033988     36.84   7206220   4519012       124
    12:25:01 AM    558508  15707100     96.57   1390148   7532628   9103032     37.12   7240104   4519000       104
    12:30:01 AM    502948  15762660     96.91   1391620   7541660   9145636     37.29   7265252   4523808       932
    12:35:01 AM    550264  15715344     96.62   1391952   7538448   9097612     37.10   7233152   4523640       120
    12:40:01 AM    508936  15756672     96.87   1392092   7541552   9129680     37.23   7270824   4521788       168
    12:45:01 AM    520388  15745220     96.80   1392144   7542112   9116372     37.17   7259716   4521864       296
    12:50:01 AM    488712  15776896     97.00   1392300   7544716   9152732     37.32   7282824   4523968       620
    12:55:01 AM    482368  15783240     97.03   1392348   7546652   9164696     37.37   7283912   4524968       588
    01:00:02 AM    509980  15755628     96.86   1392476   7547524   9112232     37.16   7257048   4525400       860
    01:05:01 AM    525792  15739816     96.77   1392696   7548624   9079248     37.02   7241832   4525612       676
    01:10:01 AM    523356  15742252     96.78   1392816   7549552   9086240     37.05   7243984   4526048        96
    01:15:01 AM    537424  15728184     96.70   1392944   7550272   9054168     36.92   7230376   4526132        44
    01:20:01 AM    456676  15808932     97.19   1393284   7556572   9168548     37.39   7298080   4531788       564
    01:25:01 AM    534168  15731440     96.72   1393408   7557324   9043756     36.88   7221636   4531928       192
    01:30:01 AM    465836  15799772     97.14   1393552   7565992   9133444     37.24   7279456   4531848       292
    01:35:01 AM    477796  15787812     97.06   1393636   7568048   9109636     37.15   7262868   4532272       304
    01:40:01 AM    465292  15800316     97.14   1393900   7570028   9118540     37.18   7272204   4532036       556
    01:45:01 AM    398268  15867340     97.55   1394316   7574008   9184304     37.45   7332456   4532880      1340
    01:50:01 AM    412212  15853396     97.47   1394416   7575672   9155712     37.33   7320812   4532196       708
    01:55:01 AM    470272  15795336     97.11   1394628   7576612   9076932     37.01   7258040   4532672       244
    02:00:01 AM    429072  15836536     97.36   1394660   7577084   9140268     37.27   7295528   4532876       140
    02:05:01 AM    465012  15800596     97.14   1394780   7578020   9070496     36.99   7260368   4533144       468
    02:10:01 AM    468992  15796616     97.12   1394956   7580568   9055928     36.93   7256608   4534896       200
    02:15:01 AM    449240  15816368     97.24   1395232   7581248   9094428     37.08   7269140   4535168       244
    02:20:01 AM    463912  15801696     97.15   1395260   7581636   9053976     36.92   7256024   4535012       296
    02:25:01 AM    382240  15883368     97.65   1395552   7586864   9164792     37.37   7328588   4535416      1876
    02:30:01 AM    425008  15840600     97.39   1395576   7584704   9105124     37.13   7286944   4536500       304
    02:35:01 AM    423064  15842544     97.40   1395800   7586864   9116240     37.17   7282272   4537284       808
    02:40:01 AM    417880  15847728     97.43   1396148   7591804   9114652     37.17   7430184   4393860       268
    02:45:01 AM    402976  15862632     97.52   1396240   7593164   9131488     37.23   7441052   4393840      1020
    02:50:01 AM    409024  15856584     97.49   1396252   7593956   9114992     37.17   7438200   4391276       124
    02:55:01 AM    405224  15860384     97.51   1396352   7594516   9103968     37.12   7437916   4391396       360
    03:00:01 AM    325112  15940496     98.00   1396420   7596056   9206412     37.54   7510832   4391960       408
    03:05:01 AM    306400  15959208     98.12   1396460   7597668   9245016     37.70   7522880   4392848       188
    03:10:01 AM    358888  15906720     97.79   1396632   7598572   9151868     37.32   7467568   4392992        32
    03:15:01 AM    383120  15882488     97.64   1396752   7599712   9109588     37.15   7441880   4393652       804
    03:20:01 AM    380476  15885132     97.66   1396808   7601508   9102588     37.12   7441964   4394396      1060
    03:25:01 AM    286260  15979348     98.24   1423636   7642732   9126316     37.21   7517800   4406300      1784
    03:30:01 AM    158064  16107544     99.03   1423732   7649652   9246848     37.71   7619020   4409284      6052
    03:35:01 AM    200780  16064828     98.77   1419112   7555224   9349356     38.12   7541772   4462076         8
    03:40:02 AM    247832  16017776     98.48   1419180   7557020   9280536     37.84   7504820   4451620       744
    03:45:01 AM    201924  16063684     98.76   1419216   7565884   9263292     37.77   7507472   4451912       364
    03:50:02 AM    402216  15863392     97.53   1419376   7545772   9119264     37.18   7372780   4456240       156
    03:55:01 AM    407256  15858352     97.50   1419580   7546436   9099876     37.11   7366168   4456420        40
    04:00:01 AM    422856  15842752     97.40   1419788   7547244   9075308     37.01   7350516   4456756        76
    04:05:01 AM    384392  15881216     97.64   1419928   7547864   9137112     37.26   7388844   4457100        60
    04:10:01 AM    411080  15854528     97.47   1420000   7549052   9110472     37.15   7359224   4457740       864
    04:15:01 AM    360964  15904644     97.78   1420088   7549852   9164416     37.37   7409620   4457908       232
    04:20:01 AM    277960  15987648     98.29   1420108   7551028   9264596     37.78   7490636   4458300       360
    04:25:01 AM    231136  16034472     98.58   1420420   7552232   9316148     37.99   7535300   4458840       204
    04:30:01 AM    301604  15964004     98.15   1420668   7553404   9253684     37.73   7467272   4459272      1436
    04:35:01 AM    365484  15900124     97.75   1421044   7554740   9167636     37.38   7396144   4459968       756
    04:40:01 AM    406156  15859452     97.50   1421300   7555596   9083916     37.04   7354500   4460224       812
    04:45:01 AM    387692  15877916     97.62   1421320   7557552   9111576     37.15   7373024   4460112        64
    04:50:01 AM    410960  15854648     97.47   1421388   7559492   9078352     37.02   7347584   4460452       412
    04:55:01 AM    377240  15888368     97.68   1421612   7563408   9118664     37.18   7378640   4460684       376
    05:00:01 AM    300080  15965528     98.16   1421788   7569756   9214748     37.57   7439856   4464576      1376
    05:05:01 AM    302352  15963256     98.14   1421944   7573044   9186632     37.46   7427844   4466624       348
    05:10:01 AM    352076  15913532     97.84   1422024   7574604   9110096     37.15   7378220   4467044       404
    05:15:01 AM    344288  15921320     97.88   1422380   7576116   9123936     37.20   7385612   4467884       352
    05:20:01 AM    353616  15911992     97.83   1422588   7576632   9104892     37.13   7377460   4467272       160
    05:25:01 AM    335952  15929656     97.93   1422652   7577532   9129360     37.23   7390500   4467656       384
    05:30:01 AM    348204  15917404     97.86   1423048   7578468   9080252     37.03   7378748   4468276        56
    05:35:01 AM    284828  15980780     98.25   1423216   7579276   9172924     37.40   7436312   4468688      1004
    05:40:01 AM    308152  15957456     98.11   1423240   7580128   9150220     37.31   7414084   4469268        96
    05:45:01 AM    362860  15902748     97.77   1423368   7580600   9068404     36.98   7360176   4469232       280
    05:50:01 AM    304136  15961472     98.13   1423548   7589496   9150360     37.31   7406308   4477668       104
    05:55:01 AM    347756  15917852     97.86   1423564   7590044   9080292     37.03   7364840   4477780       128
    06:00:01 AM    318996  15946612     98.04   1424180   7591248   9114956     37.17   7385064   4478328        16
    06:05:01 AM    315840  15949768     98.06   1424208   7592972   9110552     37.15   7387352   4478816       728
    06:10:01 AM    326668  15938940     97.99   1424440   7594364   9092416     37.08   7376432   4479888       556
    06:15:01 AM    326316  15939292     97.99   1424540   7594860   9100664     37.11   7375832   4480000       100
    06:20:01 AM    312168  15953440     98.08   1424836   7595876   9130272     37.23   7389064   4480064        32
    06:25:01 AM    327156  15938452     97.99   1425056   7596840   9104052     37.12   7375900   4480264       144
    06:30:01 AM    284172  15981436     98.25   1425140   7598148   9164272     37.37   7414072   4480824      1200
    06:35:01 AM    268380  15997228     98.35   1425220   7603052   9115612     37.17   7401288   4480952       448
    06:40:01 AM    303168  15962440     98.14   1425428   7599808   9118968     37.18   7391104   4481360       136
    06:45:01 AM    170224  16095384     98.95   1425776   7589848   9239552     37.68   7486908   4481092      5656
    06:50:02 AM    259664  16005944     98.40   1425476   7533176   9268476     37.79   7437356   4492692       384
    06:55:01 AM    313364  15952244     98.07   1425748   7538752   9228728     37.63   7381560   4496744       256
    07:00:01 AM    300312  15965296     98.15   1426004   7539664   9226028     37.62   7383304   4495676       640
    07:05:01 AM    355804  15909804     97.81   1426608   7541008   9152076     37.32   7327472   4496432       248
    07:10:01 AM    351332  15914276     97.84   1426696   7541792   9151428     37.32   7330592   4496776       368
    07:15:01 AM    218760  16046848     98.66   1426864   7543376   9381588     38.25   7452752   4497296       116
    07:20:01 AM    202764  16062844     98.75   1426908   7432224   9668244     39.42   7437636   4548072        16
    07:25:01 AM    488976  15776632     96.99   1426936   7434104   9130268     37.23   7166796   4549148       260
    07:30:01 AM    496716  15768892     96.95   1426972   7435392   9109548     37.15   7156152   4549732       220
    07:35:01 AM    489028  15776580     96.99   1427228   7437136   9106260     37.13   7152284   4550676       224
    07:40:01 AM    475444  15790164     97.08   1427288   7437852   9123816     37.20   7162232   4550980      1260
    07:45:01 AM    476056  15789552     97.07   1427332   7438400   9111708     37.15   7160324   4551148       120
    07:50:01 AM    453532  15812076     97.21   1427364   7438976   9136120     37.25   7183468   4551320       136
    07:55:01 AM    437652  15827956     97.31   1427572   7439668   9147020     37.30   7197456   4549120       224
    08:00:01 AM    425468  15840140     97.38   1428004   7441156   9182476     37.44   7209220   4549772        36
    08:05:01 AM    435672  15829936     97.32   1428096   7442332   9166332     37.38   7199444   4549136       636
    08:10:01 AM    427528  15838080     97.37   1428168   7442932   9172796     37.40   7205992   4548968       240
    08:15:01 AM    421052  15844556     97.41   1428268   7443616   9179972     37.43   7210840   4549120       104
    08:20:01 AM    434332  15831276     97.33   1428416   7444592   9166128     37.38   7196388   4549368       472
    08:25:01 AM    429252  15836356     97.36   1428484   7445996   9164448     37.37   7199676   4549816       972
    08:30:01 AM    464404  15801204     97.14   1428644   7446432   9109668     37.15   7164180   4549876        56
    08:35:01 AM    440072  15825536     97.29   1428668   7448460   9145664     37.29   7176656   4551492       152
    08:40:01 AM    426580  15839028     97.38   1428692   7449980   9151836     37.32   7185328   4549712      1180
    08:45:01 AM    434516  15831092     97.33   1428740   7451276   9099076     37.10   7181180   4549616       176
    08:50:01 AM    412112  15853496     97.47   1428776   7451668   9133848     37.24   7200656   4549756       100
    08:55:01 AM    379180  15886428     97.67   1428808   7452312   9170148     37.39   7233140   4549952       148
    09:00:01 AM    341372  15924236     97.90   1428836   7452712   9222304     37.60   7268016   4550060       200
    09:05:01 AM    371048  15894560     97.72   1429028   7453436   9194972     37.49   7233080   4550068       128
    09:10:01 AM    397064  15868544     97.56   1429344   7456404   9138800     37.26   7206740   4552072       676
    09:15:01 AM    373288  15892320     97.71   1429552   7340656   9251160     37.72   7370068   4356296      4928
    09:20:01 AM    433604  15832004     97.33   1429652   7430020   9174712     37.41   7462980   4288296       228
    09:25:01 AM    459316  15806292     97.18   1429676   7430468   9127632     37.22   7438172   4288180       368
    09:30:01 AM    452176  15813432     97.22   1429712   7430928   9152384     37.32   7443292   4288056       416
    09:35:01 AM    463928  15801680     97.15   1429980   7431704   9135500     37.25   7431612   4288360       400
    09:40:01 AM    484636  15780972     97.02   1430172   7432344   9096584     37.09   7408900   4287952       200
    09:45:01 AM    473668  15791940     97.09   1430384   7432888   9107256     37.14   7420064   4287716       384
    09:50:01 AM    417252  15848356     97.43   1430396   7433112   9173332     37.41   7476344   4280772        44
    09:55:01 AM    320280  15945328     98.03   1430588   7433956   9295048     37.90   7564020   4281160       124
    10:00:02 AM    376848  15888760     97.68   1430684   7435524   9189764     37.47   7509980   4281736        64
    10:05:01 AM    426208  15839400     97.38   1430720   7435608   9136968     37.26   7461168   4281608        80
    10:10:01 AM    416100  15849508     97.44   1430736   7436264   9162904     37.36   7466948   4281804       300
    10:15:01 AM    447392  15818216     97.25   1431160   7437916   9117736     37.18   7431028   4282176        76
    10:20:01 AM    370140  15895468     97.72   1431596   7441684   9220796     37.60   7499624   4284156      2612
    10:25:01 AM    363032  15902576     97.77   1432204   7444668   9183632     37.45   7508212   4284468       140
    10:30:01 AM    372756  15892852     97.71   1432208   7444908   9186436     37.46   7499208   4284528       108
    10:35:02 AM    412920  15852688     97.46   1432216   7445500   9120508     37.19   7454928   4284656       132
    10:40:01 AM    417604  15848004     97.43   1432352   7445800   9124112     37.20   7448508   4284632        68
    10:45:01 AM    431348  15834260     97.35   1432360   7446596   9091736     37.07   7435096   4285012       172
    10:50:01 AM    435896  15829712     97.32   1432540   7447856   9079736     37.02   7430508   4285868       200
    10:55:01 AM    420172  15845436     97.42   1432704   7448348   9097980     37.10   7441396   4286124       144
    11:00:01 AM    375296  15890312     97.69   1432720   7448888   9164424     37.37   7482000   4285992        96
    11:05:01 AM    222216  16043392     98.63   1430576   7304532   9663136     39.40   7555960   4369144       212
    11:10:01 AM    203764  16061844     98.75   1426516   7185896   9947176     40.56   7540452   4428656        92
    11:15:02 AM    211444  16054164     98.70   1426524   7185992   9938096     40.52   7532308   4428612        12
    11:20:01 AM    245684  16019924     98.49   1426712   7186416   9898544     40.36   7494996   4428480        20
    11:25:01 AM    247572  16018036     98.48   1426728   7186492   9896968     40.36   7493000   4428472        72
    11:30:01 AM    728304  15537304     95.52   1426948   7189128   9083104     37.04   7031644   4420416       184
    11:35:01 AM    590304  15675304     96.37   1427072   7190796   9229120     37.63   7224992   4339908       124
    11:40:01 AM    695996  15569612     95.72   1427204   7191996   9095780     37.09   7121308   4340220       328
    11:45:01 AM    693860  15571748     95.73   1427348   7192844   9094248     37.08   7123176   4340668       152
    11:50:01 AM    658784  15606824     95.95   1427848   7195272   9137328     37.26   7157744   4340800       324
    11:55:01 AM    689920  15575688     95.76   1427896   7203952   9081104     37.03   7151368   4313992        44
    12:00:01 PM    658940  15606668     95.95   1427912   7204236   9125840     37.21   7182296   4313784       232
    12:05:01 PM    610584  15655024     96.25   1427948   7205260   9199888     37.51   7223820   4313644       528
    12:10:01 PM    613864  15651744     96.23   1427976   7206464   9183128     37.45   7216052   4314268       168
    12:15:02 PM    659420  15606188     95.95   1428004   7207156   9106748     37.13   7171524   4314116       276
    12:20:01 PM    649616  15615992     96.01   1428064   7207980   9127140     37.22   7177312   4312852       148
    12:25:01 PM    650024  15615584     96.00   1428384   7208412   9127084     37.22   7177236   4312784       160
    12:30:01 PM    616884  15648724     96.21   1428440   7213684   9134036     37.25   7193536   4314004       600
    12:35:01 PM    573336  15692272     96.48   1428508   7218716   9155448     37.33   7224348   4314064       764
    12:40:01 PM    481312  15784296     97.04   1428668   7219236   9271292     37.80   7306392   4315424      4212
    12:45:01 PM    508860  15756748     96.87   1428744   7219852   9217520     37.59   7289956   4319404      4316
    12:50:01 PM    555948  15709660     96.58   1428784   7220572   9195268     37.49   7254416   4316620       196
    12:55:02 PM    524012  15741596     96.78   1428848   7218348   9296276     37.91   7277064   4317556      2452
    01:00:01 PM    565024  15700584     96.53   1429684   7232416   9141988     37.28   7213048   4328720       624
    01:05:01 PM    529920  15735688     96.74   1430160   7236704   9182900     37.44   7244512   4326224       344
    01:10:01 PM    583112  15682496     96.42   1430348   7233684   9127024     37.22   7207792   4325240       708
    01:15:01 PM    530004  15735604     96.74   1430372   7238904   9159948     37.35   7244548   4324472        24
    01:20:01 PM    300928  15964680     98.15   1441732   7392392   9243808     37.69   7320048   4466996       512
    01:25:01 PM    168280  16097328     98.97   1440656   7297212   9560744     38.98   7425044   4506628       396
    01:30:01 PM    214320  16051288     98.68   1516168   7251252   9479024     38.65   7500100   4414732     14256
    01:35:01 PM    286248  15979360     98.24   1525768   7254432   9409276     38.37   7470752   4400936       408
    01:40:01 PM    428640  15836968     97.36   1526068   7263448   9231588     37.64   7325136   4405496       516
    01:45:01 PM    344568  15921040     97.88   1527324   7272188   9317580     37.99   7397144   4411132       568
    01:50:01 PM    243960  16021648     98.50   1527376   7278452   9443620     38.51   7476256   4414160         0
    01:55:01 PM    359440  15906168     97.79   1527428   7268644   9299848     37.92   7344200   4439192       124
    02:00:01 PM    325752  15939856     98.00   1527528   7271132   9335436     38.07   7375080   4439876       416
    02:05:01 PM    355632  15909976     97.81   1527592   7272788   9300708     37.92   7338588   4440344       596
    02:10:01 PM    170428  16095180     98.95   1527624   7199676   9792920     39.93   7470280   4489504        72
    02:15:01 PM    479652  15785956     97.05   1528636   7166708   9289296     37.88   7138996   4524732       288
    02:20:01 PM    442160  15823448     97.28   1528668   7167740   9362032     38.17   7174504   4524876       244
    02:25:01 PM    304204  15961404     98.13   1529844   7221688   9431784     38.46   7285520   4551748      1208
    02:30:01 PM   1911384  14354224     88.25   1532100   7304268   9122432     37.20   6510308   3750904        24
    02:35:01 PM   1903268  14362340     88.30   1532252   7304940   9046700     36.89   6517972   3748728        24
    02:40:01 PM   1854000  14411608     88.60   1532276   7311916   9103152     37.12   6558124   3754036       280
    02:45:01 PM   1763024  14502584     89.16   1532316   7319748   9175896     37.42   6636344   3759012       328
    02:50:01 PM   1726684  14538924     89.38   1532364   7327072   9198936     37.51   6661620   3761952      1196
    02:55:01 PM   1674416  14591192     89.71   1532396   7328520   9218712     37.59   6714004   3762260       860
    03:00:01 PM   1644180  14621428     89.89   1532400   7330624   9258876     37.75   6735644   3763548       120
    03:05:01 PM   1706448  14559160     89.51   1532484   7340864   9109852     37.15   6669632   3771308      1212
    Average:       472124  15793484     97.10   1430826   7448336   9189154     37.47   7307079   4412569       604
    
    03:05:49 PM       LINUX RESTART
    
    03:10:01 PM kbmemfree kbmemused  %memused kbbuffers  kbcached  kbcommit   %commit  kbactive   kbinact   kbdirty
    03:15:01 PM   1517904  14747704     90.67   1534300   7519992   8882188     36.22   6803136   3810284       640
    03:20:01 PM   1469552  14796056     90.97   1534308   7521748   8919804     36.37   6850724   3810480       396
    03:25:01 PM   1488828  14776780     90.85   1534340   7523216   8871604     36.17   6829952   3809468       320
    03:30:02 PM   1397452  14868156     91.41   1534392   7525816   8959456     36.53   6913824   3810248       652
    03:35:01 PM   1401316  14864292     91.38   1534428   7527728   8943944     36.47   6908228   3810584       528
    03:40:01 PM   1254724  15010884     92.29   1534492   7530136   9206076     37.54   7042276   3811712       264
    03:45:01 PM   1265708  14999900     92.22   1534692   7541264   9008244     36.73   7058944   3722596       672
    03:50:01 PM   1368944  14896664     91.58   1534768   7544620   8916320     36.36   7167472   3561556      1344
    03:55:01 PM   1313000  14952608     91.93   1534820   7554712   8906024     36.32   7195380   3564632       168
    04:00:01 PM   1347328  14918280     91.72   1534884   7553608   8899204     36.29   7180944   3566948       400
    04:05:01 PM   1333184  14932424     91.80   1534916   7554968   8933828     36.43   7194008   3567412       176
    Average:      1377995  14887613     91.53   1534576   7536164   8949699     36.49   7013172   3713265       505
    
    04:06:11 PM       LINUX RESTART
    
    04:10:01 PM kbmemfree kbmemused  %memused kbbuffers  kbcached  kbcommit   %commit  kbactive   kbinact   kbdirty
    04:15:01 PM   1317924  14947684     91.90   1534960   7560272   8849792     36.09   7222132   3547844       664
    04:20:01 PM   1290048  14975560     92.07   1535032   7561396   8874644     36.19   7247272   3548648        24
    04:25:01 PM   1276384  14989224     92.15   1535040   7561992   8882884     36.22   7261468   3548844        52
    04:30:01 PM   1293676  14971932     92.05   1535048   7563240   8874456     36.19   7241180   3548712       148
    04:35:01 PM   1131148  15134460     93.05   1535100   7564368   8988988     36.65   7396888   3548412       112
    04:40:01 PM   1136496  15129112     93.01   1535128   7564820   8971312     36.58   7392676   3548000       104
    04:45:01 PM   1154312  15111296     92.90   1535128   7565424   8954252     36.51   7375804   3548332       548
    04:50:01 PM   1248000  15017608     92.33   1535136   7565792   8848428     36.08   7282108   3548460        88
    04:55:01 PM   1233992  15031616     92.41   1535144   7566548   8863092     36.14   7296748   3548804       168
    05:00:01 PM   1233780  15031828     92.41   1535144   7566912   8831496     36.01   7296872   3548752        28
    05:05:01 PM   1166088  15099520     92.83   1535144   7567312   8919344     36.37   7361732   3545716       212
    05:10:01 PM   1172028  15093580     92.79   1535152   7568092   8908968     36.33   7356100   3545796       340
    Average:      1221156  15044452     92.49   1535096   7564681   8897305     36.28   7310915   3548027       207
    
    05:14:15 PM       LINUX RESTART
    
    05:17:47 PM       LINUX RESTART
    
    05:20:00 PM       LINUX RESTART
    
    05:20:01 PM kbmemfree kbmemused  %memused kbbuffers  kbcached  kbcommit   %commit  kbactive   kbinact   kbdirty
    05:25:01 PM   1742404  14523204     89.29   1541664   7642472   8895804     36.27   7443236   3568084       952
    05:30:01 PM   1737068  14528540     89.32   1541676   7642784   8864268     36.15   7455032   3561280        48
    05:35:02 PM   1712272  14553336     89.47   1541704   7645292   8897872     36.28   7480764   3560056       132
    Average:      1730581  14535027     89.36   1541681   7643516   8885981     36.23   7459677   3563140       377
    
    05:39:58 PM       LINUX RESTART
    
    05:40:01 PM kbmemfree kbmemused  %memused kbbuffers  kbcached  kbcommit   %commit  kbactive   kbinact   kbdirty
    05:43:19 PM   1406952  14858656     91.35   1554240   7963860   8889312     36.25   7645564   3770400      1116
    05:45:01 PM   1528152  14737456     90.61   1528400   6835772  10243264     41.77   7299056   4172580      8800
    05:50:01 PM   2315744  13949864     85.76   1529316   7258212   8877548     36.20   6531416   4152932       136
    05:53:34 PM   2431776  13833832     85.05   1529672   7129060   8913360     36.35   6449896   4119632    204208
    05:54:04 PM   2197636  14067972     86.49   1529800   7355752   8918196     36.36   6507668   4288196    304460
    05:54:10 PM   2244192  14021416     86.20   1530104   7332456   8891728     36.26   6454784   4297224     40436
    05:54:29 PM   2222744  14042864     86.33   1547164   7335348   8891728     36.26   6464792   4307984     13116
    05:54:30 PM   2222188  14043420     86.34   1547164   7335500   8891728     36.26   6465668   4307348     13052
    05:54:48 PM   2210968  14054640     86.41   1547404   7347392   8891736     36.26   6469848   4314072      3688
    05:54:54 PM   2206372  14059236     86.44   1548104   7349904   8891728     36.26   6487396   4301092      4104
    05:54:59 PM   2204260  14061348     86.45   1548116   7353288   8891720     36.26   6490380   4300920      6652
    05:54:59 PM   2203924  14061684     86.45   1548120   7353556   8891720     36.26   6490844   4300896      6976
    05:55:01 PM   2281716  13983892     85.97   1548120   7324620   8809760     35.92   6432252   4286172      7000
    05:55:45 PM   2262816  14002792     86.09   1548312   7353392   8783560     35.82   6447144   4289920     25624
    06:00:01 PM   2197924  14067684     86.49   1548428   7354848   8884264     36.23   6513132   4285028       756
    06:05:01 PM   2167452  14098156     86.67   1548516   7355672   8914228     36.35   6547000   4281924       400
    06:10:01 PM   2109916  14155692     87.03   1548796   7360164   8971048     36.58   6608960   4275332       276
    06:15:01 PM   2158996  14106612     86.73   1548904   7361524   8899028     36.29   6605488   4231152       232
    06:20:01 PM   2411744  13853864     85.17   1553524   7640416   8818160     35.96   6089240   4489436       248
    Average:      2157130  14108478     86.74   1543800   7352670   8955990     36.52   6578975   4251171     33752
    
    06:22:43 PM       LINUX RESTART
    
    06:25:01 PM kbmemfree kbmemused  %memused kbbuffers  kbcached  kbcommit   %commit  kbactive   kbinact   kbdirty
    06:30:01 PM   2180208  14085400     86.60   1553900   7643708   8956444     36.52   6370444   4436716       124
    Average:      2180208  14085400     86.60   1553900   7643708   8956444     36.52   6370444   4436716       124
    
    ------------------------------------------------------------------
    sar -u | sed -e "s|$(hostname)|hostname|g"
    Linux 3.10.0-1062.1.2.el7.x86_64 (hostname)     11/12/2019      _x86_64_        (8 CPU)
    
    12:00:01 AM     CPU     %user     %nice   %system   %iowait    %steal     %idle
    12:05:01 AM     all      0.31      0.00      0.20      0.20      0.11     99.18
    12:10:01 AM     all      0.28      0.00      0.16      0.04      0.02     99.49
    12:15:01 AM     all      2.32      0.00      4.20      0.05      0.03     93.41
    12:20:01 AM     all      3.04      0.00      5.73      0.03      0.02     91.17
    12:25:01 AM     all      1.53      0.00      2.61      0.00      0.02     95.83
    12:30:01 AM     all      3.93      0.00      6.74      0.14      0.03     89.16
    12:35:01 AM     all      0.37      0.00      0.39      0.05      0.07     99.13
    12:40:01 AM     all      0.68      0.00      0.95      0.04      0.02     98.31
    12:45:01 AM     all      4.59      0.00      8.13      0.01      0.03     87.25
    12:50:01 AM     all      0.38      0.00      0.29      0.03      0.02     99.28
    12:55:01 AM     all      4.65      0.00      8.28      0.04      0.03     87.00
    01:00:02 AM     all      0.76      0.00      1.12      0.01      0.02     98.08
    01:05:01 AM     all      0.25      0.00      0.15      0.09      0.03     99.48
    01:10:01 AM     all      0.20      0.00      0.13      0.05      0.02     99.59
    01:15:01 AM     all      0.23      0.00      0.13      0.01      0.02     99.60
    01:20:01 AM     all      4.23      0.00      7.72      0.14      0.03     87.88
    01:25:01 AM     all      4.01      0.00      7.58      0.01      0.02     88.37
    01:30:01 AM     all      0.35      0.00      0.23      0.11      0.03     99.29
    01:35:01 AM     all      0.24      0.00      0.15      0.04      0.02     99.56
    01:40:01 AM     all      0.32      0.00      0.18      0.03      0.02     99.45
    01:45:01 AM     all      1.48      0.00      2.32      0.10      0.03     96.07
    01:50:01 AM     all      4.52      0.00      8.43      0.07      0.02     86.96
    01:55:01 AM     all      4.32      0.00      8.04      0.02      0.02     87.59
    02:00:01 AM     all      0.26      0.00      0.16      0.01      0.02     99.55
    02:05:01 AM     all      0.26      0.00      0.16      0.01      0.02     99.55
    02:10:01 AM     all      0.28      0.00      0.16      0.04      0.02     99.51
    02:15:01 AM     all      0.27      0.00      0.17      0.08      0.02     99.46
    02:20:01 AM     all      0.18      0.00      0.13      0.02      0.02     99.66
    02:25:01 AM     all      0.26      0.00      0.17      0.02      0.02     99.53
    02:30:01 AM     all      0.33      0.00      0.17      0.02      0.02     99.46
    02:35:01 AM     all      0.50      0.00      0.22      0.03      0.04     99.22
    02:40:01 AM     all      0.66      0.00      0.46      0.04      0.03     98.80
    02:45:01 AM     all      0.45      0.00      0.21      0.03      0.02     99.28
    02:50:01 AM     all      0.33      0.00      0.18      0.02      0.02     99.45
    02:55:01 AM     all      0.25      0.00      0.14      0.02      0.02     99.57
    03:00:01 AM     all      1.88      0.00      2.96      0.03      0.03     95.10
    03:05:01 AM     all     13.78      0.00     24.00      0.03      0.13     62.06
    03:10:01 AM     all      1.19      0.00      1.80      0.02      0.02     96.97
    03:15:01 AM     all      0.27      0.00      0.16      0.02      0.02     99.52
    03:20:01 AM     all      0.33      0.00      0.17      0.06      0.02     99.41
    03:25:01 AM     all      0.41      0.07      0.47      1.67      0.03     97.36
    03:30:01 AM     all      4.62      0.00      7.74      0.04      0.04     87.56
    03:35:01 AM     all      8.26      0.00     14.59      0.04      0.08     77.03
    03:40:02 AM     all     18.08      0.00     31.86      0.06      0.12     49.89
    03:45:01 AM     all     13.70      0.00     23.88      0.03      0.07     62.32
    03:50:02 AM     all      1.01      0.00      1.50      0.02      0.04     97.43
    03:55:01 AM     all      2.15      0.00      3.75      0.01      0.05     94.04
    04:00:01 AM     all      4.46      0.00      8.33      0.02      0.06     87.14
    04:05:01 AM     all      3.36      0.00      6.17      0.01      0.06     90.40
    04:10:01 AM     all      0.28      0.00      0.16      0.02      0.02     99.52
    04:15:01 AM     all      1.10      0.00      1.72      0.01      0.02     97.16
    04:20:01 AM     all      8.87      0.00     15.11      0.03      0.03     75.95
    04:25:01 AM     all     18.22      0.00     31.20      0.04      0.09     50.46
    04:30:01 AM     all     15.92      0.00     28.03      0.03      0.09     55.93
    04:35:01 AM     all      2.36      0.00      4.02      0.02      0.05     93.55
    04:40:01 AM     all      0.23      0.00      0.13      0.02      0.02     99.60
    04:45:01 AM     all      0.19      0.00      0.13      0.04      0.02     99.61
    04:50:01 AM     all      0.17      0.00      0.13      0.05      0.02     99.64
    04:55:01 AM     all      0.31      0.00      0.18      0.06      0.02     99.44
    05:00:01 AM     all      0.46      0.00      0.24      0.12      0.02     99.16
    05:05:01 AM     all      6.63      0.00     10.70      0.05      0.05     82.57
    05:10:01 AM     all      4.67      0.00      7.52      0.02      0.05     87.74
    05:15:01 AM     all      0.56      0.00      0.24      0.02      0.04     99.14
    05:20:01 AM     all      0.38      0.00      0.19      0.02      0.03     99.37
    05:25:01 AM     all      0.32      0.00      0.17      0.01      0.02     99.47
    05:30:01 AM     all      1.12      0.00      1.97      0.03      0.06     96.81
    05:35:01 AM     all      5.06      0.00      9.45      0.03      0.03     85.43
    05:40:01 AM     all      8.31      0.00     14.85      0.02      0.03     76.80
    05:45:01 AM     all      4.16      0.00      7.71      0.01      0.02     88.09
    05:50:01 AM     all      0.29      0.00      0.16      0.03      0.02     99.50
    05:55:01 AM     all      0.20      0.00      0.14      0.02      0.02     99.63
    06:00:01 AM     all      0.34      0.00      0.18      0.02      0.02     99.44
    06:05:01 AM     all      0.55      0.00      0.25      0.03      0.03     99.14
    06:10:01 AM     all      0.29      0.00      0.16      0.05      0.02     99.49
    06:15:01 AM     all      0.26      0.00      0.15      0.01      0.02     99.56
    06:20:01 AM     all      0.40      0.00      0.21      0.03      0.03     99.34
    06:25:01 AM     all      0.18      0.00      0.13      0.02      0.02     99.65
    06:30:01 AM     all      7.88      0.00     13.73      0.03      0.06     78.29
    06:35:01 AM     all      1.12      0.00      1.55      0.02      0.04     97.27
    06:40:01 AM     all      0.31      0.00      0.22      0.03      0.02     99.42
    06:45:01 AM     all      1.08      0.00      1.46      0.09      0.02     97.36
    06:50:02 AM     all      5.05      0.00      9.13      0.05      0.04     85.74
    06:55:01 AM     all      7.38      0.00     13.48      0.10      0.03     79.01
    07:00:01 AM     all      4.77      0.00      8.46      0.04      0.04     86.70
    07:05:01 AM     all      1.07      0.00      1.47      0.05      0.04     97.37
    07:10:01 AM     all      0.38      0.00      0.17      0.01      0.02     99.42
    07:15:01 AM     all      3.90      0.00      6.62      0.03      0.03     89.42
    07:20:01 AM     all      7.37      0.00     12.58      0.01      0.03     80.01
    07:25:01 AM     all      6.53      0.00     10.79      0.01      0.03     82.64
    07:30:01 AM     all      0.25      0.00      0.15      0.02      0.02     99.56
    07:35:01 AM     all      0.36      0.00      0.20      0.08      0.02     99.33
    07:40:01 AM     all      0.25      0.00      0.16      0.03      0.02     99.55
    07:45:01 AM     all      0.21      0.00      0.14      0.01      0.02     99.62
    07:50:01 AM     all      1.10      0.00      1.80      0.01      0.02     97.08
    07:55:01 AM     all      8.60      0.00     14.78      0.03      0.03     76.57
    08:00:01 AM     all      9.44      0.00     16.66      0.06      0.06     73.77
    08:05:01 AM     all      6.26      0.00     11.41      0.03      0.05     82.26
    08:10:01 AM     all      5.84      0.00     10.64      0.03      0.03     83.46
    08:15:01 AM     all      8.19      0.00     14.67      0.02      0.04     77.09
    08:20:01 AM     all      7.73      0.00     13.69      0.02      0.04     78.52
    08:25:01 AM     all      4.85      0.00      8.73      0.02      0.03     86.37
    08:30:01 AM     all      0.23      0.00      0.13      0.01      0.02     99.60
    08:35:01 AM     all      0.26      0.00      0.16      0.01      0.02     99.55
    08:40:01 AM     all      0.35      0.00      0.19      0.03      0.02     99.40
    08:45:01 AM     all      0.44      0.00      0.40      0.02      0.02     99.13
    08:50:01 AM     all      4.39      0.00      8.39      0.01      0.03     87.18
    08:55:01 AM     all      7.62      0.00     13.68      0.01      0.04     78.65
    09:00:01 AM     all      9.29      0.00     16.79      0.02      0.06     73.85
    09:05:01 AM     all     12.15      0.00     22.05      0.03      0.13     65.63
    09:10:01 AM     all      7.89      0.00     14.33      0.05      0.05     77.67
    09:15:01 AM     all      1.39      0.00      1.43      0.08      0.28     96.82
    09:20:01 AM     all      0.72      0.00      0.58      0.06      0.10     98.54
    09:25:01 AM     all      0.50      0.00      0.27      0.01      0.03     99.19
    09:30:01 AM     all      0.43      0.00      0.21      0.01      0.03     99.33
    09:35:01 AM     all      0.42      0.00      0.20      0.02      0.03     99.33
    09:40:01 AM     all      0.22      0.00      0.14      0.01      0.02     99.61
    09:45:01 AM     all      0.19      0.00      0.13      0.01      0.02     99.65
    09:50:01 AM     all      3.94      0.00      7.31      0.04      0.03     88.68
    09:55:01 AM     all      7.41      0.00     13.33      0.03      0.04     79.20
    10:00:02 AM     all      7.83      0.00     14.05      0.02      0.06     78.05
    10:05:01 AM     all      7.07      0.00     12.85      0.01      0.05     80.02
    10:10:01 AM     all      3.67      0.00      6.86      0.01      0.03     89.43
    10:15:01 AM     all      0.41      0.00      0.21      0.04      0.04     99.29
    10:20:01 AM     all      1.39      0.00      1.54      0.03      0.04     97.00
    10:25:01 AM     all     12.36      0.00     21.58      0.03      0.08     65.94
    10:30:01 AM     all     12.30      0.00     22.48      0.03      0.06     65.13
    10:35:02 AM     all      3.20      0.00      5.71      0.01      0.05     91.02
    10:40:01 AM     all      0.25      0.00      0.14      0.01      0.02     99.58
    10:45:01 AM     all      0.18      0.00      0.13      0.01      0.02     99.67
    10:50:01 AM     all      0.22      0.00      0.13      0.02      0.02     99.60
    10:55:01 AM     all      0.21      0.00      0.14      0.01      0.02     99.62
    11:00:01 AM     all      3.36      0.00      6.11      0.01      0.02     90.50
    11:05:01 AM     all      4.74      0.00      8.49      0.02      0.04     86.70
    11:10:01 AM     all      4.75      0.00      8.45      0.06      0.04     86.70
    11:15:02 AM     all      4.34      0.00      8.30      0.00      0.03     87.33
    11:20:01 AM     all      4.49      0.00      8.31      0.01      0.03     87.15
    11:25:01 AM     all      4.28      0.00      8.29      0.00      0.02     87.40
    11:30:01 AM     all      3.57      0.00      5.84      0.03      0.03     90.52
    11:35:01 AM     all      0.82      0.00      0.93      0.04      0.04     98.18
    11:40:01 AM     all      0.30      0.00      0.16      0.03      0.02     99.49
    11:45:01 AM     all      0.23      0.00      0.14      0.02      0.02     99.60
    11:50:01 AM     all      0.32      0.00      0.16      0.06      0.02     99.45
    11:55:01 AM     all      0.22      0.00      0.14      0.02      0.02     99.60
    12:00:01 PM     all      1.39      0.00      2.35      0.00      0.03     96.23
    12:05:01 PM     all     10.14      0.00     17.12      0.02      0.06     72.66
    12:10:01 PM     all      5.02      0.00      8.25      0.01      0.03     86.69
    12:15:02 PM     all      0.20      0.00      0.12      0.01      0.02     99.64
    12:20:01 PM     all      0.51      0.00      0.43      0.01      0.02     99.03
    12:25:01 PM     all      0.21      0.00      0.14      0.01      0.02     99.63
    12:30:01 PM     all      0.27      0.00      0.14      0.02      0.02     99.55
    12:35:01 PM     all      0.33      0.00      0.19      0.02      0.02     99.44
    12:40:01 PM     all      5.32      0.00      8.99      0.02      0.03     85.64
    12:45:01 PM     all      9.94      0.00     17.16      0.04      0.06     72.80
    12:50:01 PM     all      8.98      0.00     15.97      0.03      0.05     74.96
    12:55:02 PM     all      4.63      0.00      8.32      0.02      0.03     87.00
    01:00:01 PM     all      0.41      0.00      0.26      0.11      0.02     99.19
    01:05:01 PM     all      0.53      0.00      0.37      0.08      0.02     99.01
    01:10:01 PM     all      0.28      0.00      0.17      0.04      0.02     99.49
    01:15:01 PM     all      0.36      0.00      0.22      0.03      0.02     99.37
    01:20:01 PM     all      1.20      0.00      1.30      0.73      0.04     96.72
    01:25:01 PM     all     21.53      0.00     36.27      0.02      0.16     42.02
    01:30:01 PM     all     32.99      0.00     55.76      7.22      0.53      3.50
    01:35:01 PM     all     32.07      0.00     54.14      1.16      0.54     12.09
    01:40:01 PM     all      6.74      0.00     12.05      0.15      0.08     80.98
    01:45:01 PM     all      5.25      0.00      8.96      0.15      0.06     85.58
    01:50:01 PM     all     18.29      0.00     31.01      0.06      0.17     50.47
    01:55:01 PM     all     15.36      0.00     26.48      0.05      0.16     57.96
    02:00:01 PM     all     15.66      0.00     27.41      0.05      0.08     56.79
    02:05:01 PM     all      9.20      0.00     16.69      0.05      0.08     73.98
    02:10:01 PM     all      6.49      0.00     11.85      0.02      0.03     81.61
    02:15:01 PM     all      4.79      0.00      8.62      0.14      0.03     86.43
    02:20:01 PM     all      4.51      0.00      8.50      0.01      0.04     86.94
    02:25:01 PM     all     14.27      0.00     24.03      0.40      0.15     61.15
    02:30:01 PM     all     17.38      0.00     29.87      4.50      0.28     47.97
    02:35:01 PM     all      0.34      0.00      0.22      0.11      0.02     99.31
    02:40:01 PM     all      0.30      0.00      0.23      0.12      0.02     99.32
    02:45:01 PM     all      0.98      0.00      1.58      0.07      0.02     97.35
    02:50:01 PM     all      4.72      0.00      8.50      0.17      0.04     86.57
    02:55:01 PM     all      4.84      0.00      8.90      0.05      0.03     86.18
    03:00:01 PM     all      9.31      0.00     16.04      0.03      0.05     74.57
    03:05:01 PM     all      1.45      0.00      2.11      0.21      0.05     96.18
    Average:        all      3.95      0.00      6.75      0.12      0.05     89.13
    
    03:05:49 PM       LINUX RESTART
    
    03:10:01 PM     CPU     %user     %nice   %system   %iowait    %steal     %idle
    03:15:01 PM     all      0.29      0.00      0.28      0.11      0.03     99.29
    03:20:01 PM     all      3.76      0.00      6.46      0.04      0.03     89.71
    03:25:01 PM     all      1.77      0.00      2.90      0.02      0.03     95.29
    03:30:02 PM     all      4.59      0.00      8.21      0.07      0.04     87.09
    03:35:01 PM     all      4.90      0.00      8.80      0.02      0.04     86.23
    03:40:01 PM     all      4.84      0.00      8.40      0.03      0.06     86.67
    03:45:01 PM     all      0.98      0.00      0.55      0.05      0.05     98.37
    03:50:01 PM     all      0.58      0.00      0.32      0.02      0.03     99.05
    03:55:01 PM     all      0.75      0.00      0.87      0.05      0.04     98.30
    04:00:01 PM     all      0.35      0.00      0.36      0.01      0.03     99.25
    04:05:01 PM     all      0.31      0.00      0.16      0.01      0.03     99.49
    Average:        all      2.10      0.00      3.40      0.04      0.04     94.43
    
    04:06:11 PM       LINUX RESTART
    
    04:10:01 PM     CPU     %user     %nice   %system   %iowait    %steal     %idle
    04:15:01 PM     all      0.36      0.00      0.18      0.02      0.03     99.41
    04:20:01 PM     all      4.02      0.00      7.26      0.02      0.03     88.68
    04:25:01 PM     all      4.45      0.00      8.30      0.01      0.04     87.21
    04:30:01 PM     all      3.65      0.00      6.60      0.02      0.02     89.70
    04:35:01 PM     all      4.55      0.00      7.87      0.02      0.04     87.52
    04:40:01 PM     all     11.54      0.00     19.59      0.02      0.06     68.80
    04:45:01 PM     all     12.70      0.00     21.89      0.02      0.07     65.32
    04:50:01 PM     all      1.08      0.00      1.64      0.02      0.04     97.22
    04:55:01 PM     all      0.19      0.00      0.11      0.00      0.02     99.68
    05:00:01 PM     all      0.15      0.00      0.09      0.01      0.02     99.74
    05:05:01 PM     all      0.26      0.00      0.14      0.01      0.02     99.57
    05:10:01 PM     all      2.86      0.00      4.94      0.04      0.03     92.13
    Average:        all      3.82      0.00      6.55      0.02      0.03     89.59
    
    05:14:15 PM       LINUX RESTART
    
    05:17:47 PM       LINUX RESTART
    
    05:20:00 PM       LINUX RESTART
    
    05:20:01 PM     CPU     %user     %nice   %system   %iowait    %steal     %idle
    05:25:01 PM     all      9.67      0.00     12.28      0.42      0.11     77.52
    05:30:01 PM     all      2.19      0.00      3.72      0.03      0.03     94.03
    05:35:02 PM     all      4.75      0.00      8.18      0.05      0.06     86.97
    Average:        all      5.53      0.00      8.06      0.17      0.07     86.18
    
    05:39:58 PM       LINUX RESTART
    
    05:40:01 PM     CPU     %user     %nice   %system   %iowait    %steal     %idle
    05:43:19 PM     all     14.54      0.00     16.96      1.64      0.31     66.56
    05:45:01 PM     all     68.47      0.00     29.59      0.31      0.60      1.04
    05:50:01 PM     all     41.62      0.00     26.33      0.12      0.32     31.61
    05:53:34 PM     all     51.04      0.00     30.24      0.01      0.29     18.42
    05:54:04 PM     all     14.44      0.00     24.65      0.39      0.56     59.97
    05:54:10 PM     all      9.87      0.00     16.83     12.36      0.17     60.77
    05:54:29 PM     all     11.21      0.00     18.20      8.28      0.31     62.00
    05:54:30 PM     all     15.41      0.00     22.53      0.44      0.29     61.34
    05:54:48 PM     all     13.01      0.00     14.44      1.17      0.05     71.33
    05:54:54 PM     all     10.67      0.00     14.42      1.11      0.28     73.53
    05:54:59 PM     all     29.92      0.00     16.37      0.41      0.32     52.99
    05:54:59 PM     all      9.05      0.00     16.43      0.00      0.48     74.05
    05:55:01 PM     all      8.44      0.00     12.54      0.00      0.92     78.09
    05:55:45 PM     all     13.38      0.00     12.20      0.37      0.41     73.64
    06:00:01 PM     all      2.60      0.00      4.24      0.02      0.04     93.09
    06:05:01 PM     all      1.09      0.00      1.66      0.01      0.03     97.21
    06:10:01 PM     all      5.30      0.00      8.35      0.09      0.05     86.21
    06:15:01 PM     all      4.15      0.00      6.92      0.01      0.03     88.89
    06:20:01 PM     all      2.04      0.00      1.01      0.67      0.04     96.24
    Average:        all     16.36      0.00     12.20      0.38      0.16     70.90
    
    06:22:43 PM       LINUX RESTART
    
    06:25:01 PM     CPU     %user     %nice   %system   %iowait    %steal     %idle
    06:30:01 PM     all     10.31      0.00     18.12      0.02      0.08     71.48
    Average:        all     10.31      0.00     18.12      0.02      0.08     71.48
    
    ------------------------------------------------------------------
    top -bHn1 -w200
    top - 18:33:47 up 15 days,  7:49,  4 users,  load average: 3.86, 2.84, 2.04
    Threads: 219 total,   4 running, 215 sleeping,   0 stopped,   0 zombie
    %Cpu(s): 12.8 us, 24.8 sy,  0.0 ni, 62.4 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
    KiB Mem : 16265608 total,  2136368 free,  3333736 used, 10795504 buff/cache
    KiB Swap:  8258556 total,  8241148 free,    17408 used. 12228376 avail Mem
    
      PID USER      PR  NI    VIRT    RES    SHR S %CPU %MEM     TIME+ COMMAND
    18136 mysql     20   0 8713700   1.1g  14488 R 99.9  6.9   3:12.05 mysqld
    15117 mysql     20   0 8713700   1.1g  14488 R 94.1  6.9   7:35.77 mysqld
    15220 mysql     20   0 8713700   1.1g  14488 R 94.1  6.9   6:04.66 mysqld
    19121 root      20   0  162072   2168   1516 R  5.9  0.0   0:00.02 top
        1 root      20   0  191612   4004   2252 S  0.0  0.0  12:22.98 systemd
        2 root      20   0       0      0      0 S  0.0  0.0   0:00.92 kthreadd
        4 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kworker/0:0H
        6 root      20   0       0      0      0 S  0.0  0.0   0:28.96 ksoftirqd/0
        7 root      rt   0       0      0      0 S  0.0  0.0   0:01.61 migration/0
        8 root      20   0       0      0      0 S  0.0  0.0   0:00.00 rcu_bh
        9 root      20   0       0      0      0 S  0.0  0.0  40:07.84 rcu_sched
       10 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 lru-add-drain
       11 root      rt   0       0      0      0 S  0.0  0.0   0:10.51 watchdog/0
       12 root      rt   0       0      0      0 S  0.0  0.0   0:06.69 watchdog/1
       13 root      rt   0       0      0      0 S  0.0  0.0   0:01.93 migration/1
       14 root      20   0       0      0      0 S  0.0  0.0   0:06.76 ksoftirqd/1
       16 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kworker/1:0H
       17 root      rt   0       0      0      0 S  0.0  0.0   0:06.85 watchdog/2
       18 root      rt   0       0      0      0 S  0.0  0.0   0:01.59 migration/2
       19 root      20   0       0      0      0 S  0.0  0.0   0:06.14 ksoftirqd/2
       21 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kworker/2:0H
       22 root      rt   0       0      0      0 S  0.0  0.0   0:08.46 watchdog/3
       23 root      rt   0       0      0      0 S  0.0  0.0   0:01.90 migration/3
       24 root      20   0       0      0      0 S  0.0  0.0   2:23.61 ksoftirqd/3
       26 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kworker/3:0H
       27 root      rt   0       0      0      0 S  0.0  0.0   0:07.59 watchdog/4
       28 root      rt   0       0      0      0 S  0.0  0.0   0:02.25 migration/4
       29 root      20   0       0      0      0 S  0.0  0.0   0:07.19 ksoftirqd/4
       31 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kworker/4:0H
       32 root      rt   0       0      0      0 S  0.0  0.0   0:07.04 watchdog/5
       33 root      rt   0       0      0      0 S  0.0  0.0   0:01.81 migration/5
       34 root      20   0       0      0      0 S  0.0  0.0   0:06.64 ksoftirqd/5
       36 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kworker/5:0H
       37 root      rt   0       0      0      0 S  0.0  0.0   0:06.27 watchdog/6
       38 root      rt   0       0      0      0 S  0.0  0.0   0:01.57 migration/6
       39 root      20   0       0      0      0 S  0.0  0.0   0:05.39 ksoftirqd/6
       41 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kworker/6:0H
       42 root      rt   0       0      0      0 S  0.0  0.0   0:08.25 watchdog/7
       43 root      rt   0       0      0      0 S  0.0  0.0   0:01.44 migration/7
       44 root      20   0       0      0      0 S  0.0  0.0   0:05.06 ksoftirqd/7
       46 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kworker/7:0H
       48 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kdevtmpfs
       49 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 netns
       50 root      20   0       0      0      0 S  0.0  0.0   0:01.22 khungtaskd
       51 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 writeback
       52 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kintegrityd
       53 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 bioset
       54 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 bioset
       55 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 bioset
       56 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kblockd
       57 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 md
       58 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 edac-poller
       59 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 watchdogd
       65 root      20   0       0      0      0 S  0.0  0.0   1:13.80 kswapd0
       66 root      25   5       0      0      0 S  0.0  0.0   0:00.00 ksmd
       67 root      39  19       0      0      0 S  0.0  0.0   0:12.50 khugepaged
       68 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 crypto
       76 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kthrotld
       78 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kmpath_rdacd
       79 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kaluad
       81 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 kpsmoused
       82 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 ipv6_addrconf
       95 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 deferwq
      130 root      20   0       0      0      0 S  0.0  0.0   0:46.39 kauditd
      286 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 ata_sff
      457 root      20   0       0      0      0 S  0.0  0.0   0:00.00 scsi_eh_0
      463 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 scsi_tmf_0
      466 root      20   0       0      0      0 S  0.0  0.0   0:00.00 scsi_eh_1
      474 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 scsi_tmf_1
      554 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 ttm_swap
      559 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 virtscsi-scan
      560 root      20   0       0      0      0 S  0.0  0.0   0:00.00 scsi_eh_2
      561 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 scsi_tmf_2
      579 root       0 -20       0      0      0 S  0.0  0.0   0:33.94 kworker/0:1H
      589 root      20   0       0      0      0 S  0.0  0.0   2:53.66 jbd2/sda2-8
      590 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 ext4-rsv-conver
      670 root      20   0   47328  10356  10196 S  0.0  0.1   3:22.48 systemd-journal
      702 root      20   0   45136   1020    976 S  0.0  0.0   0:00.21 systemd-udevd
     1063 root      20   0       0      0      0 S  0.0  0.0   0:00.00 jbd2/sda1-8
     1064 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 ext4-rsv-conver
     1108 polkitd   20   0  612396   5272   2752 S  0.0  0.0   1:54.50 polkitd
     1162 polkitd   20   0  612396   5272   2752 S  0.0  0.0   0:00.00 gmain
     1163 polkitd   20   0  612396   5272   2752 S  0.0  0.0   2:01.67 gdbus
     1164 polkitd   20   0  612396   5272   2752 S  0.0  0.0   0:00.00 polkitd
     1169 polkitd   20   0  612396   5272   2752 S  0.0  0.0   0:00.00 JS GC Helper
     1170 polkitd   20   0  612396   5272   2752 S  0.0  0.0   0:00.00 JS Sour~ Thread
     1171 polkitd   20   0  612396   5272   2752 S  0.0  0.0   0:00.00 polkitd
     1116 root      20   0   21716   1044    944 S  0.0  0.0   3:46.26 irqbalance
     1120 root      20   0   90616   2372   2312 S  0.0  0.0   6:47.64 rngd
     1121 root      20   0   26668   1756   1364 S  0.0  0.0   4:59.79 systemd-logind
     1124 root      20   0   12188   2712    608 S  0.0  0.0   6:44.69 haveged
     1125 dbus      20   0   58288   2076   1652 S  0.0  0.0   8:13.97 dbus-daemon
     1137 root      20   0  550112   5648   4640 S  0.0  0.0   1:33.10 NetworkManager
     1172 root      20   0  550112   5648   4640 S  0.0  0.0   0:45.38 gmain
     1175 root      20   0  550112   5648   4640 S  0.0  0.0   0:44.30 gdbus
     1138 root      20   0  126372   1372    956 S  0.0  0.0   0:31.25 crond
     1140 ntp       20   0   47292   1772   1604 S  0.0  0.0   0:07.05 ntpd
     1196 root      20   0  102948   3548   2888 S  0.0  0.0   0:00.03 dhclient
     1212 root       0 -20       0      0      0 S  0.0  0.0   0:00.28 kworker/7:1H
     1213 root       0 -20       0      0      0 S  0.0  0.0   0:00.52 kworker/4:1H
     1215 root       0 -20       0      0      0 S  0.0  0.0   0:00.29 kworker/6:1H
     1396 root      20   0  112972   4324   3320 S  0.0  0.0   0:31.34 sshd
     1397 root      20   0  574252  16812   4576 S  0.0  0.1   0:00.42 tuned
     2239 root      20   0  574252  16812   4576 S  0.0  0.1   0:00.00 gmain
     2240 root      20   0  574252  16812   4576 S  0.0  0.1   4:09.52 tuned
     2242 root      20   0  574252  16812   4576 S  0.0  0.1   0:00.00 tuned
     2243 root      20   0  574252  16812   4576 S  0.0  0.1   0:00.00 tuned
     1399 root      20   0  452904   8592   7280 S  0.0  0.1   0:00.21 rsyslogd
     1417 root      20   0  452904   8592   7280 S  0.0  0.1   3:48.41 in:imjournal
     1419 root      20   0  452904   8592   7280 S  0.0  0.1   0:49.34 rs:main Q:Reg
     1427 root      20   0  110108    808    680 S  0.0  0.0   0:00.00 agetty
     1482 root      20   0       0      0      0 S  0.0  0.0   0:00.98 kworker/1:2
     1911 root      20   0   90408   2244   1160 S  0.0  0.0   0:12.20 master
     2099 root      20   0       0      0      0 S  0.0  0.0   0:00.41 kworker/4:1
     2275 root       0 -20       0      0      0 S  0.0  0.0   0:00.00 dio/sda2
     2327 root       0 -20       0      0      0 S  0.0  0.0   0:00.68 kworker/2:1H
     2343 root       0 -20       0      0      0 S  0.0  0.0   0:00.56 kworker/1:1H
     2417 postfix   20   0   90524   4656   3552 S  0.0  0.0   0:00.34 tlsmgr
     2482 root      20   0  173208  46608    672 S  0.0  0.3   0:03.43 screen
     2483 root      20   0  116912   3476   1664 S  0.0  0.0   0:00.59 bash
     3373 root      20   0       0      0      0 S  0.0  0.0   0:00.85 kworker/5:1
     3884 root       0 -20       0      0      0 S  0.0  0.0   0:00.79 kworker/3:1H
     6222 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kworker/3:1
     6819 root      20   0  241280   4612   3444 S  0.0  0.0   0:00.01 sudo
     6820 root      20   0  191832   2340   1764 S  0.0  0.0   0:00.01 su
     6821 root      20   0  117196   3984   1840 S  0.0  0.0   0:00.88 bash
     7602 root       0 -20       0      0      0 S  0.0  0.0   0:06.96 kworker/5:1H
     8109 postfix   20   0   90512   4152   3068 S  0.0  0.0   0:00.02 pickup
    12613 root      10 -10  737952  10004   1356 S  0.0  0.1   0:00.36 php-fpm
    12714 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kworker/1:0
    13194 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kworker/6:0
    13288 root      20   0       0      0      0 S  0.0  0.0   0:00.28 kworker/6:1
    14210 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kworker/2:1
    14286 papi      20   0  128728   2296    908 S  0.0  0.0   0:07.67 screen
    14298 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kworker/7:2
    14371 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kworker/0:1
    15017 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:01.02 mysqld
    15018 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.00 mysqld
    15019 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.00 mysqld
    15020 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.08 mysqld
    15021 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.10 mysqld
    15022 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.08 mysqld
    15023 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.09 mysqld
    15024 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.09 mysqld
    15025 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.08 mysqld
    15026 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.10 mysqld
    15027 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.09 mysqld
    15028 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.07 mysqld
    15029 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.09 mysqld
    15030 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.24 mysqld
    15031 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.00 mysqld
    15032 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.00 mysqld
    15033 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.00 mysqld
    15037 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.04 mysqld
    15038 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.14 mysqld
    15039 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.00 mysqld
    15040 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.00 mysqld
    15041 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.01 mysqld
    15042 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.12 mysqld
    15043 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:01.04 mysqld
    15044 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.44 mysqld
    15045 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.34 mysqld
    15046 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.54 mysqld
    15047 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:01.79 mysqld
    15048 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.03 mysqld
    15049 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.00 mysqld
    15050 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.00 mysqld
    15051 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.00 mysqld
    15052 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.00 mysqld
    15056 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9  11:14.82 mysqld
    15219 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:03.00 mysqld
    18302 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.64 mysqld
    18306 mysql     20   0 8713700   1.1g  14488 S  0.0  6.9   0:00.34 mysqld
    15206 papi      20   0  116528   3236   1752 S  0.0  0.0   0:00.76 bash
    15217 nginx     10 -10  746196  20020   3392 S  0.0  0.1   0:01.10 php-fpm
    15241 root      20   0  241280   4612   3448 S  0.0  0.0   0:00.01 sudo
    15242 root      20   0  191832   2324   1748 S  0.0  0.0   0:00.00 su
    15243 lucidsa+  20   0  116652   3328   1752 S  0.0  0.0   0:00.19 bash
    15424 root      20   0  157368   5996   4648 S  0.0  0.0   0:00.05 sshd
    15428 papi      20   0  157532   2456   1044 S  0.0  0.0   0:04.58 sshd
    15429 papi      20   0  116372   2984   1600 S  0.0  0.0   0:00.06 bash
    15474 papi      20   0  127640   1148    892 S  0.0  0.0   0:02.97 screen
    15479 papi      20   0  116628   3352   1764 S  0.0  0.0   0:00.96 bash
    15644 root      20   0  203528   2648   1392 S  0.0  0.0   0:00.00 pure-ftpd
    15805 postfix   20   0   90688   4388   3256 S  0.0  0.0   0:01.28 qmgr
    16130 root      20   0  172156  24152   2144 S  0.0  0.1   0:00.51 lfd - sleeping
    16215 root      20   0       0      0      0 S  0.0  0.0   0:00.18 kworker/7:1
    16352 root      20   0 1143036  37600    568 S  0.0  0.2   0:00.01 nginx
    16353 nginx     10 -10 1192188  86132   2916 S  0.0  0.5   0:00.68 nginx
    16355 nginx     10 -10 1192188  85308   3228 S  0.0  0.5   0:00.73 nginx
    16356 nginx     10 -10 1196284  87172   3272 S  0.0  0.5   0:00.85 nginx
    16357 nginx     10 -10 1196284  87652   3276 S  0.0  0.5   0:02.06 nginx
    17207 nginx     10 -10  776236  50100   3348 S  0.0  0.3   0:03.02 php-fpm
    17252 nginx     10 -10  774440  47816   2784 S  0.0  0.3   0:00.21 php-fpm
    17284 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kworker/4:0
    17370 nginx     10 -10  762232  35564   2844 S  0.0  0.2   0:00.37 php-fpm
    18062 root      20   0       0      0      0 S  0.0  0.0   0:00.01 kworker/5:0
    18068 nginx     10 -10  836004  25092   6356 S  0.0  0.2   0:01.64 php-fpm
    18239 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kworker/7:0
    18413 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kworker/0:2
    18426 nginx     10 -10  744236  17816   3004 S  0.0  0.1   0:00.32 php-fpm
    18429 nginx     10 -10  745360  19152   3340 S  0.0  0.1   0:00.21 php-fpm
    18479 root      20   0       0      0      0 S  0.0  0.0   0:00.00 kworker/5:2
    18498 nginx     10 -10  744396  17676   2736 S  0.0  0.1   0:00.30 php-fpm
    18534 root      20   0  113448   1756   1296 S  0.0  0.0   0:00.02 cminfo
    18574 root      20   0  113452   1280    724 S  0.0  0.0   0:00.01 cminfo
    18575 root      20   0  107956    660    560 S  0.0  0.0   0:00.00 tee
    20081 root      20   0       0      0      0 S  0.0  0.0   0:00.56 kworker/u16:0
    21119 root      20   0       0      0      0 S  0.0  0.0   0:00.17 kworker/2:0
    21731 root      20   0       0      0      0 S  0.0  0.0   0:00.38 kworker/3:2
    23778 root      20   0       0      0      0 S  0.0  0.0   0:01.52 kworker/0:0
    23950 root      16  -4   55580   1044    604 S  0.0  0.0   0:59.77 auditd
    23951 root      16  -4   55580   1044    604 S  0.0  0.0   0:05.02 auditd
    27713 root      20   0  157368   6012   4664 S  0.0  0.0   0:01.79 sshd
    27715 root      20   0  116832   3460   1704 S  0.0  0.0   0:00.12 bash
    30011 root      20   0  241280   4612   3448 S  0.0  0.0   0:00.01 sudo
    30012 root      20   0  191832   2340   1764 S  0.0  0.0   0:00.01 su
    30013 lucidsa+  20   0  116652   3460   1812 S  0.0  0.0   0:02.76 bash
    31633 root      20   0       0      0      0 S  0.0  0.0   0:09.02 kworker/u16:2
    
    ------------------------------------------------------------------
    iotop -bton1 -P
    18:33:47 Total DISK READ :       0.00 B/s | Total DISK WRITE :       0.00 B/s
    18:33:47 Actual DISK READ:       0.00 B/s | Actual DISK WRITE:       0.00 B/s
        TIME  PID  PRIO  USER     DISK READ  DISK WRITE  SWAPIN      IO    COMMAND
    
    ------------------------------------------------------------------
    mysqlreport
    MariaDB 10.3.20-MariaDB     uptime 0 0:14:22    Tue Nov 12 18:33:47 2019
    
    __ Key _________________________________________________________________
    Buffer used     9.04M of  512.00M   %Used:   1.77
      Current     102.42M              %Usage:  20.00
    Write hit       1.31%
    Read hit       99.95%
    
    __ Questions ___________________________________________________________
    Total          46.30k      53.7/s
      DMS          45.51k      52.8/s  %Total:  98.28
      -Unknown     31.11k      36.1/s           67.20
      QC Hits      30.59k      35.5/s           66.08
      Com_          1.09k       1.3/s            2.35
      COM_QUIT        224       0.3/s            0.48
    Slow 1 s            1       0.0/s            0.00  %DMS:   0.00 Log:
    DMS            45.51k      52.8/s           98.28
      SELECT       43.88k      50.9/s           94.77         96.42
      INSERT        1.17k       1.4/s            2.52          2.57
      UPDATE          335       0.4/s            0.72          0.74
      DELETE          123       0.1/s            0.27          0.27
      REPLACE           0         0/s            0.00          0.00
    Com_            1.09k       1.3/s            2.35
      set_option      415       0.5/s            0.90
      stmt_prepar     169       0.2/s            0.37
      stmt_close      169       0.2/s            0.37
    
    __ Rows ________________________________________________________________
    Rows          286.94M    332.9k/s
      Using idx   286.03M    331.8k/s  %Index:  99.68
    Rows/question   6.20k
    
    __ SELECT and Sort _____________________________________________________
    Scan              495       0.6/s %SELECT:   1.13
    Range             196       0.2/s            0.45
    Full join          38       0.0/s            0.09
    Range check         0         0/s            0.00
    Full rng join       9       0.0/s            0.02
    Sort scan         853       1.0/s
    Sort range        426       0.5/s
    Sort mrg pass       0         0/s
    
    __ Query Cache _________________________________________________________
    Memory usage   49.34M of  160.00M  %Usage:  30.84
    Block Fragmnt   0.00%
    Hits           30.59k      35.5/s
    Inserts        13.06k      15.2/s
    Insrt:Prune  13.06k:1      15.2/s
    Hit:Insert     2.34:1
    
    __ Table Locks _________________________________________________________
    Waited              1       0.0/s  %Total:   0.01
    Immediate      12.34k      14.3/s
    
    __ Tables ______________________________________________________________
    Open              320 of  10240    %Cache:   3.12
    Opened            348       0.4/s
    
    __ Connections _________________________________________________________
    Max used            7 of    900      %Max:   0.78
    Total             226       0.3/s
    
    __ Created Temp ________________________________________________________
    Disk table        151       0.2/s   %Disk:  14.31
    Table           1.05k       1.2/s    Size: 768.0M
    File                5       0.0/s
    
    __ Threads _____________________________________________________________
    Running             9 of      4
    Created             7       0.0/s
    Slow                0         0/s
    Cached              3 of    384      %Hit:  96.90
    
    __ Aborted _____________________________________________________________
    Clients             0         0/s
    Connects            0         0/s
    
    __ Bytes _______________________________________________________________
    Sent          139.65M    162.0k/s
    Received       10.27M     11.9k/s
    
    __ InnoDB Buffer Pool __________________________________________________
    Usage         424.64M of    4.00G  %Usage:  10.37
    Read hit       98.44%
    Pages
      Free        234.97k              %Total:  89.63
      Data         27.15k                       10.36  %Drty:   0.00
      Misc             26                        0.01
      Latched           0                        0.00
    Reads           1.73M      2.0k/s
      From disk    27.02k      31.3/s   %Disk:   1.56
      Ahead Rnd         0         0/s
    Writes          4.34k       5.0/s
    Flushes         2.10k       2.4/s
    Wait Free           0         0/s   %Wait:   0.00
    
    __ InnoDB Lock _________________________________________________________
    Waits               0         0/s
    Current             0
    Time acquiring
      Total             0 ms
      Average           0 ms
      Max               0 ms
    
    __ InnoDB Data, Pages, Rows ____________________________________________
    Data
      Reads        27.73k      32.2/s
      Writes        3.02k       3.5/s
      fsync         1.08k       1.3/s
      Pending
        Reads           0
        Writes          0
        fsync           0
    
    Pages
      Created         132       0.2/s
      Read         27.02k      31.3/s
      Written       2.10k       2.4/s
    
    Rows
      Deleted          63       0.1/s
      Inserted        313       0.4/s
      Read          5.12M      5.9k/s
      Updated         156       0.2/s
    
    __ Aria Pagecache ______________________________________________________
    Buffer used    80.00k of    1.00G   %Used:   0.01
      Current      42.32M              %Usage:   4.13
    Write hit      69.77%
    Read hit       99.97%
    
    __ Subquery Cache ______________________________________________________
    Hit ratio       0.00%
    Hits                0        0/s
    Miss              538      0.6/s
    
    ------------------------------------------------------------------
    pidstat -durh 1 10 | sed -e "s|$(hostname)|hostname|g"
    Linux 3.10.0-1062.1.2.el7.x86_64 (hostname)     11/12/2019      _x86_64_        (8 CPU)
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573583628     0         1    0.00    0.00    0.00    0.00     6      4.90      0.00  191612   4004   0.02      0.00      0.00      0.00  systemd
     1573583628     0      3373    0.00    0.98    0.00    0.98     5      0.00      0.00       0      0   0.00      0.00      0.00      0.00  kworker/5:1
     1573583628   997     15017  100.00  100.00    0.00  100.00     6      0.00      0.00 8713700 1120552   6.89      0.00      0.00      0.00  mysqld
     1573583628  1001     16353    0.00    0.98    0.00    0.98     4      0.00      0.00 1192188  86132   0.53      0.00      0.00      0.00  nginx
     1573583628  1001     16355    0.00    0.00    0.00    0.00     3      5.88      0.00 1192188  85308   0.52      0.00      0.00      0.00  nginx
     1573583628     0     19128    0.00    1.96    0.00    1.96     6    344.12      0.00  108376   1124   0.01      0.00      0.00      0.00  pidstat
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573583629     0      1116    0.00    0.00    0.00    0.00     3     14.00      0.00   21716   1044   0.01      0.00      0.00      0.00  irqbalance
     1573583629   997     15017  100.00  100.00    0.00  100.00     6      0.00      0.00 8713700 1120552   6.89      0.00      8.00      0.00  mysqld
     1573583629  1001     16355    0.00    5.00    0.00    5.00     3    484.00      0.00 1200380  95324   0.59      0.00   4100.00      0.00  nginx
     1573583629  1001     16357    0.00    1.00    0.00    1.00     6      0.00      0.00 1196284  87652   0.54      0.00      0.00      0.00  nginx
     1573583629  1001     18429    4.00    9.00    0.00   13.00     5     74.00      0.00  747472  21464   0.13      0.00      0.00      0.00  php-fpm
     1573583629     0     19128    1.00    2.00    0.00    3.00     6    354.00      0.00  108376   1204   0.01      0.00      0.00      0.00  pidstat
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573583630     0         9    0.00    1.00    0.00    1.00     0      0.00      0.00       0      0   0.00      0.00      0.00      0.00  rcu_sched
     1573583630   997     15017  100.00  100.00    0.00  100.00     6      0.00      0.00 8713700 1120552   6.89      0.00      0.00      0.00  mysqld
     1573583630  1001     15217    2.00    1.00    0.00    3.00     4      4.00      0.00  746196  20048   0.12      0.00      0.00      0.00  php-fpm
     1573583630  1001     16355    0.00    8.00    0.00    8.00     3      2.00      0.00 1200380  95324   0.59      4.00      4.00      0.00  nginx
     1573583630  1001     18429    1.00    1.00    0.00    2.00     3      0.00      0.00  747472  21464   0.13      0.00      0.00      0.00  php-fpm
     1573583630     0     19128    0.00    2.00    0.00    2.00     6    334.00      0.00  108376   1204   0.01      0.00      0.00      0.00  pidstat
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573583631     0      1120    0.00    1.00    0.00    1.00     3      0.00      0.00   90616   2372   0.01      0.00      0.00      0.00  rngd
     1573583631   997     15017  100.00  100.00    0.00  100.00     6      0.00      0.00 8713700 1120552   6.89      0.00      0.00      0.00  mysqld
     1573583631  1001     16355    1.00    9.00    0.00   10.00     3      0.00      0.00 1200380  95324   0.59      0.00      0.00      0.00  nginx
     1573583631  1001     16356    0.00    1.00    0.00    1.00     5      0.00      0.00 1196284  87172   0.54      0.00      0.00      0.00  nginx
     1573583631  1001     18429    0.00    1.00    0.00    1.00     3      0.00      0.00  747472  21464   0.13      0.00      0.00      0.00  php-fpm
     1573583631     0     19128    1.00    2.00    0.00    3.00     6    334.00      0.00  108376   1204   0.01      0.00      0.00      0.00  pidstat
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573583632     0         1    1.00    0.00    0.00    1.00     6      0.00      0.00  191612   4004   0.02      0.00      0.00      0.00  systemd
     1573583632     0       589    0.00    0.00    0.00    0.00     0      0.00      0.00       0      0   0.00      0.00     44.00      0.00  jbd2/sda2-8
     1573583632     0      3373    0.00    1.00    0.00    1.00     5      0.00      0.00       0      0   0.00      0.00      0.00      0.00  kworker/5:1
     1573583632   997     15017  100.00  100.00    0.00  100.00     6      0.00      0.00 8713700 1120552   6.89      0.00      0.00      0.00  mysqld
     1573583632  1001     16355    1.00   10.00    0.00   11.00     3      0.00      0.00 1200380  95324   0.59      0.00      0.00      0.00  nginx
     1573583632  1001     18429    1.00    2.00    0.00    3.00     4      0.00      0.00  747472  21464   0.13      0.00      0.00      0.00  php-fpm
     1573583632     0     18575    0.00    1.00    0.00    1.00     4      0.00      0.00  107956    660   0.00      0.00      4.00      0.00  tee
     1573583632     0     19128    0.00    2.00    0.00    2.00     6    334.00      0.00  108376   1204   0.01      0.00      0.00      0.00  pidstat
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573583633     0         9    0.00    1.00    0.00    1.00     4      0.00      0.00       0      0   0.00      0.00      0.00      0.00  rcu_sched
     1573583633     0        24    0.00    1.00    0.00    1.00     3      0.00      0.00       0      0   0.00      0.00      0.00      0.00  ksoftirqd/3
     1573583633   997     15017  100.00  100.00    0.00  100.00     6      0.00      0.00 8713700 1120552   6.89      0.00      0.00      0.00  mysqld
     1573583633  1001     16355    1.00    7.00    0.00    8.00     3      0.00      0.00 1200380  95324   0.59      0.00      0.00      0.00  nginx
     1573583633  1001     16357    1.00    1.00    0.00    2.00     3      0.00      0.00 1196284  87652   0.54   1536.00      0.00      0.00  nginx
     1573583633  1001     18429    0.00    1.00    0.00    1.00     4      0.00      0.00  747472  21464   0.13      0.00      0.00      0.00  php-fpm
     1573583633     0     19128    1.00    2.00    0.00    3.00     6    334.00      0.00  108376   1204   0.01      0.00      0.00      0.00  pidstat
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573583634   997     15017  100.00  100.00    0.00  100.00     6      0.00      0.00 8713700 1120552   6.89      0.00      8.00      0.00  mysqld
     1573583634  1001     16355    1.00    8.00    0.00    9.00     3      0.00      0.00 1200380  95324   0.59      0.00      0.00      0.00  nginx
     1573583634  1001     16357    0.00    1.00    0.00    1.00     3      4.00      0.00 1196284  87652   0.54    512.00      0.00      0.00  nginx
     1573583634  1001     18426    3.00    1.00    0.00    4.00     0      4.00      0.00  744236  17816   0.11      0.00      0.00      0.00  php-fpm
     1573583634  1001     18429    1.00    1.00    0.00    2.00     3      0.00      0.00  747472  21464   0.13      0.00      0.00      0.00  php-fpm
     1573583634     0     19128    0.00    2.00    0.00    2.00     6    334.00      0.00  108376   1204   0.01      0.00      0.00      0.00  pidstat
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573583635     0         1    0.00    0.00    0.00    0.00     6      1.00      0.00  191612   4004   0.02      0.00      0.00      0.00  systemd
     1573583635     0         9    0.00    1.00    0.00    1.00     0      0.00      0.00       0      0   0.00      0.00      0.00      0.00  rcu_sched
     1573583635     0       670    0.00    0.00    0.00    0.00     3      1.00      0.00   47328  10356   0.06      0.00      0.00      0.00  systemd-journal
     1573583635     0      1399    0.00    0.00    0.00    0.00     4      1.00      0.00  452904   8592   0.05      0.00      0.00      0.00  rsyslogd
     1573583635   997     15017  100.00  100.00    0.00  100.00     6      0.00      0.00 8713700 1120552   6.89      0.00      0.00      0.00  mysqld
     1573583635  1001     16355    3.00    8.00    0.00   11.00     3      0.00      0.00 1200380  95324   0.59      0.00      0.00      0.00  nginx
     1573583635  1001     16357    1.00    1.00    0.00    2.00     3      0.00      0.00 1196284  87652   0.54    512.00      0.00      0.00  nginx
     1573583635  1001     18429    0.00    1.00    0.00    1.00     3      0.00      0.00  747472  21464   0.13      0.00      0.00      0.00  php-fpm
     1573583635     0     19128    0.00    1.00    0.00    1.00     6    334.00      0.00  108376   1204   0.01      0.00      0.00      0.00  pidstat
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573583636     0         1    0.00    0.00    0.00    0.00     6      2.00      0.00  191612   4004   0.02      0.00      0.00      0.00  systemd
     1573583636     0      1124    0.00    1.00    0.00    1.00     5      0.00      0.00   12188   2712   0.02      0.00      0.00      0.00  haveged
     1573583636   997     15017  100.00  100.00    0.00  100.00     6      0.00      0.00 8713700 1120552   6.89      0.00      0.00      0.00  mysqld
     1573583636  1001     16355    2.00    7.00    0.00    9.00     3      0.00      0.00 1200380  95324   0.59      0.00      0.00      0.00  nginx
     1573583636  1001     16357    0.00    1.00    0.00    1.00     3      0.00      0.00 1196284  87652   0.54   1024.00      0.00      0.00  nginx
     1573583636  1001     18429    0.00    1.00    0.00    1.00     3      0.00      0.00  747472  21464   0.13      0.00      0.00      0.00  php-fpm
     1573583636     0     18575    0.00    0.00    0.00    0.00     4      0.00      0.00  107956    660   0.00      0.00      4.00      0.00  tee
     1573583636     0     19128    1.00    2.00    0.00    3.00     6    334.00      0.00  108376   1204   0.01      0.00      0.00      0.00  pidstat
    
    #      Time   UID       PID    %usr %system  %guest    %CPU   CPU  minflt/s  majflt/s     VSZ    RSS   %MEM   kB_rd/s   kB_wr/s kB_ccwr/s  Command
     1573583637   997     15017  100.00  100.00    0.00  100.00     6      0.00      0.00 8713700 1120552   6.89      0.00      0.00      0.00  mysqld
     1573583637  1001     16355    2.00    7.00    0.00    9.00     3      0.00      0.00 1200380  95324   0.59      0.00      0.00      0.00  nginx
     1573583637  1001     16357    1.00    1.00    0.00    2.00     3      0.00      0.00 1196284  87652   0.54   1024.00      0.00      0.00  nginx
     1573583637  1001     18429    0.00    1.00    0.00    1.00     3      0.00      0.00  747472  21464   0.13      0.00      0.00      0.00  php-fpm
     1573583637     0     19128    1.00    1.00    0.00    2.00     6    334.00      0.00  108376   1204   0.01      0.00      0.00      0.00  pidstat
    ------------------------------------------------------------------
    Stats saved at: /root/centminlogs/cminfo-top-121119-183338.log
    ------------------------------------------------------------------
    
    
     
    Last edited: Nov 13, 2019
  16. eva2000

    eva2000 Administrator Staff Member

    53,229
    12,116
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,654
    Local Time:
    8:43 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    did you run centmin.sh menu option 13 submenu option 2 as direct at Prestashop problem on centminmod, database mariadb use CPU 100%

    Just specify PHP version to update regardless i.e. 7.3.11 then once that is complete run centmin.sh menu option 13 submenu option 2

    Only provide the tools i.e. cminfo top, troubleshooting is left up to you as outlined at Prestashop problem on centminmod, database mariadb use CPU 100%

    And as per
    You have 8 cpu threads, so 8x100 = 800% is the threshold for normal so 100% mysql usage = 100/800 = 0.125 cpu load average of 12.5% cpu usage so lightly used
     
  17. adamus007p

    adamus007p Member

    366
    18
    18
    Feb 8, 2019
    Ratings:
    +35
    Local Time:
    12:43 AM
  18. eva2000

    eva2000 Administrator Staff Member

    53,229
    12,116
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,654
    Local Time:
    8:43 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Don't use HTOP it reports all process threads too so can be confusing for some, use top command or cminfo top command. Or with HTOP when running toggle between 'H' flag to disable/enable individual thread usage for each process.

    Regardless though, 800% cpu usage on a mysql thread is high = all 8 of your cpu threads are in use. So troubleshooting that is left up to you to figure out using commands and tools out linked to in post at Prestashop problem on centminmod, database mariadb use CPU 100%. The cminfo top command is a good starter to use
     
  19. adamus007p

    adamus007p Member

    366
    18
    18
    Feb 8, 2019
    Ratings:
    +35
    Local Time:
    12:43 AM
    Code (Text):
    
    
    ./mysqlreport
    Use of uninitialized value in formline at ./mysqlreport line 1293.
    MariaDB 10.3.20-MariaDB     uptime 0 0:4:22     Sun Nov 17 23:34:11 2019
    
    __ Key _________________________________________________________________
    Buffer used     1.17M of  512.00M   %Used:   0.23
      Current      94.54M              %Usage:  18.46
    Write hit      11.27%
    Read hit       97.87%
    
    __ Questions ___________________________________________________________
    Total           3.84k      14.7/s
      DMS           3.63k      13.9/s  %Total:  94.54
      -Unknown      1.68k       6.4/s           43.63
      QC Hits       1.60k       6.1/s           41.52
      Com_            215       0.8/s            5.59
      COM_QUIT         76       0.3/s            1.98
    Slow 1 s            7       0.0/s            0.18  %DMS:   0.19 Log:
    DMS             3.63k      13.9/s           94.54
      SELECT        3.53k      13.5/s           91.94         97.25
      INSERT           70       0.3/s            1.82          1.93
      DELETE           25       0.1/s            0.65          0.69
      UPDATE            5       0.0/s            0.13          0.14
      REPLACE           0         0/s            0.00          0.00
    Com_              215       0.8/s            5.59
      set_option       72       0.3/s            1.87
      stmt_prepar      25       0.1/s            0.65
      stmt_close       25       0.1/s            0.65
    
    __ Rows ________________________________________________________________
    Rows          113.41k     432.8/s
      Using idx    70.26k     268.2/s  %Index:  61.95
    Rows/question   29.50
    
    __ SELECT and Sort _____________________________________________________
    Scan              107       0.4/s %SELECT:   3.03
    Range              36       0.1/s            1.02
    Full join           7       0.0/s            0.20
    Range check         0         0/s            0.00
    Full rng join       0         0/s            0.00
    Sort scan         106       0.4/s
    Sort range         51       0.2/s
    Sort mrg pass       0         0/s
    
    __ Query Cache _________________________________________________________
    Memory usage    7.30M of  160.00M  %Usage:   4.56
    Block Fragmnt   0.03%
    Hits            1.60k       6.1/s
    Inserts         1.88k       7.2/s
    Insrt:Prune   1.88k:1       7.2/s
    Hit:Insert     0.85:1
    
    __ Table Locks _________________________________________________________
    Waited              1       0.0/s  %Total:   0.03
    Immediate       2.89k      11.0/s
    
    __ Tables ______________________________________________________________
    Open              222 of  10240    %Cache:   2.17
    Opened            230       0.9/s
    
    __ Connections _________________________________________________________
    Max used            3 of    900      %Max:   0.33
    Total              78       0.3/s
    
    __ Created Temp ________________________________________________________
    Disk table         18       0.1/s   %Disk:   9.23
    Table             195       0.7/s    Size: 768.0M
    File                5       0.0/s
    
    __ Threads _____________________________________________________________
    Running             6 of      1
    Created             3       0.0/s
    Slow                0         0/s
    Cached              2 of    384      %Hit:  96.15
    
    __ Aborted _____________________________________________________________
    Clients             0         0/s
    Connects            0         0/s
    
    __ Bytes _______________________________________________________________
    Sent           10.37M     39.6k/s
    Received      740.07k      2.8k/s
    
    __ InnoDB Buffer Pool __________________________________________________
    Usage         426.16M of    4.00G  %Usage:  10.40
    Read hit       27.17%
    Pages
      Free        234.87k              %Total:  89.60
      Data         27.26k                       10.40  %Drty:   0.00
      Misc             11                        0.00
      Latched           0                        0.00
    Reads          37.25k     142.2/s
      From disk    27.13k     103.5/s   %Disk:  72.83
      Ahead Rnd         0         0/s
    Writes            937       3.6/s
    Flushes           179       0.7/s
    Wait Free           0         0/s   %Wait:   0.00
    
    __ InnoDB Lock _________________________________________________________
    Waits               0         0/s
    Current             0
    Time acquiring
      Total             0 ms
      Average           0 ms
      Max               0 ms
    
    __ InnoDB Data, Pages, Rows ____________________________________________
    Data
      Reads        27.84k     106.3/s
      Writes          212       0.8/s
      fsync            43       0.2/s
      Pending
        Reads           0
        Writes          0
        fsync           0
    
    Pages
      Created         131       0.5/s
      Read         27.13k     103.6/s
      Written         179       0.7/s
    
    Rows
      Deleted           0         0/s
      Inserted          7       0.0/s
      Read          7.32k      27.9/s
      Updated           3       0.0/s
    
    __ Aria Pagecache ______________________________________________________
    Buffer used    40.00k of    1.00G   %Used:   0.00
      Current      42.30M              %Usage:   4.13
    Write hit       0.00%
    Read hit       94.15%
    
    __ Subquery Cache ______________________________________________________
    Hit ratio       0.00%
    Hits                0        0/s
    Miss              655      2.5/s
    [23:34][root@h2000.mydomain.com ~]# ./mysqltuner.pl
     >>  MySQLTuner 1.7.5 - Major Hayden <major@mhtx.net>
     >>  Bug reports, feature requests, and downloads at http://mysqltuner.com/
     >>  Modified by George Liu (eva2000) at https://centminmod.com/
     >>  Run with '--help' for additional options and output filtering
    
    [--] Skipped version check for MySQLTuner script
    [OK] Currently running supported MySQL version 10.3.20-MariaDB
    [OK] Operating on 64-bit architecture
    
    -------- Log file Recommendations ------------------------------------------------------------------
    [--] Log file: /var/lib/mysql/h2000.mydomain.com.err(0B)
    [!!] Log file /var/lib/mysql/h2000.mydomain.com.err doesn't exist
    [!!] Log file /var/lib/mysql/h2000.mydomain.com.err isn't readable.
    
    -------- Storage Engine Statistics -----------------------------------------------------------------
    [--] Status: +Aria +CSV +InnoDB +MEMORY +MRG_MyISAM +MyISAM +PERFORMANCE_SCHEMA +SEQUENCE
    [--] Data in MyISAM tables: 3G (Tables: 328)
    [--] Data in InnoDB tables: 382M (Tables: 694)
    [OK] Total fragmented tables: 0
    
    -------- Security Recommendations ------------------------------------------------------------------
    [!!] User '@localhost' is an anonymous account.
    [!!] User '@localhost' has no password set.
    [!!] User '@localhost' has user name as password.
    [!!] There is no basic password file list!
    
    -------- CVE Security Recommendations --------------------------------------------------------------
    [--] Skipped due to --cvefile option undefined
    
    -------- Performance Metrics -----------------------------------------------------------------------
    [--] Up for: 5m 3s (4K q [14.003 qps], 88 conn, TX: 10M, RX: 787K)
    [--] Reads / Writes: 97% / 3%
    [--] Binary logging is disabled
    [--] Physical Memory     : 15.5G
    [--] Max MySQL memory    : 10.6G
    [--] Other process memory: 582.7M
    [--] Total buffers: 6.4G global + 4.8M per thread (900 max threads)
    [--] P_S Max memory usage: 0B
    [--] Galera GCache Max memory usage: 0B
    [OK] Maximum reached memory usage: 6.5G (41.59% of installed RAM)
    [OK] Maximum possible memory usage: 10.6G (68.61% of installed RAM)
    [OK] Overall possible memory usage with other process is compatible with memory available
    [OK] Slow queries: 0% (7/4K)
    [OK] Highest usage of available connections: 0% (3/900)
    [OK] Aborted connections: 0.00%  (0/88)
    [!!] name resolution is active : a reverse name resolution is made for each new connection and can reduce performance
    [!!] Query cache may be disabled by default due to mutex contention.
    [OK] Query cache efficiency: 32.7% (1K cached / 5K selects)
    [OK] Query cache prunes per day: 0
    [OK] Sorts requiring temporary tables: 0% (0 temp sorts / 164 sorts)
    [!!] Joins performed without indexes: 7
    [OK] Temporary tables created on disk: 8% (18 on disk / 203 total)
    [OK] Thread cache hit rate: 96% (3 created / 88 connections)
    [OK] Table cache hit rate: 96% (226 open / 234 opened)
    [OK] Open file limit used: 1% (274/21K)
    [OK] Table locks acquired immediately: 99% (3K immediate / 3K locks)
    
    -------- Performance schema ------------------------------------------------------------------------
    [--] Performance schema is disabled.
    [--] Memory used by P_S: 0B
    [--] Sys schema isn't installed.
    
    -------- ThreadPool Metrics ------------------------------------------------------------------------
    [--] ThreadPool stat is enabled.
    [--] Thread Pool Size: 8 thread(s).
    [--] Using default value is good enough for your version (10.3.20-MariaDB)
    
    -------- MyISAM Metrics ----------------------------------------------------------------------------
    [!!] Key buffer used: 18.5% (99M used / 536M cache)
    [OK] Key buffer size / total MyISAM indexes: 512.0M/1.6G
    [OK] Read Key buffer hit rate: 97.8% (56K cached / 1K reads)
    [!!] Write Key buffer hit rate: 89.7% (310 cached / 278 writes)
    
    -------- InnoDB Metrics ----------------------------------------------------------------------------
    [--] InnoDB is enabled.
    [--] InnoDB Thread Concurrency: 20
    [OK] InnoDB File per table is activated
    [OK] InnoDB buffer pool / data size: 4.0G/382.1M
    [!!] Ratio InnoDB log file size / InnoDB Buffer pool size (31.25 %): 640.0M * 2/4.0G should be equal 25%
    [OK] InnoDB buffer pool instances: 4
    [--] Number of InnoDB Buffer Pool Chunk : 32 for 4 Buffer Pool Instance(s)
    [OK] Innodb_buffer_pool_size aligned with Innodb_buffer_pool_chunk_size & Innodb_buffer_pool_instances
    [!!] InnoDB Read buffer efficiency: 27.22% (10147 hits/ 37277 total)
    [!!] InnoDB Write Log efficiency: 111.11% (10 hits/ 9 total)
    [OK] InnoDB log waits: 0.00% (0 waits / 19 writes)
    
    -------- AriaDB Metrics ----------------------------------------------------------------------------
    [--] AriaDB is enabled.
    [OK] Aria pagecache size / total Aria indexes: 1.0G/1B
    [!!] Aria pagecache hit rate: 94.1% (188 cached / 11 reads)
    
    -------- TokuDB Metrics ----------------------------------------------------------------------------
    [--] TokuDB is disabled.
    
    -------- XtraDB Metrics ----------------------------------------------------------------------------
    [--] XtraDB is disabled.
    
    -------- RocksDB Metrics ---------------------------------------------------------------------------
    [--] RocksDB is disabled.
    
    -------- Spider Metrics ----------------------------------------------------------------------------
    [--] Spider is disabled.
    
    -------- Connect Metrics ---------------------------------------------------------------------------
    [--] Connect is disabled.
    
    -------- Galera Metrics ----------------------------------------------------------------------------
    [--] Galera is disabled.
    
    -------- Replication Metrics -----------------------------------------------------------------------
    [--] Galera Synchronous replication: NO
    [--] No replication slave(s) for this server.
    [--] This is a standalone server.
    
    -------- Recommendations ---------------------------------------------------------------------------
    General recommendations:
        Remove Anonymous User accounts - there are 1 anonymous accounts.
        Set up a Password for user with the following SQL statement ( SET PASSWORD FOR 'user'@'SpecificDNSorIp' = PASSWORD('secure_password'); )
        Set up a Secure Password for user@host ( SET PASSWORD FOR 'user'@'SpecificDNSorIp' = PASSWORD('secure_password'); )
        MySQL started within last 24 hours - recommendations may be inaccurate
        Configure your accounts with ip or subnets only, then update your configuration with skip-name-resolve=1
        Adjust your join queries to always utilize indexes. Please note this
        calculation is made by adding Select_full_join + Select_range_check
        status values and triggered when the total >250
        Performance should be activated for better diagnostics
        Consider installing Sys schema from https://github.com/mysql/mysql-sys
        Read this before changing innodb_log_file_size and/or innodb_log_files_in_group: http://bit.ly/2wgkDvS
    Variables to adjust:
        query_cache_size (=0)
        query_cache_type (=0)
        join_buffer_size (> 1.0M, or always use indexes with joins)
        performance_schema = ON enable PFS
        innodb_log_file_size should be (=512M) if possible, so InnoDB total log files size equals to 25% of buffer pool size.
    [23:35][root@h2000.mydomain.com ~]#
    



    Is this statistics are ok?
    Is there anything which I should to tweak in mariadb settings?
     
  20. adamus007p

    adamus007p Member

    366
    18
    18
    Feb 8, 2019
    Ratings:
    +35
    Local Time:
    12:43 AM
    Code (Text):
    setio.sh check
    
    --------------------------------------------------------------------
    System Info (0.4)
    --------------------------------------------------------------------
    Architecture:          x86_64
    CPU op-mode(s):        32-bit, 64-bit
    Byte Order:            Little Endian
    CPU(s):                8
    On-line CPU(s) list:   0-7
    Thread(s) per core:    1
    Core(s) per socket:    8
    Socket(s):             1
    NUMA node(s):          1
    Vendor ID:             GenuineIntel
    CPU family:            6
    Model:                 6
    Model name:            QEMU Virtual CPU version 2.5+
    Stepping:              3
    CPU MHz:               2399.994
    BogoMIPS:              4799.98
    Hypervisor vendor:     KVM
    Virtualization type:   full
    L1d cache:             32K
    L1i cache:             32K
    L2 cache:              4096K
    L3 cache:              16384K
    NUMA node0 CPU(s):     0-7
    Flags:                 fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 ht syscall nx lm rep_good nopl xtopology eagerfpu pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt aes xsave hypervisor lahf_lm invpcid_single ssbd ibrs ibpb invpcid md_clear spec_ctrl
    3.10.0-1062.4.3.el7.x86_64
    CentOS Linux release 7.7.1908 (Core)
    --------------------------------------------------------------------
    Filesystem     Type      Size  Used Avail Use% Mounted on
    devtmpfs       devtmpfs  7.8G     0  7.8G   0% /dev
    tmpfs          tmpfs     7.8G     0  7.8G   0% /dev/shm
    tmpfs          tmpfs     7.8G  8.6M  7.8G   1% /run
    tmpfs          tmpfs     7.8G     0  7.8G   0% /sys/fs/cgroup
    /dev/sda2      ext4      1.5T  300G  1.1T  22% /
    tmpfs          tmpfs     7.8G     0  7.8G   0% /tmp
    /dev/sda1      ext4      976M  258M  652M  29% /boot
    tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/0
    --------------------------------------------------------------------
    
    --------------------------------------------------------------------
    fio-3.7 calculated (IOPs)
    --------------------------------------------------------------------
    
    Full Reads: 61134
    Full Writes: 38824
    innodb_io_capacity = 1294
    innodb_io_capacity = 970
    innodb_io_capacity = 776
    innodb_io_capacity = 554
    
    innodb_io_capacity = 3882
    
    Full Reads: 50567
    Full Writes: 39384
    innodb_io_capacity = 1312
    innodb_io_capacity = 984
    innodb_io_capacity = 787
    innodb_io_capacity = 562
    
    innodb_io_capacity = 3938
    
    --------------------------------------------------------------------
    innodb_read_io_threads = 4
    innodb_write_io_threads = 4
    --------------------------------------------------------------------
    [23:54][root@h2000.mydomain.com ~]# /usr/local/src/centminmod/tools/setio.sh set
    Full Reads: 49648
    Full Writes: 29467
    
    set innodb_flush_neighbors = 0
    
    innodb_io_capacity = 2100
    
    +------------------------+-------+
    /etc/my.cnf adjustment
    +------------------------+-------+
    existing value:
    Variable_name   Value
    innodb_io_capacity      2000
    innodb_io_capacity_max  4000
    new value:
    Variable_name   Value
    innodb_io_capacity      2100
    innodb_io_capacity_max  4200
    
    +------------------------+-------+
    innodb io threads adjustment
    +------------------------+-------+
    existing value:
    +------------------------+-------+
    innodb_read_io_threads = 4
    innodb_write_io_threads = 4
    +------------------------+-------+
    new value:
    +------------------------+-------+
    innodb_read_io_threads = 4
    innodb_write_io_threads = 4
    +------------------------+-------+
    
    Restart MySQL server for io thread changes
    


    I have updated using command.

    Code (Text):
    /usr/local/src/centminmod/tools/setio.sh set