Revision f42fa13f
Added by Scott Ullrich over 17 years ago
usr/local/sbin/reset_slbd.sh | ||
---|---|---|
2 | 2 |
|
3 | 3 |
for items in `ps auxcwwl | awk '/slbd/{print $3}'|awk -F"." '{print $1}'` |
4 | 4 |
do |
5 |
if [ "$items" -gt "99" ]; then
|
|
5 |
if [ "$items" -gt "86" ]; then
|
|
6 | 6 |
killall slbd |
7 | 7 |
sleep 2 |
8 | 8 |
killall -9 slbd |
Also available in: Unified diff
Lower threshold to 86. Noticed a scenario where slbd was chewing up
roughtly 91% of the cpu.