Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ps_system_swap

System swap memory statistics


Description

System swap memory statistics

Usage

ps_system_swap()

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

ps_system_swap()

ps

List, Query, Manipulate System Processes

v1.6.0
MIT + file LICENSE
Authors
Jay Loden [aut], Dave Daeschler [aut], Giampaolo Rodola' [aut], Gábor Csárdi [aut, cre], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.