- Home
- Bioconductor 3.22
- Software Packages
- Rcollectl
Rcollectl
This is the released version of Rcollectl; for the devel version, see Rcollectl.
Help use collectl with R in Linux, to measure resource consumption in R processes
Bioconductor version: Release (3.22)
Provide functions to obtain instrumentation data on processes in a unix environment. Parse output of a collectl run. Vizualize aspects of system usage over time, with annotation.
Author: Vincent Carey [aut, cre] ORCID iD ORCID: 0000-0003-4046-0063 , Yubo Cheng [aut]
Maintainer: Vincent Carey <stvjc at channing.harvard.edu>
citation("Rcollectl")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Rcollectl")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("Rcollectl")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.