mirror of
https://github.com/napalm-automation-community/napalm-vyos.git
synced 2026-03-01 11:24:50 +00:00
unit tests, fix returned data
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"fans": {"invalid": {"status": false}}, "memory": {"available_ram": 250112, "used_ram": 228668}, "temperature": {"invalid": {"is_alert": false, "temperature": 0.0, "is_critical": false}}, "power": {"invalid": {"status": true, "output": 0.0, "capacity": 0.0}}, "cpu": {"0": {"%usage": 1.0}}}
|
||||
@@ -0,0 +1,4 @@
|
||||
total used free shared buffers cached
|
||||
Mem: 250112 222708 27404 0 45144 93184
|
||||
-/+ buffers/cache: 84380 165732
|
||||
Swap: 0 0 0
|
||||
@@ -0,0 +1,3 @@
|
||||
procs -----------memory---------- ---swap-- -----io---- -system-- ----cpu----
|
||||
r b swpd free buff cache si so bi bo in cs us sy id wa
|
||||
0 0 0 27460 45136 93184 0 0 0 0 15 24 0 0 99 0
|
||||
Reference in New Issue
Block a user