Found a few bugs in Solaris PMDA:
- instance in the disk domain would go AWOL after boot and then
reappear again some time later
- fetching netlink stats would crash pmcd
The following changes since commit 2de49c9dd468d7d919bcd4409e03e5a56549dbe1:
Nathan Scott (1):
Removed back-compat pmRequestChildern interface, Max is convinced noone
is using it.
are available in the git repository at:
git://oss.sgi.com/makc/pcp solaris_disk
Max Matveev (2):
Avoid referencing stale kstat entries
Make sure that kstat chains are updated for each fetch request
src/pmdas/solaris/arcstats.c | 3 +++
src/pmdas/solaris/common.h | 3 ++-
src/pmdas/solaris/data.c | 23 ++++++++++++++++++++++-
src/pmdas/solaris/disk.c | 15 ++++++++++++---
src/pmdas/solaris/netlink.c | 6 +++++-
src/pmdas/solaris/solaris.c | 2 ++
src/pmdas/solaris/sysinfo.c | 21 +++++++++++++++------
src/pmdas/solaris/vnops.c | 4 +++-
8 files changed, 64 insertions(+), 13 deletions(-)
|