16 #ifndef ALICEO2_MONITORING_PROCESSDETAILS_H 17 #define ALICEO2_MONITORING_PROCESSDETAILS_H 35 unsigned int getPid()
const;
48 std::string mHostname;
51 std::string mProcessName;
57 void generateProcessName();
60 void generateHostname();
66 #endif // ALICEO2_MONITORING_PROCESSDETAILS_H
Collects process and machine related details such as PID, process name, hostname. ...
Definition: ProcessDetails.h:28
std::string getProcessName() const
Process name getter.
Definition: ProcessDetails.cxx:79
std::string getHostname() const
Hostname getter.
Definition: ProcessDetails.cxx:84
ProcessDetails()
Generates all data.
Definition: ProcessDetails.cxx:30
unsigned int getPid() const
PID getter.
Definition: ProcessDetails.cxx:74