CCIMXDesktop
 
Loading...
Searching...
No Matches
ProcessBroswer::ProcessInfo Struct Reference

The ProcessInfo struct Holds detailed information about a system process. More...

#include <ProcessBroswer.h>

Public Attributes

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.
 

Detailed Description

The ProcessInfo struct Holds detailed information about a system process.


The documentation for this struct was generated from the following file: