powered by
Get Memory and Runtime Info from JVM
getJavaInfo(memory = TRUE, filesystem = TRUE, runtime = TRUE)
character vector of length 1 containing the memory and runtime info.
Logical whether to include memory information + number of available cores
Logical whether to include filesystem information (Total, free and usable space)
Logical whether to include runtime information (Class Path, Library Path, Input Arguments)
Kornelius Rohmeyer rohmeyer@small-projects.de
if (FALSE) { cat(getJavaInfo()) }
Run the code above in your browser using DataLab