pmdaproc: fix typo in name of proc.memory.vmhw{n,m} metric
commitdb4b39656591654d8a9a33f778f6b8f20852ab6b
authorMarko Myllynen <myllynen@redhat.com>
Mon, 16 May 2016 06:34:37 +0000 (16 16:34 +1000)
committerNathan Scott <nathans@redhat.com>
Mon, 16 May 2016 06:34:37 +0000 (16 16:34 +1000)
tree93957e1b22e753a4caeac03edbd460c216d33cfa
parent1fe09f69e4502fa3b97ed5d12deb8440ac65c067
pmdaproc: fix typo in name of proc.memory.vmhw{n,m} metric

From http://man7.org/linux/man-pages/man5/proc.5.html:

   * VmHWM: Peak resident set size ("high water mark").

There's no proc.memory.vmhwm available as one would expect but
proc.memory.vmhwn - and it turns out that the same typo is present
everywhere in PCP sources so the value will always be zero.
qa/022.out.linux
qa/943.out
src/pmdas/linux_proc/help_text.h
src/pmdas/linux_proc/pmda.c
src/pmdas/linux_proc/proc_dynamic.c
src/pmdas/linux_proc/proc_pid.c
src/pmdas/linux_proc/proc_pid.h