diff options
Diffstat (limited to 'Documentation/blockdev/zram.txt')
-rw-r--r-- | Documentation/blockdev/zram.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/blockdev/zram.txt b/Documentation/blockdev/zram.txt index 971765ed5ac1..9610be3e9d36 100644 --- a/Documentation/blockdev/zram.txt +++ b/Documentation/blockdev/zram.txt | |||
@@ -133,6 +133,17 @@ File /sys/block/zram<id>/stat | |||
133 | Represents block layer statistics. Read Documentation/block/stat.txt for | 133 | Represents block layer statistics. Read Documentation/block/stat.txt for |
134 | details. | 134 | details. |
135 | 135 | ||
136 | File /sys/block/zram<id>/io_stat | ||
137 | |||
138 | The stat file represents device's I/O statistics not accounted by block | ||
139 | layer and, thus, not available in zram<id>/stat file. It consists of a | ||
140 | single line of text and contains the following stats separated by | ||
141 | whitespace: | ||
142 | failed_reads | ||
143 | failed_writes | ||
144 | invalid_io | ||
145 | notify_free | ||
146 | |||
136 | 8) Deactivate: | 147 | 8) Deactivate: |
137 | swapoff /dev/zram0 | 148 | swapoff /dev/zram0 |
138 | umount /dev/zram1 | 149 | umount /dev/zram1 |