summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-01-31 04:36:39 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-01-31 04:36:39 +0000
commitf42fa13f971ebe66a855f3520b0199c76db0f6ad (patch)
tree1f34614c97765d8272a2632c3c2fd89c30dc6ff9 /usr/local/sbin
parentd18d121f745123f59daeda0242d839243c0b9fb6 (diff)
downloadpfsense-f42fa13f971ebe66a855f3520b0199c76db0f6ad.zip
pfsense-f42fa13f971ebe66a855f3520b0199c76db0f6ad.tar.gz
Lower threshold to 86. Noticed a scenario where slbd was chewing up
roughtly 91% of the cpu.
Diffstat (limited to 'usr/local/sbin')
-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