Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2020-05-15 01:32:09 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2020-05-15 01:37:27 +0300
commit5ac71244c018842cc51f205a69a0243f93199326 (patch)
tree3b2d3e185678002ad65caacb496bedd2cc091de5 /include/sysinfo.h
parent5cca80d8801f8c82b9be2722738dd8170cf14cd8 (diff)
...G...... [ZBXNEXT-1839] added LLD for perf_counter
* commit '776fb0b127d18e5836cc7b304836148ef394e527': ...G...... [ZBXNEXT-1839] fixed to get object indices from registry ...G...... [ZBXNEXT-1839] added length check ...G...... [ZBXNEXT-1839] fixed to accept objects English names case insensitive ...G...... [ZBXNEXT-1839] code formatting ...G...... [ZBXNEXT-1839] fixed deadlock ...G...... [ZBXNEXT-1839] fixed memory leak ...G...... [ZBXNEXT-1839] removed object index ...G...... [ZBXNEXT-1839] changed instance duplication check ...G...... [ZBXNEXT-1839] fixed memory leak ...G...... [ZBXNEXT-1839] fixed loc_name size ...G...... [ZBXNEXT-1839] fixed object_num reset ...G...... [ZBXNEXT-1839] code formatting ...G...... [ZBXNEXT-1839] renamed key to perf_instance.discovery ...G...... [ZBXNEXT-1839] added throttling ...G...... [ZBXNEXT-1839] fixed compilation error ...G...... [ZBXNEXT-1839] changed key name to perf_instance.get ...G...... [ZBXNEXT-1839] changed to use PdhEnumObjects to get object list ...G...... [ZBXNEXT-1839] added LLD for perf_counter (cherry picked from commit 727a8a3303694ce77724dfbc8902a24d5a0adf00)
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index 635a8421441..c6eeb1b6897 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -289,6 +289,8 @@ int VM_MEMORY_SIZE(AGENT_REQUEST *request, AGENT_RESULT *result);
int USER_PERF_COUNTER(AGENT_REQUEST *request, AGENT_RESULT *result);
int PERF_COUNTER(AGENT_REQUEST *request, AGENT_RESULT *result);
int PERF_COUNTER_EN(AGENT_REQUEST *request, AGENT_RESULT *result);
+int PERF_INSTANCE_DISCOVERY(AGENT_REQUEST *request, AGENT_RESULT *result);
+int PERF_INSTANCE_DISCOVERY_EN(AGENT_REQUEST *request, AGENT_RESULT *result);
int SERVICE_DISCOVERY(AGENT_REQUEST *request, AGENT_RESULT *result);
int SERVICE_INFO(AGENT_REQUEST *request, AGENT_RESULT *result);
int SERVICE_STATE(AGENT_REQUEST *request, AGENT_RESULT *result);