getJavaInfo: Get Memory and Runtime Info from JVM

Description Usage Arguments Value Author(s) Examples

View source: R/misc.R

Description

Get Memory and Runtime Info from JVM

Usage

1
getJavaInfo(memory = TRUE, filesystem = TRUE, runtime = TRUE)

Arguments

memory

Logical whether to include memory information + number of available cores

filesystem

Logical whether to include filesystem information (Total, free and usable space)

runtime

Logical whether to include runtime information (Class Path, Library Path, Input Arguments)

Value

character vector of length 1 containing the memory and runtime info.

Author(s)

Kornelius Rohmeyer rohmeyer@small-projects.de

Examples

1
2
3
4
## Not run: 
cat(getJavaInfo())

## End(Not run)

gMCP documentation built on March 26, 2020, 6:26 p.m.