how can I monitor messages queue
How can I monitor de message queue ??
I have make a little script, but 1 second is too big , is there any other tool that allow me to monitor more fine??
while true
do
ipcs -qo
sleep 1
done
0
How can I monitor de message queue ??
I have make a little script, but 1 second is too big , is there any other tool that allow me to monitor more fine??
while true
do
ipcs -qo
sleep 1
done