Download List

專案描述

Snoop is a GNU/Linux file descriptor
monitoring tool inspired by FreeBSD's 'watch'.
It goes beyond simple TTY snooping by
allowing the interception of any file descriptor.
You can attach on the fly to regular files, TTYs,
named pipes, character devices, and pretty
much anything that is represented by a file
descriptor and addressable in the standard
name space.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-07-15 02:42
0.3.1

Updated to work with recent kernels.
標籤: Minor feature enhancements

2007-03-19 17:52
0.3.0

This release addresses the compatibility issues with recent kernels. It also extends the monitoring capabilities to parent directories in order to intercept creation events and attach targets on the fly.
標籤: Minor feature enhancements

2006-02-21 17:16
0.2.0

This version introduces the ability to attach to
virtually any type of file descriptor (regular
files, sockets, pipes, etc.) using the
/proc/[pid]/fd/[fd#] file name format.
標籤: Major feature enhancements

2005-11-02 10:26
0.1.0

This release introduces inotify-based file
monitoring, which allows automatic (re)attaching.
It also features an improved kernel compatibility
layer.
標籤: Major feature enhancements

2005-07-23 08:35
0.0.2

This release introduces some usability improvements and fixes a potentially serious bug. The program now supports attaching to the same FD multiple times (reentrant hooks), keeping track of underlying file operations changes and reporting the number of attached FDs through the userspace utility.
標籤: Major feature enhancements

Project Resources