RStudio Launcher Plugin SDK
1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
|
Represents the current resource utilization of a job. More...
#include <ResponseTypes.hpp>
Public Attributes | |
Optional< double > | CpuPercent |
Optional< double > | CpuSeconds |
Optional< double > | VirtualMem |
Optional< double > | ResidentMem |
Represents the current resource utilization of a job.
Optional<double> rstudio::launcher_plugins::api::ResourceUtilData::CpuPercent |
The percentage of the CPU(s) that are currently in use by the Job.
Optional<double> rstudio::launcher_plugins::api::ResourceUtilData::CpuSeconds |
The total CPU time in seconds that the Job has used, from the start until now.
Optional<double> rstudio::launcher_plugins::api::ResourceUtilData::ResidentMem |
The size of resident (actual/physical) memory currently in use by the Job, in MB.
Optional<double> rstudio::launcher_plugins::api::ResourceUtilData::VirtualMem |
The amount of virtual memory currently in use by the Job, in MB.