Difference between revisions of "How MOR get HDD Utilization"

From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with '== How MOR get HDD Utilization == MOR uses CentOS tool '''iostat''' to get such statistics. In command line it looks like: iostats -dx 2 3 Only third measurement is taken into…')
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== How MOR get HDD Utilization ==
== How MOR get HDD Utilization ==


MOR uses CentOS tool '''iostat''' to get such statistics. In command line it looks like:
MOR uses CentOS tool '''iostat''' to get such statistics.  
In command line it looks like:


iostats -dx 2 3
iostat -dx 2 3


Only third measurement is taken into MOR statistics because it is most accurate.
Only third measurement is taken into MOR statistics because it is the most accurate.


MOR runs this script every 4 seconds.
MOR runs this script every 4 seconds and writes HDD load statistics to the database.

Latest revision as of 08:14, 17 January 2014

How MOR get HDD Utilization

MOR uses CentOS tool iostat to get such statistics. In command line it looks like:

iostat -dx 2 3

Only third measurement is taken into MOR statistics because it is the most accurate.

MOR runs this script every 4 seconds and writes HDD load statistics to the database.