A few days ago the alarm system frequently reported checkpoint firewall cpu0,cpu1 utilization rate of up to 95%. Login Checkpoint command line
Expert mode Use the "top" command to see a "monitored" process that consumes CPU
Check it out. The related documents are mainly /var/log/db/var/log/db files up to more than 700 m
The official processing methods are as follows:
=========================================================================================================
Tellpmprocess:monitord
This command is used to pause the monitored process
Cp/var/log/db/var/log/db_original
Backing up the DB to Db_orignal
sqlite3/var/log/db
VACUUM;
. exit
TELLPM Process:monitord T
Start the monitored process
But after the implementation of the effect is not very good, the original db size of more than 700 m, after the execution became 700M
You can use ls-lh/var/log/db* to view the size of the DB
========================================================================================================
Find another solution on the web, directly back up the entire DB file, wait for the system to regenerate
Tellpmprocess:monitord
This command is used to pause the monitored process
Mv/var/log/db/var/log/db_original
back up db to db_orignal and delete the original db file
TELLPM Process:monitord T
Start the monitored process
Wait a few minutes after execution the system rebuilds the DB file and the entire CPU load drops
You can use the following command to view the status of the monitored process
PS Auxwww | grep Monitord
=============================================================
This article is from the "7995400" blog, please be sure to keep this source http://8005400.blog.51cto.com/7995400/1871085
Checkpoint Firewall CPU High alarm