docs(sysinfo): correct properties information

resolves #1782
This commit is contained in:
Jan De Dobbeleer 2022-02-19 14:24:54 +01:00 committed by Jan De Dobbeleer
parent d86495cad5
commit 1e2e65ee62

View file

@ -44,8 +44,8 @@ Display SysInfo.
- `.PhysicalFreeMemory`: `int` - is the total of free physical memory
- `.PhysicalPercentUsed`: `float64` - is the percentage of physical memory in usage
- `.SwapTotalMemory`: `int` - is the total of used swap memory
- `.SwapFreeMemory`: `int` - is the percentage of swap memory in usage
- `.SwapPercentUsed`: `float64` - is the current user root/admin or not
- `.SwapFreeMemory`: `int` - is the total of free swap memory
- `.SwapPercentUsed`: `float64` - is the percentage of swap memory in usage
- `.Load1`: `float64` - is the current load1 (can be empty on windows)
- `.Load5`: `float64` - is the current load5 (can be empty on windows)
- `.Load15`: `float64` - is the current load15 (can be empty on windows)