ps (version 1.5.0)

ps_system_swap: System swap memory statistics

Description

System swap memory statistics

Usage

ps_system_swap()

Arguments

Value

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.

See Also

Other memory functions: ps_system_memory()

Examples

Run this code
# NOT RUN {
ps_system_swap()
# }

Run the code above in your browser using DataLab