meminfo: meminfo

meminfoR Documentation

meminfo

Description

Platform memory information.

Usage

Sys.meminfo(compact.free = TRUE)

Arguments

compact.free

logical; determines whether various free memory values should be combined into a single value. See details section for more information.

Details

Sys.meminfo() returns some basic memory values, such as total ram, free ram, and ram used for buffers/cache (when applicable).

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

procmem

Examples

## Not run: 
library(memuse)

Sys.meminfo()

## End(Not run)


shinra-dev/memuse documentation built on Jan. 25, 2023, 6:26 p.m.