1 What: /sys/block/zram<id>/disksize
3 Contact: Nitin Gupta <ngupta@vflare.org>
5 The disksize file is read-write and specifies the disk size
6 which represents the limit on the *uncompressed* worth of data
7 that can be stored in this disk.
10 What: /sys/block/zram<id>/initstate
12 Contact: Nitin Gupta <ngupta@vflare.org>
14 The initstate file is read-only and shows the initialization
17 What: /sys/block/zram<id>/reset
19 Contact: Nitin Gupta <ngupta@vflare.org>
21 The reset file is write-only and allows resetting the
22 device. The reset operation frees all the memory associated
25 What: /sys/block/zram<id>/num_reads
27 Contact: Nitin Gupta <ngupta@vflare.org>
29 The num_reads file is read-only and specifies the number of
30 reads (failed or successful) done on this device.
32 What: /sys/block/zram<id>/num_writes
34 Contact: Nitin Gupta <ngupta@vflare.org>
36 The num_writes file is read-only and specifies the number of
37 writes (failed or successful) done on this device.
39 What: /sys/block/zram<id>/invalid_io
41 Contact: Nitin Gupta <ngupta@vflare.org>
43 The invalid_io file is read-only and specifies the number of
44 non-page-size-aligned I/O requests issued to this device.
46 What: /sys/block/zram<id>/notify_free
48 Contact: Nitin Gupta <ngupta@vflare.org>
50 The notify_free file is read-only and specifies the number of
51 swap slot free notifications received by this device. These
52 notifications are sent to a swap block device when a swap slot
53 is freed. This statistic is applicable only when this disk is
54 being used as a swap disk.
56 What: /sys/block/zram<id>/discard
58 Contact: Nitin Gupta <ngupta@vflare.org>
60 The discard file is read-only and specifies the number of
61 discard requests received by this device. These requests
62 provide information to block device regarding blocks which are
63 no longer used by filesystem.
65 What: /sys/block/zram<id>/zero_pages
67 Contact: Nitin Gupta <ngupta@vflare.org>
69 The zero_pages file is read-only and specifies number of zero
70 filled pages written to this disk. No memory is allocated for
73 What: /sys/block/zram<id>/orig_data_size
75 Contact: Nitin Gupta <ngupta@vflare.org>
77 The orig_data_size file is read-only and specifies uncompressed
78 size of data stored in this disk. This excludes zero-filled
79 pages (zero_pages) since no memory is allocated for them.
82 What: /sys/block/zram<id>/compr_data_size
84 Contact: Nitin Gupta <ngupta@vflare.org>
86 The compr_data_size file is read-only and specifies compressed
87 size of data stored in this disk. So, compression ratio can be
88 calculated using orig_data_size and this statistic.
91 What: /sys/block/zram<id>/mem_used_total
93 Contact: Nitin Gupta <ngupta@vflare.org>
95 The mem_used_total file is read-only and specifies the amount
96 of memory, including allocator fragmentation and metadata
97 overhead, allocated for this disk. So, allocator space
98 efficiency can be calculated using compr_data_size and this