performance stats help.
Jonas Maebe
jonas.maebe at elis.ugent.be
Thu May 11 19:20:03 CEST 2006
On 11 mei 2006, at 19:07, Jonas Bosson wrote:
> Any ideas on how to find what process writes this much data to what
> file(s)?
The only things a colleague of mine and I can think of are:
a) attach strace to processes (you can filter only the write calls
out if you want) until you find the one responsible
b) send SIGSTOP to processes. If the writing stops, you know it's
somehow in involved (but not necessarily responsible, since it may be
something which is called/triggered by this process)
Jonas
More information about the Gauss-parl
mailing list