mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
parent
d86495cad5
commit
1e2e65ee62
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue