Learn R Programming

gMCP (version 0.8-17)

getJavaInfo: Get Memory and Runtime Info from JVM

Description

Get Memory and Runtime Info from JVM

Usage

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

Value

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

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)

Author

Kornelius Rohmeyer rohmeyer@small-projects.de

Examples

Run this code

if (FALSE) {
cat(getJavaInfo())
}

Run the code above in your browser using DataLab