Révision 6c3ce4e1
Category Tree: reduce number of categories
| plugins/lxd/lxd_mem | ||
|---|---|---|
| 35 | 35 |
print("graph_title LXD container memory")
|
| 36 | 36 |
print("graph_args --base 1024 --lower-limit 0")
|
| 37 | 37 |
print("graph_vlabel Bytes")
|
| 38 |
print("graph_category lxd")
|
|
| 38 |
print("graph_category virtualization")
|
|
| 39 | 39 |
print("graph_info This shows the memory usage of each container. Make sure to install pylxd in python3.")
|
| 40 | 40 |
for name in c.container_list(): |
| 41 | 41 |
print(name+".label "+name) |
Formats disponibles : Unified diff