RStudio Launcher Plugin SDK  1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
Public Attributes | List of all members
rstudio::launcher_plugins::api::ResourceUtilData Struct Reference

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
 

Detailed Description

Represents the current resource utilization of a job.

Member Data Documentation

◆ CpuPercent

Optional<double> rstudio::launcher_plugins::api::ResourceUtilData::CpuPercent

The percentage of the CPU(s) that are currently in use by the Job.

◆ CpuSeconds

Optional<double> rstudio::launcher_plugins::api::ResourceUtilData::CpuSeconds

The total CPU time in seconds that the Job has used, from the start until now.

◆ ResidentMem

Optional<double> rstudio::launcher_plugins::api::ResourceUtilData::ResidentMem

The size of resident (actual/physical) memory currently in use by the Job, in MB.

◆ VirtualMem

Optional<double> rstudio::launcher_plugins::api::ResourceUtilData::VirtualMem

The amount of virtual memory currently in use by the Job, in MB.


The documentation for this struct was generated from the following file: