Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Aug 2010 14:30:45 +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:  <201008091431.o79EV0D7059848@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
fabient     2010-08-09 14:30:45 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    usr.sbin/pmcstat     pmcstat.c pmcstat_log.c 
  Log:
  SVN rev 211099 on 2010-08-09 14:30:45Z 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.17.2.6  +34 -47    src/usr.sbin/pmcstat/pmcstat.c
  1.10.2.8  +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?201008091431.o79EV0D7059848>