This returns real-time process data from the RStudio Connect API. It requires
administrator privileges to use. NOTE that this only returns data for the
server that responds to the request (i.e. in a Highly Available cluster)
get_procs(src)
The source object
A tibble with the following columns:
pidThe PID of the current process
appIdThe application ID
appGuidThe application GUID
appNameThe application name
appUrlThe application URL
appRunAsThe application RunAs user
typeThe type of process
cpuCurrentThe current CPU usage
cpuTotalThe total CPU usage
ramThe current RAM usage