Re: monitor file writes

2001-05-11 Thread Xavier Bestel
Le 08 May 2001 06:27:52 +0200, Dennis Bjorklund a écrit : > Is there a way in linux to montior file writes? > > I have something that is writing to the disk every 5:th second (approx.) probably kupdate ... look for noflushd on freshmeat.net and read the docs. Xav - To unsubscribe from this lis

Re: monitor file writes

2001-05-08 Thread Joel Jaeggli
lsof will tell you what files are open and what applications are using them. joelja On Tue, 8 May 2001, Dennis Bjorklund wrote: > Is there a way in linux to montior file writes? > > I have something that is writing to the disk every 5:th second (approx.) > And I don't know what it is.. In windo

Re: monitor file writes

2001-05-07 Thread Rafael Herrera
This may be what you are looking for: http://oss.sgi.com/projects/fam/ -- Rafael - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the

monitor file writes

2001-05-07 Thread Dennis Bjorklund
Is there a way in linux to montior file writes? I have something that is writing to the disk every 5:th second (approx.) And I don't know what it is.. In windows I had a small program called FileMonitor that where quite good in this situation. Is there such a program i linux? If not, is it becau