Nxlog CE 3.0.2272 - High CPU Usage
Hi everyone
After the update of the Nxlog community to the last version(3.0.2272) the consumption of CPU had a huge increase. The configuration basic work over the im_file module.
<Input fake>
Module        im_file
File        "C:\fakedir\logs\fake_file*"
SavePos      TRUE
Exec        if $raw_event =~ /^#/ drop();                    
else                                             
{                                                
w3c->parse_csv();                            
$EventTime = parsedate($date + " " + $time); 
$Message = to_json();                         
}
</Input>
Is there someone that had the same issue with this version?
Hi everyone
After the update of the Nxlog community to the last version(3.0.2272) the consumption of CPU had a huge increase. The configuration basic work over the im_file module.
<Input fake>
Module        im_file
File        "C:\fakedir\logs\fake_file*"
SavePos      TRUE
Exec        if $raw_event =~ /^#/ drop();                    
else                                             
{                                                
w3c->parse_csv();                            
$EventTime = parsedate($date + " " + $time); 
$Message = to_json();                         
}
</Input>
Is there someone that had the same issue with this version?
Yes, I have that issue too. Have a look at: https://nxlog.co/question/7974/nxlog-ce-3022-memory-leak-211-download Which Windows (Server) Version are you running NXLog on?
