summaryrefslogtreecommitdiff
path: root/qa/721.out
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
commit47e6e7c84f008a53061e661f31ae96629bc694ef (patch)
tree648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /qa/721.out
downloadpcp-47e6e7c84f008a53061e661f31ae96629bc694ef.tar.gz
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'qa/721.out')
-rw-r--r--qa/721.out49
1 files changed, 49 insertions, 0 deletions
diff --git a/qa/721.out b/qa/721.out
new file mode 100644
index 0000000..db1ec68
--- /dev/null
+++ b/qa/721.out
@@ -0,0 +1,49 @@
+QA output created by 721
+.
+dbpmda> debug AUTH
+dbpmda> open pipe pmdasample -l sample.log -D AUTH
+Start pmdasample PMDA: ./pmdasample -l sample.log -D AUTH
+dbpmda> attr
+attr name [value]
+attr attr# [value]
+dbpmda> attr 5 "pcpqa"
+Attribute: username=pcpqa
+Success
+dbpmda> attr "username" "pcpqa"
+Attribute: username=pcpqa
+Success
+dbpmda> attr 0 "no-such-attr"
+ ^ at or near here
+Error: Attribute (0) is not recognised
+Type 'help' for a list of commands.
+dbpmda> attr "no-such-attr"
+ ^ at or near here
+Error: Attribute (no-such-attr) is not recognised
+Type 'help' for a list of commands.
+dbpmda>
+Checking log file, pipe mode
+[DATETIME] pmdasample(PID) Info: Attribute: ctx=0 username=pcpqa
+[DATETIME] pmdasample(PID) Info: Attribute: ctx=0 username=pcpqa
+.
+dbpmda> debug AUTH
+dbpmda> open dso pmda_sample.so sample_init
+dbpmda> attr
+attr name [value]
+attr attr# [value]
+dbpmda> attr 5 "pcpqa"
+Attribute: username=pcpqa
+[DATETIME] dbpmda(PID) Info: Attribute: ctx=0 username=pcpqa
+Success
+dbpmda> attr "username" "pcpqa"
+Attribute: username=pcpqa
+[DATETIME] dbpmda(PID) Info: Attribute: ctx=0 username=pcpqa
+Success
+dbpmda> attr 0 "no-such-attr"
+ ^ at or near here
+Error: Attribute (0) is not recognised
+Type 'help' for a list of commands.
+dbpmda> attr "no-such-attr"
+ ^ at or near here
+Error: Attribute (no-such-attr) is not recognised
+Type 'help' for a list of commands.
+dbpmda>