hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::drce::drce_json_message_const Namespace Reference

Variables

const std::string sessionType = "type"
const std::string port = "port"
const std::string userName = "user"
const std::string userPassword = "password"
const std::string shellName = "shell"
const std::string environment = "environment"
const std::string homeDir = "home_directory"
const std::string timeout = "timeout"
const std::string tmode = "tmode"
const std::string timeMax = "time_max"
const std::string cleanup = "cleanup"
const std::string procMax = "proc_max"
const std::string threadsMax = "threads_max"
const std::string cpuMax = "cpu_max"
const std::string iowaitMax = "iowait_max"
const std::string vramFree = "vram_free"
const std::string vramFreeMin = "vram_free_min"
const std::string rramFree = "rram_free"
const std::string rramFreeMin = "rram_free_min"
const std::string diskFree = "disk_free"
const std::string diskFreeMin = "disk_free_min"
const std::string iowaitUsageMax = "iowait_usage_max"
const std::string vramUsageMax = "vram_usage_max"
const std::string rramUsageMax = "rram_usage_max"
const std::string diskUsageMax = "disk_usage_max"
const std::string diskUsageMaxBytes = "disk_usage_max_bytes"
const std::string fileName = "name"
const std::string fileData = "data"
const std::string actionTypeMask = "action"
const std::string requestType = "type"
const std::string requestData = "data"
const std::string requestId = "id"
const std::string subtasksArray = "subtasks"
const std::string sessionOptions = "session"
const std::string commandLine = "command"
const std::string inputStream = "input"
const std::string resourceLimits = "limits"
const std::string checkType = "type"
const std::string fetchType = "type"
const std::string algorithmType = "alg"
const std::string delayValue = "delay"
const std::string repeatValue = "repeat"
const std::string signalValue = "signal"
const std::string errorCode = "error_code"
const std::string errorMessage = "error_message"
const std::string state = "state"
const std::string pid = "pid"
const std::string responseBody = "data"
const std::string elapsedTime = "time"
const std::string nodeHost = "host"
const std::string nodePort = "port"
const std::string stdoutStream = "stdout"
const std::string stderrStream = "stderror"
const std::string filesArray = "files"
const std::string nodeName = "node"
const std::string time = "time"
const std::string exitStatus = "exit_status"
const std::string fields = "fields"
const std::string id = "id"
const std::string sdate = "sdate"
const std::string taskId = "id"
const std::string info = "info"
const std::string modified = "modified"
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 MIN = "min"
const std::string AVG = "avg"
const std::string MAX = "max"
const std::string STAT_DELIMITER = "_"
const std::string TIME_ASYNC_TASK = "time_async_task"
const std::string TIME_SYNC_TASK = "time_sync_task"
const std::string SIZE_INPUT_BUFFER_SYNC_TASKS = "size_input_buffer_sync_tasks"
const std::string SIZE_OUTPUT_BUFFER_SYNC_TASKS = "size_output_buffer_sync_tasks"
const std::string SIZE_INPUT_BUFFER_ASYNC_TASKS = "size_input_buffer_async_tasks"
const std::string SIZE_OUTPUT_BUFFER_ASYNC_TASKS = "size_output_buffer_async_tasks"
const std::string CPU_USAGE_ASYNC_TASKS = "cpu_usage_async_tasks"
const std::string MEMORY_USAGE_ASYNC_TASKS = "memory_usage_async_tasks"
const std::string COUNT_SYNC_TASKS_FOR_MINUTE = "count_sync_tasks_for_minute"
const std::string COUNT_ASYNC_TASKS_FOR_MINUTE = "count_async_tasks_for_minute"
const std::string COUNT_SYNC_TASKS = "count_sync_tasks"
const std::string COUNT_ASYNC_TASKS = "count_async_tasks"
const std::string COUNT_SYNC_TASKS_FAIL = "count_sync_tasks_fail"
const std::string COUNT_ASYNC_TASKS_FAIL = "count_async_tasks_fail"
const std::string TIME_ASYNC_TASK_COUNT = "time_async_task_count"
const std::string TIME_SYNC_TASK_COUNT = "time_sync_task_count"
const std::string SIZE_INPUT_BUFFER_SYNC_TASKS_COUNT = "size_input_buffer_sync_tasks_count"
const std::string SIZE_OUTPUT_BUFFER_SYNC_TASKS_COUNT = "size_output_buffer_sync_tasks_count"
const std::string SIZE_INPUT_BUFFER_ASYNC_TASKS_COUNT = "size_input_buffer_async_tasks_count"
const std::string SIZE_OUTPUT_BUFFER_ASYNC_TASKS_COUNT = "size_output_buffer_async_tasks_count"
const std::string CPU_USAGE_ASYNC_TASKS_COUNT = "cpu_usage_async_tasks_count"
const std::string MEMORY_USAGE_ASYNC_TASKS_COUNT = "memory_usage_async_tasks_count"
const std::string COUNT_SYNC_TASKS_FOR_MINUTE_COUNT = "count_sync_tasks_for_minute_count"
const std::string COUNT_ASYNC_TASKS_FOR_MINUTE_COUNT = "count_async_tasks_for_minute_count"

