diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /qa/pmdas/dynamic/help | |
download | pcp-debian/3.9.10.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'qa/pmdas/dynamic/help')
-rw-r--r-- | qa/pmdas/dynamic/help | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/qa/pmdas/dynamic/help b/qa/pmdas/dynamic/help new file mode 100644 index 0000000..110151e --- /dev/null +++ b/qa/pmdas/dynamic/help @@ -0,0 +1,25 @@ +# +# dynamic help file +# + +@ dynamic.numinsts number of instances +The number of instances currently being exported + +@ dynamic.discrete instance id as a string +The instance identifier exported as a string + +@ dynamic.instant counter as a instaneous value +The counter for the instance exported as an instaneous value + +@ dynamic.counter counter as a counter +The counter for the instance exported as a counter + +@ dynamic.control.add add an instance +Storing the instance id of an instance not currently exported +will all that instance to the indom. + +@ dynamic.control.del delete an instance +Storing the instance id of an instance that is currently being +exported will remove that instance from the indom. Storing a negative +number will cause all instances to be removed. + |