ldas-tools-al
2.6.3
|
Structure to hold information about a process. More...
#include <PSInfo.hh>
Public Attributes | |
pid_t | s_pid |
char | s_state |
std::string | s_user |
size_t | s_vsz |
size_t | s_rsz |
float | s_pcpu |
float | s_pmem |
int | s_etime |
std::string | s_fname |
std::string | s_args |
Structure to hold information about a process.
std::string LDASTools::AL::PSInfo::psinfo_type::s_args |
int LDASTools::AL::PSInfo::psinfo_type::s_etime |
std::string LDASTools::AL::PSInfo::psinfo_type::s_fname |
float LDASTools::AL::PSInfo::psinfo_type::s_pcpu |
pid_t LDASTools::AL::PSInfo::psinfo_type::s_pid |
float LDASTools::AL::PSInfo::psinfo_type::s_pmem |
size_t LDASTools::AL::PSInfo::psinfo_type::s_rsz |
char LDASTools::AL::PSInfo::psinfo_type::s_state |
std::string LDASTools::AL::PSInfo::psinfo_type::s_user |
size_t LDASTools::AL::PSInfo::psinfo_type::s_vsz |