Variable Documentation

const std::string HCE::drce::drce_json_message_const::actionTypeMask = "action"

Definition at line 57 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::algorithmType = "alg"

Definition at line 73 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::AVG = "avg"

Definition at line 112 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::checkType = "type"

Definition at line 69 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::cleanup = "cleanup"

Definition at line 37 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::commandLine = "command"

Definition at line 65 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::COUNT_ASYNC_TASKS = "count_async_tasks"

Definition at line 127 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::COUNT_ASYNC_TASKS_FAIL = "count_async_tasks_fail"

Definition at line 129 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::COUNT_ASYNC_TASKS_FOR_MINUTE = "count_async_tasks_for_minute"

Definition at line 125 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::COUNT_ASYNC_TASKS_FOR_MINUTE_COUNT = "count_async_tasks_for_minute_count"

Definition at line 140 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::COUNT_SYNC_TASKS = "count_sync_tasks"

Definition at line 126 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::COUNT_SYNC_TASKS_FAIL = "count_sync_tasks_fail"

Definition at line 128 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::COUNT_SYNC_TASKS_FOR_MINUTE = "count_sync_tasks_for_minute"

Definition at line 124 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::COUNT_SYNC_TASKS_FOR_MINUTE_COUNT = "count_sync_tasks_for_minute_count"

Definition at line 139 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::CPU = "CPU"

Definition at line 102 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::CPU_USAGE_ASYNC_TASKS = "cpu_usage_async_tasks"

Definition at line 122 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::CPU_USAGE_ASYNC_TASKS_COUNT = "cpu_usage_async_tasks_count"

Definition at line 137 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::cpuMax = "cpu_max"

Definition at line 41 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::delayValue = "delay"

Definition at line 74 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::DISK = "DISK"

Definition at line 106 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::diskFree = "disk_free"

Definition at line 47 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::diskFreeMin = "disk_free_min"

Definition at line 48 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::diskUsageMax = "disk_usage_max"

Definition at line 52 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::diskUsageMaxBytes = "disk_usage_max_bytes"

Definition at line 53 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::elapsedTime = "time"

Definition at line 83 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::environment = "environment"

Definition at line 32 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::errorCode = "error_code"

Definition at line 78 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::errorMessage = "error_message"

Definition at line 79 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::exitStatus = "exit_status"

Definition at line 92 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::fetchType = "type"

Definition at line 71 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::fields = "fields"

Definition at line 93 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::fileData = "data"

Definition at line 56 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::fileName = "name"

Definition at line 55 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::filesArray = "files"

Definition at line 89 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::homeDir = "home_directory"

Definition at line 33 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::id = "id"

Definition at line 95 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::info = "info"

Definition at line 99 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::inputStream = "input"

Definition at line 66 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::IOWAIT = "IOWAIT"

Definition at line 103 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::iowaitMax = "iowait_max"

Definition at line 42 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::iowaitUsageMax = "iowait_usage_max"

Definition at line 49 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::LOADAVG = "LOADAVG"

