![]() |
The Gaudi Framework
v28r2
|
#include <RootCnv/SysProcStat.h>
Public Member Functions | |
SysProcStat () | |
virtual | ~SysProcStat ()=default |
virtual int | update () |
Public Attributes | |
int | pid |
int | ppid |
int | pgrp |
int | session |
int | tty_nr |
int | tpgid |
int | exit_signal |
int | processor |
long unsigned | flags |
long unsigned | minflt |
long unsigned | cminflt |
long unsigned | majflt |
long unsigned | cmajflt |
long unsigned | utime |
long unsigned | stime |
long unsigned | startime |
long unsigned | vsize |
long unsigned | rlim |
long unsigned | startcode |
long unsigned | endcode |
long unsigned | startstack |
long unsigned | kstkesp |
long unsigned | kstkeip |
long unsigned | signal |
long unsigned | blocked |
long unsigned | sigingore |
long unsigned | sigcatch |
long unsigned | wchan |
long unsigned | nswap |
long unsigned | cnswap |
long int | cutime |
long int | cstime |
long int | priority |
long int | nice |
long int | num_threads |
long int | itrealvalue |
long int | rss |
char | comm [128] |
char | state |
long | time |
Definition at line 12 of file SysProcStat.h.
SysProcStat::SysProcStat | ( | ) |
Definition at line 14 of file SysProcStat.cpp.
|
virtualdefault |
|
virtual |
Definition at line 22 of file SysProcStat.cpp.
long unsigned Gaudi::SysProcStat::blocked |
Definition at line 17 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::cmajflt |
Definition at line 17 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::cminflt |
Definition at line 17 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::cnswap |
Definition at line 17 of file SysProcStat.h.
char Gaudi::SysProcStat::comm[128] |
Definition at line 21 of file SysProcStat.h.
long int Gaudi::SysProcStat::cstime |
Definition at line 20 of file SysProcStat.h.
long int Gaudi::SysProcStat::cutime |
Definition at line 20 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::endcode |
Definition at line 17 of file SysProcStat.h.
int Gaudi::SysProcStat::exit_signal |
Definition at line 16 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::flags |
Definition at line 17 of file SysProcStat.h.
long int Gaudi::SysProcStat::itrealvalue |
Definition at line 20 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::kstkeip |
Definition at line 17 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::kstkesp |
Definition at line 17 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::majflt |
Definition at line 17 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::minflt |
Definition at line 17 of file SysProcStat.h.
long int Gaudi::SysProcStat::nice |
Definition at line 20 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::nswap |
Definition at line 17 of file SysProcStat.h.
long int Gaudi::SysProcStat::num_threads |
Definition at line 20 of file SysProcStat.h.
int Gaudi::SysProcStat::pgrp |
Definition at line 16 of file SysProcStat.h.
int Gaudi::SysProcStat::pid |
Definition at line 16 of file SysProcStat.h.
int Gaudi::SysProcStat::ppid |
Definition at line 16 of file SysProcStat.h.
long int Gaudi::SysProcStat::priority |
Definition at line 20 of file SysProcStat.h.
int Gaudi::SysProcStat::processor |
Definition at line 16 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::rlim |
Definition at line 17 of file SysProcStat.h.
long int Gaudi::SysProcStat::rss |
Definition at line 20 of file SysProcStat.h.
int Gaudi::SysProcStat::session |
Definition at line 16 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::sigcatch |
Definition at line 17 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::sigingore |
Definition at line 17 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::signal |
Definition at line 17 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::startcode |
Definition at line 17 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::startime |
Definition at line 17 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::startstack |
Definition at line 17 of file SysProcStat.h.
char Gaudi::SysProcStat::state |
Definition at line 21 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::stime |
Definition at line 17 of file SysProcStat.h.
long Gaudi::SysProcStat::time |
Definition at line 23 of file SysProcStat.h.
int Gaudi::SysProcStat::tpgid |
Definition at line 16 of file SysProcStat.h.
int Gaudi::SysProcStat::tty_nr |
Definition at line 16 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::utime |
Definition at line 17 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::vsize |
Definition at line 17 of file SysProcStat.h.
long unsigned Gaudi::SysProcStat::wchan |
Definition at line 17 of file SysProcStat.h.