memuse (version 4.0-0)

swapinfo: swapinfo

Description

Platform swap information.

Usage

Sys.swapinfo()

Sys.pageinfo()

Arguments

Value

Returns a list, whose values are platform dependent in addition to being modified by input arguments.

Details

Sys.swapinfo() returns basic swap/page (virtual memory) information. Sys.pageinfo() is identical to swapinfo() in every way but name (provided for Windows users who may be more comfortable/familiar with the 'pagefile' naming convention).

All of the C-level source code for these methods (in src/meminfo of the root directory of the memuse source tree) is licensed under the permissive 2-Clause BSD license.

See Also

procmem

Examples

Run this code
# NOT RUN {
library(memuse)

Sys.swapinfo()
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace