Skip to content
Snippets Groups Projects
Commit bfc88ac1 authored by Anael Beutot's avatar Anael Beutot
Browse files

Added membuffers tag

parent 11d888b7
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,13 @@ def memused():
return unicode(psutil.used_phymem())
@ttl(5)
@refresh(10)
def membuffers():
"""Buffers memory use."""
return unicode(psutil.phymem_buffers())
# disks related tags
def disk():
"""List of disk devices on the host."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment