We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488ede9 commit e642441Copy full SHA for e642441
mamonsu/plugins/system/linux/memory.py
@@ -33,6 +33,9 @@ class Memory(Plugin):
33
('unused', 'MemFree',
34
'Free: Wasted memory', '000000'),
35
36
+ ('available', 'MemAvailable',
37
+ 'Free: Available', '008000'),
38
+
39
('slab', 'Slab',
40
'Slab: Kernel used memory (inode cache)', 'CCCC00'),
41
0 commit comments