Learn R Programming

memuse (version 2.5)

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()
# ## End(Not run)

Run the code above in your browser using DataLab