Searched refs:diskstats (Results 1 – 7 of 7) sorted by relevance
1 What: /proc/diskstats5 The /proc/diskstats file displays the I/O statistics
13 places: one is in the file ``/proc/diskstats``, and the other is within17 Both ``/proc/diskstats`` and sysfs use the same source for the information30 2.6+ diskstats:34 4.18+ diskstats:38 a choice of ``cat /sys/block/hda/stat`` or ``grep 'hda ' /proc/diskstats``.41 if you are watching a known, small set of disks. ``/proc/diskstats`` may50 ``/proc/diskstats``, the 15 fields will be preceded by the major and
308 [plugin:proc:/proc/diskstats]459 [plugin:proc:/proc/diskstats:sda]
15 in the same format as `/sys/block/*/stat` or `/proc/diskstats` (see:152 `/sys/block/*/stat or /proc/diskstats`.
1905 const char *diskstats = "/proc/diskstats"; in guest_get_diskstats() local1910 fp = fopen(diskstats, "r"); in guest_get_diskstats()1912 error_setg_errno(errp, errno, "open(\"%s\")", diskstats); in guest_get_diskstats()
1745 # @guest-get-diskstats:1753 { 'command': 'guest-get-diskstats',
[all...]