Télécharger la liste

Description du projet

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.

Système requise

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

Mise à jour pour fonctionner avec les noyaux récents.
Tags: Minor feature enhancements
Updated to work with recent kernels.

2007-03-19 17:52
0.3.0

Cette version corrige les problèmes de compatibilité avec les noyaux récents. Il étend également les fonctionnalités de suivi pour les répertoires parents afin d'intercepter des événements de création et joindre des cibles à la volée.
Tags: Minor feature enhancements
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.

2006-02-21 17:16
0.2.0

Cette version introduit la possibilité de joindre à pratiquement n'importe quel type de descripteur de fichier (fichiers réguliers, douilles, tuyaux, etc) en utilisant le répertoire / proc / [pid] / fd / [fd #] format de fichier nom.
Tags: Major feature enhancements
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.

2005-11-02 10:26
0.1.0

Cette version introduit inotify suivi axé sur les fichiers, ce qui permet de re (automatique) de fixation. Il dispose également d'une couche d'amélioration de la compatibilité du noyau.
Tags: Major feature enhancements
This release introduces inotify-based file
monitoring, which allows automatic (re)attaching.
It also features an improved kernel compatibility
layer.

2005-07-23 08:35
0.0.2

Cette version introduit quelques améliorations d'utilisation et corrige un bug potentiellement graves. Le programme supporte désormais attachés aux mêmes heures FD multiples (réentrant hameçons), en gardant trace des modifications de fichier sous-jacent des opérations et rendre compte du nombre de FDS jointe via l'utilitaire espace utilisateur.
Tags: Major feature enhancements
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.

Project Resources