Definition at line 109 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::MAX = "max"

Definition at line 113 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::MEMORY_USAGE_ASYNC_TASKS = "memory_usage_async_tasks"

Definition at line 123 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::MEMORY_USAGE_ASYNC_TASKS_COUNT = "memory_usage_async_tasks_count"

Definition at line 138 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::MIN = "min"

Definition at line 111 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::modified = "modified"

Definition at line 100 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::nodeHost = "host"

Definition at line 84 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::nodeName = "node"

Definition at line 90 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::nodePort = "port"

Definition at line 85 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::pid = "pid"

Definition at line 81 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::port = "port"

Definition at line 28 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::PROCESSES = "PROCESSES"

Definition at line 107 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::procMax = "proc_max"

Definition at line 39 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::repeatValue = "repeat"

Definition at line 75 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::requestData = "data"

Definition at line 60 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::requestId = "id"

Definition at line 61 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::requestType = "type"

Definition at line 59 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::resourceLimits = "limits"

Definition at line 67 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::responseBody = "data"

Definition at line 82 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::RRAM = "RRAM"

Definition at line 105 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::rramFree = "rram_free"

Definition at line 45 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::rramFreeMin = "rram_free_min"

Definition at line 46 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::rramUsageMax = "rram_usage_max"

Definition at line 51 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::sdate = "sdate"

Definition at line 96 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::sessionOptions = "session"

Definition at line 64 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::sessionType = "type"

Definition at line 27 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::shellName = "shell"

Definition at line 31 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::signalValue = "signal"

Definition at line 76 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::SIZE_INPUT_BUFFER_ASYNC_TASKS = "size_input_buffer_async_tasks"

Definition at line 120 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::SIZE_INPUT_BUFFER_ASYNC_TASKS_COUNT = "size_input_buffer_async_tasks_count"

Definition at line 135 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::SIZE_INPUT_BUFFER_SYNC_TASKS = "size_input_buffer_sync_tasks"

Definition at line 118 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::SIZE_INPUT_BUFFER_SYNC_TASKS_COUNT = "size_input_buffer_sync_tasks_count"

Definition at line 133 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::SIZE_OUTPUT_BUFFER_ASYNC_TASKS = "size_output_buffer_async_tasks"

Definition at line 121 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::SIZE_OUTPUT_BUFFER_ASYNC_TASKS_COUNT = "size_output_buffer_async_tasks_count"

Definition at line 136 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::SIZE_OUTPUT_BUFFER_SYNC_TASKS = "size_output_buffer_sync_tasks"

Definition at line 119 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::SIZE_OUTPUT_BUFFER_SYNC_TASKS_COUNT = "size_output_buffer_sync_tasks_count"

Definition at line 134 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::STAT_DELIMITER = "_"

Definition at line 114 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::state = "state"

Definition at line 80 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::stderrStream = "stderror"

Definition at line 88 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::stdoutStream = "stdout"

Definition at line 87 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::subtasksArray = "subtasks"

Definition at line 62 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::taskId = "id"

Definition at line 98 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::THREADS = "THREADS"

Definition at line 108 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::threadsMax = "threads_max"

Definition at line 40 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::time = "time"

Definition at line 91 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::TIME_ASYNC_TASK = "time_async_task"

Definition at line 116 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::TIME_ASYNC_TASK_COUNT = "time_async_task_count"

Definition at line 131 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::TIME_SYNC_TASK = "time_sync_task"

Definition at line 117 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::TIME_SYNC_TASK_COUNT = "time_sync_task_count"

Definition at line 132 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::timeMax = "time_max"

Definition at line 36 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::timeout = "timeout"

Definition at line 34 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::tmode = "tmode"

Definition at line 35 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::userName = "user"

Definition at line 29 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::userPassword = "password"

Definition at line 30 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::VRAM = "VRAM"

Definition at line 104 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::vramFree = "vram_free"

Definition at line 43 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::vramFreeMin = "vram_free_min"

Definition at line 44 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::vramUsageMax = "vram_usage_max"

Definition at line 50 of file DRCEJsonMessageConst.hpp.