get_procs: Get Real-Time Process Data

View source: R/get.R

get_procsR Documentation

Get Real-Time Process Data

Description

\lifecycle

experimental This returns real-time process data from the Posit 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)

Usage

get_procs(src)

Arguments

src

The source object

Value

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


connectapi documentation built on Feb. 16, 2023, 7:46 p.m.