1 QA output created by 721
4 dbpmda> open pipe pmdasample -l sample.log -D AUTH
5 Start pmdasample PMDA: ./pmdasample -l sample.log -D AUTH
10 Attribute: username=pcpqa
12 dbpmda> attr "username" "pcpqa"
13 Attribute: username=pcpqa
15 dbpmda> attr 0 "no-such-attr"
17 Error: Attribute (0) is not recognised
18 Type 'help' for a list of commands.
19 dbpmda> attr "no-such-attr"
21 Error: Attribute (no-such-attr) is not recognised
22 Type 'help' for a list of commands.
24 Checking log file, pipe mode
25 [DATETIME] pmdasample(PID) Info: Attribute: ctx=0 username=pcpqa
26 [DATETIME] pmdasample(PID) Info: Attribute: ctx=0 username=pcpqa
29 dbpmda> open dso pmda_sample.DSO sample_init
33 dbpmda> attr 5 "pcpqa"
34 Attribute: username=pcpqa
35 [DATETIME] dbpmda(PID) Info: Attribute: ctx=0 username=pcpqa
37 dbpmda> attr "username" "pcpqa"
38 Attribute: username=pcpqa
39 [DATETIME] dbpmda(PID) Info: Attribute: ctx=0 username=pcpqa
41 dbpmda> attr 0 "no-such-attr"
43 Error: Attribute (0) is not recognised
44 Type 'help' for a list of commands.
45 dbpmda> attr "no-such-attr"
47 Error: Attribute (no-such-attr) is not recognised
48 Type 'help' for a list of commands.