Changes committed to git://oss.sgi.com/nathans/pcp.git
man/man3/pmconvscale.3 | 2 +-
src/include/pmapi.h | 2 +-
src/libpcp/src/units.c | 2 +-
src/pmdas/mmv/mmv.c | 5 ++---
src/pmstat/pmstat.c | 25 ++++++++++++++++---------
5 files changed, 21 insertions(+), 15 deletions(-)
commit 5f7cdd9f12510a2511f621cfb2ef8eb09f4f98c1
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Mar 30 11:56:36 2010 +1100
If pmstat fails to connect to local pmcd switch to local context
Makes pmstat a bit more user friendly in the presence of no local
pmcd process. Since pmstat only uses kernel metrics, using local
context is a simple and safe alternative. The existing -L option
remains, of course, to force local context mode.
commit 0e1c89be299cd9ecaf3e7a15e06b566937c425f2
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Mar 30 11:53:06 2010 +1100
Keep in-memory copy of monitored MMV PID for process exit detection
We dont want to use the mmap value (from the data file) as this can
be overwritten by a subsequent restart of the monitored application
and hence we're not comparing to the original monitored PID.
commit ceaf57f62210ddaee7265cb16245df9bfcacef5f
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Mar 30 11:50:50 2010 +1100
Mark as const the final (output units) pmConvScale argument
Its a bit confusing otherwise, as the input units is a const.
The requested output units is also constant, so mark it thus.
|