Date: Mon, 9 Aug 2010 14:29:23 +0000 (UTC) From: Fabien Thomas <fabient@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/pmcstat pmcstat.c pmcstat_log.c Message-ID: <201008091429.o79ETdnQ059703@repoman.freebsd.org>
index | next in thread | raw e-mail
fabient 2010-08-09 14:29:23 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
usr.sbin/pmcstat pmcstat.c pmcstat_log.c
Log:
SVN rev 211098 on 2010-08-09 14:29:23Z by fabient
MFC r210794:
Allow file as a top source, it works with socket now.
This will allow top monitoring using socket/ssh tunnelling
of system without local symbols.
client:
pmcstat -R <ip>:<port> -T -r <symbolspath>
monitored device:
pmcstat -Sinstructions -O <ip>:<port>
- Move the file read in the event loop
- Initialize and clean log in all cases
- Preserve global stats value during top refresh
- Fix the rtld/line resolver that ignore '-r' prefix
- Support socket for '-R' (server mode)
- Display the statistics when exiting top mode
Revision Changes Path
1.25.2.5 +34 -47 src/usr.sbin/pmcstat/pmcstat.c
1.13.2.9 +56 -25 src/usr.sbin/pmcstat/pmcstat_log.c
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008091429.o79ETdnQ059703>
