Path to this page:
./
sysutils/fam,
File Alteration Monitor
Branch: pkgsrc-2019Q1,
Version: 2.7.0nb9,
Package name: fam-2.7.0nb9,
Maintainer: pkgsrc-users FAM, the File Alteration Monitor, provides an API which applications
can use to be notified when specific files or directories are changed.
FAM comes in two parts: famd, the daemon which listens for requests and
delivers notification, and libfam, a library which client applications can
use to communicate with FAM.
If the monitored files are mounted from a remote host, the local FAM
will attempt to contact FAM on the remote host, and will pass the requests
on to the remote FAM.
FAM can also notify its clients when a file starts and stops execution.
(The IRIX Interactive Desktop uses this to change a program's icon while
it's running, for example.)
FAM was originally written for IRIX in 1989 by Bruce Karsh, and was
rewritten in 1995 by Bob Miller. This open-source release of FAM builds
and runs on NetBSD, FreeBSD, Linux, and IRIX, and is the same FAM that
will be included with IRIX 6.5.8.
MESSAGE.kqueue [+/-]===========================================================================
$NetBSD: MESSAGE.kqueue,v 1.1 2004/10/17 19:20:53 jmmv Exp $
FAM has been built with kqueue support. Consider raising the amount of
open files the kernel can handle (i.e., change kern.maxfiles using
sysctl(8)). FAM will consume a maximum of a half of that limit; this can
be quickly exhausted if you monitor large directories (a quite common thing
if you navigate through your filesystem using Nautilus).
===========================================================================
Master sites: (Expand)
SHA1: 6c2316f02acf89a41c42ffc3d7fd9cf5eada83a8
RMD160: 1895b578d6a141c36d5bee4e3fbbc2a298a91430
Filesize: 294.896 KB
Version history: (Expand)
- (2019-04-11) Package added to pkgsrc.se, version fam-2.7.0nb9 (created)