16 Sep
2012
16 Sep
'12
05:06
On 14/09/12 08:45, Carlos E. R. wrote:
#!/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:
see also systemd-cat(1) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org