The ProcessInfo struct Holds detailed information about a system process.
More...
#include <ProcessBroswer.h>
|
|
int | pid |
| | Process ID.
|
| |
|
int | ppid |
| | Parent Process ID.
|
| |
|
QString | name |
| | Process name.
|
| |
|
QString | fullPath |
| | Full executable path of the process.
|
| |
|
int | threadCount |
| | Number of threads in the process.
|
| |
|
qint64 | memoryUsageKB |
| | Memory usage in kilobytes.
|
| |
|
double | cpuPercent |
| | CPU usage percentage.
|
| |
|
QString | userName |
| | User who owns the process.
|
| |
The ProcessInfo struct Holds detailed information about a system process.
The documentation for this struct was generated from the following file: