This is most easily measured by installing the sysstat package:
1 | sudo yum install sysstat -y |
And running the sar command, looking at the value of tps:
1 | sar -d 1 |
This is most easily measured by installing the sysstat package:
1 | sudo yum install sysstat -y |
And running the sar command, looking at the value of tps:
1 | sar -d 1 |