Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-09-14 13:32, Carlos E. R. wrote:
On 2012-09-14 13:27, Otto Rodusek wrote:
This version has support for "64bit Atomic operations supported: Yes" whilst the 12.1 version does not - maybe that's where this issue lies as both my live and test servers are 64 bit, and hence I don't see the problem on the test server whilst I do on the live server. (It could also be because the load on the test server is minimal vs the live server - go figure!!)
You can use the command "logger" inside a loop in a script to send hundreds of messages and load it.
#!/bin/bash
for((i=0;i<5000;i++)) do /bin/logger -p local3.debug -t testlog "Message test $i" done
Then run "time testlog". 5000 messages in 4 seconds. My limit is currently:
$SystemLogRateLimitInterval 5 $SystemLogRateLimitBurst 2000
so it should trigger, and it doesn't :-?
Probably because each call to /bin/logger is a new process. -- Per Jessen, Zürich (14.7°C) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org