cvs commit: src/usr.sbin/pmcstat pmcstat.8 pmcstat.c pmcstat_log.c
Joseph Koshy
jkoshy at FreeBSD.org
Sun Apr 2 12:52:17 UTC 2006
jkoshy 2006-04-02 12:52:16 UTC
FreeBSD src repository
Modified files:
usr.sbin/pmcstat pmcstat.8 pmcstat.c pmcstat_log.c
Log:
- Teach pmcstat(8) to log over the network; the -O option now
takes a host:port specification.
- Update the manual page and add an example showing how log
over the network using pmcstat(8) and nc(1). Document the
current inability to process logs in cross-platform manner.
- Have pmcstat_open_log() call err(3) directly in case
of an error; this simplifies error handling in its caller.
MFC after: 1 week
Revision Changes Path
1.9 +34 -7 src/usr.sbin/pmcstat/pmcstat.8
1.13 +6 -11 src/usr.sbin/pmcstat/pmcstat.c
1.9 +67 -6 src/usr.sbin/pmcstat/pmcstat_log.c
More information about the cvs-src
mailing list