Source
/*
** Copyright (C) 2001-2025 Zabbix SIA
**
** This program is free software: you can redistribute it and/or modify it under the terms of
** the GNU Affero General Public License as published by the Free Software Foundation, version 3.
**
** This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
** without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
** See the GNU Affero General Public License for more details.
**
** You should have received a copy of the GNU Affero General Public License along with this program.
** If not, see <https://www.gnu.org/licenses/>.
**/
/* Solaris */
typedef struct
{
ZBX_CPUS_STAT_DATA cpus;
int diskstat_shmid;
zbx_dshm_t procstat;
ZBX_VMSTAT_DATA vmstat;
ZBX_CPUS_UTIL_DATA_AIX cpus_phys_util;
zbx_kstat_t kstat;
}
zbx_collector_data;
int cpu_collector_started(void);
zbx_collector_data *get_collector(void);
zbx_diskdevices_data *get_diskdevices(void);
int diskdevice_collector_started(void);
void stats_lock_diskstats(void);
void stats_unlock_diskstats(void);