Merge branch 'master' of git://git.pcp.io/pcp into qt
[pcp.git] / qa / 721.out
blob6f9d8a322a1b477909d6780b5e7ebb28ea5b9f0b
1 QA output created by 721
3 dbpmda> debug AUTH
4 dbpmda> open pipe pmdasample -l sample.log -D AUTH
5 Start pmdasample PMDA: ./pmdasample -l sample.log -D AUTH
6 dbpmda> attr
7 attr name [value]
8 attr attr# [value]
9 dbpmda> attr 5 "pcpqa"
10 Attribute: username=pcpqa
11 Success
12 dbpmda> attr "username" "pcpqa"
13 Attribute: username=pcpqa
14 Success
15 dbpmda> attr 0 "no-such-attr"
16               ^ at or near here
17 Error: Attribute (0) is not recognised
18 Type 'help' for a list of commands.
19 dbpmda> attr "no-such-attr"
20                           ^ at or near here
21 Error: Attribute (no-such-attr) is not recognised
22 Type 'help' for a list of commands.
23 dbpmda> 
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
28 dbpmda> debug AUTH
29 dbpmda> open dso pmda_sample.DSO sample_init
30 dbpmda> attr
31 attr name [value]
32 attr attr# [value]
33 dbpmda> attr 5 "pcpqa"
34 Attribute: username=pcpqa
35 [DATETIME] dbpmda(PID) Info: Attribute: ctx=0 username=pcpqa
36 Success
37 dbpmda> attr "username" "pcpqa"
38 Attribute: username=pcpqa
39 [DATETIME] dbpmda(PID) Info: Attribute: ctx=0 username=pcpqa
40 Success
41 dbpmda> attr 0 "no-such-attr"
42               ^ at or near here
43 Error: Attribute (0) is not recognised
44 Type 'help' for a list of commands.
45 dbpmda> attr "no-such-attr"
46                           ^ at or near here
47 Error: Attribute (no-such-attr) is not recognised
48 Type 'help' for a list of commands.
49 dbpmda>