Lines Matching refs:proc
11 /proc/partitions. In 2.6, the same information is found in two
12 places: one is in the file /proc/diskstats, and the other is within
16 Both /proc/diskstats and sysfs use the same source for the information
34 On 2.4 you might execute "grep 'hda ' /proc/partitions". On 2.6, you have
35 a choice of "cat /sys/block/hda/stat" or "grep 'hda ' /proc/diskstats".
37 if you are watching a known, small set of disks. /proc/diskstats may
46 /proc/diskstats, the eleven fields will be preceded by the major and
159 In 2.6, all disk statistics were removed from /proc/stat. In 2.4, they
160 appear in both /proc/partitions and /proc/stat, although the ones in
161 /proc/stat take a very different format from those in /proc/partitions
162 (see proc(5), if your system has it.)