Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!eru!luth!sunic!tut!santra!santra!sja From: sja@sirius.hut.fi (Sakari Jalovaara) Newsgroups: comp.unix.questions Subject: Re: Counting files created in /tmp Message-ID: Date: 2 Feb 90 16:50:28 GMT References: <5423.25c5bd70@elroy.uh.edu> <1990Jan31.073345.19061@athena.mit.edu> Sender: news@santra.uucp (Cnews - USENET news system) Organization: Helsinki University of Technology Lines: 13 In-Reply-To: jik@athena.mit.edu's message of 31 Jan 90 07:33:45 GMT >> how many files get created in the /tmp subdirectory > modify the Unix kernel Weell, you could write a user-level NFS server that gathers statistics and mount /tmp using the server. Ok, easier: NFS mount /tmp and write a program that monitors network traffic and interprets any NFS packets that reference /tmp. Not easy but possible... unless, of course, the local kernel caches creat/unlink NFS requests. Back to the drawing board? ++sja