hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
Variables | |
const std::string | moduleName = "DRCE" |
const std::string | dataFileExt = "data" |
const std::string | requestFileExt = "req" |
const std::string | dumpFileName = "queue.dump" |
const std::string | taskPrefix = "TASK_" |
const std::string | hostPrefix = "HOST_" |
const std::string | cpu = "CPU" |
const std::string | iowait = "IOWAIT" |
const std::string | vram = "VRAM" |
const std::string | rram = "RRAM" |
const std::string | disk = "DISK" |
const std::string | processes = "PROCESSES" |
const std::string | threads = "THREADS" |
const std::string | loadavg = "LOADAVG" |
const std::string | taskCpu = taskPrefix+cpu |
const std::string | taskVram = taskPrefix+vram |
const std::string | taskRram = taskPrefix+rram |
const std::string | taskThreads = taskPrefix+threads |
const std::string | hostCpu = hostPrefix+cpu |
const std::string | hostIowait = hostPrefix+iowait |
const std::string | hostVram = hostPrefix+vram |
const std::string | hostRram = hostPrefix+rram |
const std::string | hostDisk = hostPrefix+disk |
const std::string | hostProcesses = hostPrefix+processes |
const std::string | hostThreads = hostPrefix+threads |
const std::string | hostLoadAverage = hostPrefix+loadavg |
const std::string | DRCE_TASKS_LOGGER = "DRCEFO-Tasks" |
const std::string | DRCE_TASKS_LOGGER_DELIMITER = " - " |
const std::string | DRCE_TASKS_LOGGER_CREATED = "C" |
const std::string | DRCE_TASKS_LOGGER_DELETED = "D" |
const unsigned int | EXIT_STATUS_BASE = 128 |
const unsigned int | REPEAT_TRY_READ_DATA_FILE = 5 |
const std::string HCE::drce::drce_const::cpu = "CPU" |
Definition at line 290 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::dataFileExt = "data" |
Definition at line 283 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::disk = "DISK" |
Definition at line 294 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::DRCE_TASKS_LOGGER = "DRCEFO-Tasks" |
Definition at line 312 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::DRCE_TASKS_LOGGER_CREATED = "C" |
Definition at line 314 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::DRCE_TASKS_LOGGER_DELETED = "D" |
Definition at line 315 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::DRCE_TASKS_LOGGER_DELIMITER = " - " |
Definition at line 313 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::dumpFileName = "queue.dump" |
Definition at line 285 of file DRCEMessageConst.hpp.
const unsigned int HCE::drce::drce_const::EXIT_STATUS_BASE = 128 |
Definition at line 317 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::hostCpu = hostPrefix+cpu |
Definition at line 303 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::hostDisk = hostPrefix+disk |
Definition at line 307 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::hostIowait = hostPrefix+iowait |
Definition at line 304 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::hostLoadAverage = hostPrefix+loadavg |
Definition at line 310 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::hostPrefix = "HOST_" |
Definition at line 288 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::hostProcesses = hostPrefix+processes |
Definition at line 308 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::hostRram = hostPrefix+rram |
Definition at line 306 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::hostThreads = hostPrefix+threads |
Definition at line 309 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::hostVram = hostPrefix+vram |
Definition at line 305 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::iowait = "IOWAIT" |
Definition at line 291 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::loadavg = "LOADAVG" |
Definition at line 297 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::moduleName = "DRCE" |
Definition at line 282 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::processes = "PROCESSES" |
Definition at line 295 of file DRCEMessageConst.hpp.
const unsigned int HCE::drce::drce_const::REPEAT_TRY_READ_DATA_FILE = 5 |
Definition at line 318 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::requestFileExt = "req" |
Definition at line 284 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::rram = "RRAM" |
Definition at line 293 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::taskCpu = taskPrefix+cpu |
Definition at line 299 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::taskPrefix = "TASK_" |
Definition at line 287 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::taskRram = taskPrefix+rram |
Definition at line 301 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::taskThreads = taskPrefix+threads |
Definition at line 302 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::taskVram = taskPrefix+vram |
Definition at line 300 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::threads = "THREADS" |
Definition at line 296 of file DRCEMessageConst.hpp.
const std::string HCE::drce::drce_const::vram = "VRAM" |
Definition at line 292 of file DRCEMessageConst.hpp.