Date: Sun, 2 Apr 2006 12:52:16 +0000 (UTC) From: Joseph Koshy <jkoshy@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pmcstat pmcstat.8 pmcstat.c pmcstat_log.c Message-ID: <200604021252.k32CqHVV053793@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604021252.k32CqHVV053793>
