swapinfo {memuse} | R Documentation |
swapinfo
Description
Platform swap information.
Usage
Sys.swapinfo()
Sys.pageinfo()
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.
Value
Returns a list, whose values are platform dependent in addition to being modified by input arguments.
See Also
Examples
## Not run:
library(memuse)
Sys.swapinfo()
## End(Not run)
[Package memuse version 4.2-3 Index]