List processes |
|
|---|---|
Process table |
|
List currently running applications |
|
Ids of all processes on the system |
|
Process query API |
|
List of child processes (process objects) of the process. Note that this typically requires enumerating all processes on the system, so it is a costly operation. |
|
Command line of the process |
|
CPU times of the process |
|
Start time of a process |
|
Process current working directory as an absolute path. |
|
Query the ancestry of a process |
|
Environment variables of a process |
|
Full path of the executable of a process |
|
|
|
Create a process handle |
Checks whether a process is running |
|
Memory usage information |
|
Process name |
|
Number of threads |
|
Pid of a process handle |
|
Parent pid or parent process of a process |
|
List the dynamically loaded libraries of a process |
|
Current process status |
|
Terminal device of the process |
|
User ids and group ids of the process |
|
Owner of the process |
|
Files and Network Connections |
|
List network connections of a process |
|
Number of open file descriptors |
|
Open files of a process |
|
Process manipulation |
|
Interrupt a process |
|
Kill one or more processes |
|
Resume (continue) a stopped process |
|
Send signal to a process |
|
Suspend (stop) the process |
|
Terminate a Unix process |
|
Query or set CPU affinity |
|
Get or set the priority of a process |
|
Wait for one or more processes to terminate, with a timeout |
|
Users |
|
List users connected to the system |
|
Disks and files |
|
List all mounted partitions |
|
Disk usage statistics, per partition |
|
System-wide disk I/O counters |
|
File system information for files |
|
Find the mount point of a file or directory |
|
File status |
|
Other system information |
|
Boot time of the system |
|
Query the type of the OS |
|
Number of logical or physical CPUs |
|
Query the size of the current terminal |
|
Return the average system load over the last 1, 5 and 15 minutes as a tuple. |
|
List all processes that loaded a shared library |
|
System CPU times. |
|
Statistics about system memory usage |
|
System swap memory statistics |
|
Process tree cleanup |
|
|
|
Mark a process and its (future) child tree |
testthat reporter that checks if child processes are cleaned up in tests |
|
Utility functions |
|
Query the type of the OS |
|
List of all supported signals |
|
List of 'errno' error codes |
|