Xymon Mailing List Archive search

xymond_channel consuming a lot of CPU?

list Jeremy Laidman
Sat, 4 Jan 2014 02:18:46 +1100
Message-Id: <user-994409303d80@xymon.invalid>

On 31 December 2013 02:10, Diep, David (OCTO-Contractor)
<user-ca44d68fd6e2@xymon.invalid>wrote:
Would I just execute the strace like so:

 strace ./xymon.sh
No, find the PID of the process, and specify with "-p", like so:

strace -p 24914

J