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:
Diffstat (limited to 'src/libs/zbxself/selfmon.c')
-rw-r--r--src/libs/zbxself/selfmon.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/libs/zbxself/selfmon.c b/src/libs/zbxself/selfmon.c
index b06e0fa2226..a8336e98760 100644
--- a/src/libs/zbxself/selfmon.c
+++ b/src/libs/zbxself/selfmon.c
@@ -128,8 +128,6 @@ extern ZBX_THREAD_LOCAL int process_num;
/******************************************************************************
* *
- * Function: get_process_type_forks *
- * *
* Purpose: Returns number of processes depending on process type *
* *
* Parameters: proc_type - [IN] process type; ZBX_PROCESS_TYPE_* *
@@ -221,8 +219,6 @@ int get_process_type_forks(unsigned char proc_type)
#ifndef _WINDOWS
/******************************************************************************
* *
- * Function: init_selfmon_collector *
- * *
* Purpose: Initialize structures and prepare state *
* for self-monitoring collector *
* *
@@ -294,8 +290,6 @@ out:
/******************************************************************************
* *
- * Function: free_selfmon_collector *
- * *
* Purpose: Free memory allocated for self-monitoring collector *
* *
* Author: Alexander Vladishev *
@@ -322,8 +316,6 @@ void free_selfmon_collector(void)
/******************************************************************************
* *
- * Function: update_selfmon_counter *
- * *
* Parameters: state - [IN] new process state; ZBX_PROCESS_STATE_* *
* *
* Author: Alexander Vladishev *
@@ -393,8 +385,6 @@ void update_selfmon_counter(unsigned char state)
/******************************************************************************
* *
- * Function: collect_selfmon_stats *
- * *
* Author: Alexander Vladishev *
* *
******************************************************************************/
@@ -474,8 +464,6 @@ out:
/******************************************************************************
* *
- * Function: get_selfmon_stats *
- * *
* Purpose: calculate statistics for selected process *
* *
* Parameters: proc_type - [IN] type of process; ZBX_PROCESS_TYPE_* *
@@ -573,8 +561,6 @@ unlock:
/******************************************************************************
* *
- * Function: zbx_get_all_process_stats *
- * *
* Purpose: retrieves internal metrics of all running processes based on *
* process type *
* *
@@ -676,8 +662,6 @@ static int sleep_remains;
/******************************************************************************
* *
- * Function: zbx_sleep_loop *
- * *
* Purpose: sleeping process *
* *
* Parameters: sleeptime - [IN] required sleeptime, in seconds *