Skip navigation.
 
mlRe: File system activity reporter
FROM : Matt Neuburg
DATE : Wed Jun 21 15:54:14 2006

On Tue, 20 Jun 2006 16:14:55 -0700 (PDT), Scott Cudrnak
<<email_removed>> said:
>Hi all,
>  What is the appropriate tool to see file system activity? SCO Unix had a tool

that would show file name, accessing process name (or PID?), open flags, time
open, closed, bytes in/out, etc. Anything like this on MacOS 10.4.X? Is there a
framework that does this that I can use in code I write?

If you really want to go nuts with this, use Sandal or fslogger:

<http://www.matterform.com/mac_software/file_security/sandal.html>
<http://www.kernelthread.com/software/fslogger/>

Hard to see how this is a Cocoa matter, though. m.

--
matt neuburg, phd = <email_removed>, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
<http://www.amazon.com/gp/product/0596102119>

Related mailsAuthorDate
mlFile system activity reporter Scott Cudrnak Jun 21, 01:14
mlRe: File system activity reporter Bob Clark Jun 21, 01:31
mlRe: File system activity reporter Matt Neuburg Jun 21, 15:54