System swap memory statistics
ps_system_swap()Named list. All numbers are in bytes:
total: total swap memory.
used: used swap memory.
free: free swap memory.
percent: the percentage usage.
sin: the number of bytes the system has swapped in from disk
(cumulative). This is NA on Windows.
sout: the number of bytes the system has swapped out from disk
(cumulative). This is NA on Windows.
Other memory functions:
ps_system_memory()
ps_system_swap()
#> $total
#> [1] 16545570816
#>
#> $used
#> [1] 786432
#>
#> $free
#> [1] 16544784384
#>
#> $percent
#> [1] 0.004753127
#>
#> $sin
#> [1] 32768
#>
#> $sout
#> [1] 110592
#>