High Server load #12075
-
Hello community, I am a newby for Security Onion. I am testing Security Onion 2.4.30 under single Proxmox host with 2x E5-2430L v3 (20M Cache, 1.80 GHz), 256Gb RAM and Raid5 SSD Crucial MX500 with 5 disks. The Manager Node & Search node has 12 cores / 64 Gb Ram. Both have java heapsize of 16Gb (InfluxDB shows the use percent flows under 12Gb). Logstash has 4Gb of heap. The sensor node has 6 cores / 16Gb. All have 400Gb of hardisk space. I added to fleet around 20 linux machines which I use for hosting my personal websites / mail / Proxmox etc. The linux VMs other than SO are very idle in terms of load and network. InfluxDB shows iodelay as 0.0%. Playbook is on. I did different combinations of heap size, CPU, total memory etc. but I am not able to lower the server load increasing to 16-18 within 2 days after I turn on the SO VMs . The SO VMs seems to utilize only 50-60% CPU on average. What am I missing? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Which server load are you referring to? The Proxmox host? |
Beta Was this translation helpful? Give feedback.
Yes, enabling lots of plays in Playbook will generate lots of Elasticsearch queries. Specifically, did you enable the
Malicious Nishang PowerShell Commandlets
play or anyexperimental
plays?From https://docs.securityonion.net/en/2.4/playbook.html#putting-a-play-into-production:
Performance testing is still ongoin…