The
DockerHostMA:getContainerProcessInfo method returns the details of processes running inside the container.
Type
Synchronous,
IMPACT_INFO
Arguments
| Name
|
Type
|
Description
|
| ContainerName
|
String
|
The name of the Docker container
|
Returns
| Name
|
Type
|
Description
|
| UID
|
String
|
User ID
|
| PID
|
String
|
Process ID
|
| PPID
|
String
|
Parent process ID
|
| C
|
String
|
CPU usage of the process
|
| STIME
|
String
|
Start time of the process
|
| TTY
|
String
|
Name of the terminal
|
| TIME
|
String
|
CPU Time
|
| CMD
|
String
|
Process command
|
Copyright © Cloud Software Group, Inc. All rights reserved.