summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-01-31 04:36:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-01-31 04:36:45 +0000
commit2eaa947d175f5c6738a4836854ee028bf144b04b (patch)
tree3c55e8430579eceadc99c3e285234c2fc32bf802
parent0e7fe2ade720b539a48d3dcc5d5517066af8cf31 (diff)
downloadpfsense-2eaa947d175f5c6738a4836854ee028bf144b04b.zip
pfsense-2eaa947d175f5c6738a4836854ee028bf144b04b.tar.gz
Lower threshold to 86. Noticed a scenario where slbd was chewing up
roughtly 91% of the cpu.
-rwxr-xr-xusr/local/sbin/reset_slbd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/sbin/reset_slbd.sh b/usr/local/sbin/reset_slbd.sh
index a15f52d..72ad638 100755
--- a/usr/local/sbin/reset_slbd.sh
+++ b/usr/local/sbin/reset_slbd.sh
@@ -2,7 +2,7 @@
for items in `ps auxcwwl | awk '/slbd/{print $3}'|awk -F"." '{print $1}'`
do
- if [ "$items" -gt "99" ]; then
+ if [ "$items" -gt "86" ]; then
killall slbd
sleep 2
killall -9 slbd
OpenPOWER on IntegriCloud