Actions
Bug #382
closedSuricata uses 100% of CPU on some virtual system
Affected Versions:
Effort:
Difficulty:
Label:
Description
Due to some call to usleep with low value, suricata causes an important load on some virtual system.
The attached patch fixes the issue but should have some severe implication on performance. Thus it only indicate where to look at.
Files
Updated by Peter Manev almost 13 years ago
Eric,
When does this occur? Any specific situation ?
What is your VM setup ? (mem,cpu,os).
Thanks
Updated by Eric Leblond almost 13 years ago
- File 0001-Flow-use-condition-system-instead-of-short-sleep.patch 0001-Flow-use-condition-system-instead-of-short-sleep.patch added
- Status changed from New to Assigned
- % Done changed from 0 to 80
Peter,
The problem can be reproduced on a VirtualBox system (Host is a debian sid).
This is linked with a usleep(10) call in the flow manager. I've proposed a patch to Victor and Anoop which are currently reviewing it. The patch is attached to this comment.
Updated by Anoop Saldanha almost 13 years ago
has the current master fixed this issue?
Updated by Eric Leblond almost 13 years ago
- % Done changed from 80 to 90
Current master does not show the issue on my VM.
Updated by Victor Julien almost 13 years ago
- Status changed from Assigned to Closed
- Target version set to 1.2beta1
- % Done changed from 90 to 100
Actions