Date: Tue, 3 Aug 2010 09:23:53 +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: <201008030924.o739O9Pa055776@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
fabient 2010-08-03 09:23:53 UTC FreeBSD src repository Modified files: usr.sbin/pmcstat pmcstat.c pmcstat_log.c Log: SVN rev 210794 on 2010-08-03 09:23:53Z by fabient 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.29 +34 -47 src/usr.sbin/pmcstat/pmcstat.c 1.22 +56 -25 src/usr.sbin/pmcstat/pmcstat_log.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008030924.o739O9Pa055776>