Search Result
Collapse
16 results in 0.0019 seconds.
Keywords
Members
Tags
-
ESXi CPU and Memory information
I have been researching for a few days now but still unable to find a solution that works. I am running Zabbix 6.4.5 and monitoring 3 ESXi 6.5 servers, the only thing I am able to get is network interface information but need to get CPU and Memory utilization. I have followed the instructions for making... -
Data collection mechanism of High CPU Utilization for Linux server
I want to know the mechanism of data collection of High CPU utilization.
How does the item key "system.cpu.util" is collecting the data in Linux ?
What is the source of the data collection of High CPU utilization in Linux ?
Based on what metrics the CPU calculation is done... -
Zabbix Agent 2 causing high CPU usage
I have a Win 2012 R2 running Zabbix Agent 2 version 6.2.5.
The server has low resources and everyday it reaches 100% CPU utilization due to Zabbix Agent using most of the CPU.
By restarting the Agent, everything gets back to normal, but, a day later, the CPU goes back to 100% and... -
How to get % CPU usage by process - Windows
Hi all,
Its my first time on Zabbix, so theres a newbie here.
I'm trying to get % CPU utilization of some specific processes - i.e. sqlservr.exe
After some researchs on web, the perf counter below would be the best choice:
perf_counter["\Process(sqlservr)\%... -
Round number to N decimal places..
Hi,
please can you help me how can I round the number to N decimal places that I get from the item CPU utilization, that I dont have there too many decimal places (need 2)?
I have tried using preprocesing in and the java with functions: string.format(), decimalformat() but... -
Problems with CPU utilization widget..
Hi,
i use the newest Zabbix 6.2.1 and use the CPU utilization widget.
I try to have there top 6 from all hosts that I have but have problems with it. I see there only Zabbix server and top Win hosts, but other linux not even I let in the settings hosts or group of hosts free...Last edited by Alfista; 17-08-2022, 09:11. -
CPU utilization in negative numebrs...
Hi,
I have instaled a latest relase 6.2 of Zabbox and have some issues with the item CPU utilization.
On all hosts is it OK, but I dont know why on the Dell EMC Isilon storage with standard Linux SNMP Template I get negative CPU utilization results.
Please is possible... -
Adding performance counters failed
Hello,
Im having a problem with the Zabbix Agent adding the performance counters on Windows Servers for the CPU utilization.
We are using Zabbix Version 5.4 and Agent 2 Version 5.4.2.
When using an older agent like 5.0, the performance counters can be added and... -
vamshi_pulluri started a topic Retrieve CPU load, CPU utilization, Memory utilization, Disk space usage frm Mysql DBin Zabbix HelpRetrieve CPU load, CPU utilization, Memory utilization, Disk space usage frm Mysql DB
I am using Zabbix 4.0 with Mysql database. After reading many posts and literature, I realized that Zabbix monitors data related to different metrics. I am doing a project in which I have to create a Machine Learning model from the monitored data. To create the Machine Learning model I need data related...Last edited by vamshi_pulluri; 20-03-2019, 10:17. Reason: Zabbix, Mysql DB, Data retrieval, CPU utilization -
Top 5 CPU and Memory consuming process
hello folks,
I have CPU and Memory monitoring enabled on all my servers, now I need to know the TOP 'n' Processes's that are consuming along with CPU and memory Alert.
If any of you genius has done it, please share with me your experience.
looking forward... -
Получение данных system.cpu.util[] в embedded linux
Поставил zabbix-agent на embedded linux 3.14, получаю с него некоторые данные.... -
Zabbix 3.0 system.cpu.util trigger windows
Hello,
I am monitoring my windows laptop for testing purposes. I am using the latest Zabbix 3.0.1 version and the agent is also the newest one. I am getting the data from Templates so all my configurations should be correct.
I want the trigger to alert if CPU utilization... -
CPU and Memory monitoring via SNMP
Hi All,
I have just deployed Zabbix as a replacement of Zennos Core since despite being very flexible Zennos has also proven to be unnecessarily hard to use for the task at hand here.
I have been working my way through Zabbix and building the required logic to monitor my... -
API usage to get CPU, Memory, and Disk Usage
I am creating a JAVA web application to create a quick dashboard to show data for over a hundred different servers that are all monitored by Zabbix. I am trying to use the 2.2 API to get information about CPU, memory, and hard disk utilization but can't seem to find good documentation to do so. I have...