Ad Widget
Collapse
Win Agent 2.2 64bit 100% CPU on Win 2008 R2 SP1
Collapse
X
-
Try to get these keys value from zabbix server one by one using a zabbix_get tool.
And watch on the CPU.
Are you sure that CPU problem appear exactly after you link the 'Template Windows Baseline' to the win host ?Comment
-
Now they are available to download. See "bin" folder inside archive.After 2.2.0 release, these changes were made to windows agent:
(is it time to advertise the websvn ?
)
Unfortunately, there no compiled agent available.
I'll ask to compile it tomorrow and it will be available here http://www.zabbix.com/developers.php in Pre-2.2.1rc1 (stable)
I'll let you know when it will be available.Comment
-
So I got my 2008 R2 SP1 test box today. I used the original 2.2.0 agent for testing. My test box is a VM with only 2vCPU's and 4GB of memory.
I am not seeing the same issues as you guys reported. The only brief spike I saw was when I added the item in for System log monitoring as shown below.Last edited by tchjts1; 21-11-2013, 21:27.Comment
-
I'm having the same issues with the 2.2.0 agent (2.2.1 server) on Windows 2008 servers. We were having performance issues with eventlog gathering to the Zabbix server, so I configured a new template that can filter the events at the source rather than on the Zabbix server.
So I create a template with the following entries:
Application Log eventlog[Application,,"Critical|Error|Warning"]
Directory Service Log eventlog[Directory Service,,"Critical|Error|Warning"]
File Replication Service Log eventlog[File Replication Service,,"Critical|Error|Warning"]
Security Log - Failure Audit eventlog[Security,,"Failure Audit"]
System Log eventlog[System,,"Critical|Error|Warning"]
And one (or many) of those triggered a 100% CPU spike on my servers. I'm not quite sure which one yet, I'll be investigating. Disabling the checks and restarting the Zabbix Service would immediately fix it.
Note the the CPU usage was from a svchost.exe process. This specific process according to Process Explorer hosts three services:
- DHCP client
- Windows Event Log
- TCP/IP NetBIOS Helper
I strongly suspect the Windows Event Log service is the one causing the issue here.Comment
-
Please check the same on agent version 2.2.1
You can take it on http://www.zabbix.com/developers.php (I mentioned above)
Unfortunately it's not available currently on http://www.zabbix.com/download.phpComment
-
I upgraded to server 2.2.1 using the download and from there used the agents (2.2.1).
Problem solved.Comment
Comment