- Home
- Bioconductor 3.19
- Software Packages
- Rcollectl
Rcollectl
This package is for version 3.19 of Bioconductor; for the stable, up-to-date release version, see Rcollectl.
Help use collectl with R in Linux, to measure resource consumption in R processes
Bioconductor version: 3.19
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] , Yubo Cheng [aut]
Maintainer: Vincent Carey <stvjc at channing.harvard.edu>
citation("Rcollectl")):
Installation
To install this package, start R (version "4.4") 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.