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/147.out | |
download | pcp-47e6e7c84f008a53061e661f31ae96629bc694ef.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'qa/147.out')
-rw-r--r-- | qa/147.out | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/qa/147.out b/qa/147.out new file mode 100644 index 0000000..1ec65bc --- /dev/null +++ b/qa/147.out @@ -0,0 +1,86 @@ +QA output created by 147 +dbpmda> open pipe $PCP_PMDAS_DIR/sample/pmdasample -d 29 +Start pmdasample PMDA: $PCP_PMDAS_DIR/sample/pmdasample -d 29 +dbpmda> getdesc on +dbpmda> fetch 29.0.6 +PMID(s): 29.0.6 +pmResult ... numpmid: 1 + 29.0.6 (sample.bin): numval: 9 valfmt: 0 vlist[]: + inst [100 or ???] value 100 + inst [200 or ???] value 200 + inst [300 or ???] value 300 + inst [400 or ???] value 400 + inst [500 or ???] value 500 + inst [600 or ???] value 600 + inst [700 or ???] value 700 + inst [800 or ???] value 800 + inst [900 or ???] value 900 +dbpmda> profile 29.2 none +dbpmda> profile 29.2 add 200 +dbpmda> profile 29.2 add 400 +dbpmda> profile 29.2 add 600 +dbpmda> profile 29.2 add 800 +dbpmda> fetch 29.0.6 +PMID(s): 29.0.6 +pmResult ... numpmid: 1 + 29.0.6 (sample.bin): numval: 4 valfmt: 0 vlist[]: + inst [200 or ???] value 200 + inst [400 or ???] value 400 + inst [600 or ???] value 600 + inst [800 or ???] value 800 +dbpmda> profile 29.2 all +dbpmda> profile 29.2 delete 100 +dbpmda> profile 29.2 delete 300 +dbpmda> profile 29.2 delete 500 +dbpmda> profile 29.2 delete 700 +dbpmda> profile 29.2 delete 900 +dbpmda> fetch 29.0.6 +PMID(s): 29.0.6 +pmResult ... numpmid: 1 + 29.0.6 (sample.bin): numval: 4 valfmt: 0 vlist[]: + inst [200 or ???] value 200 + inst [400 or ???] value 400 + inst [600 or ???] value 600 + inst [800 or ???] value 800 +dbpmda> open dso $PCP_PMDAS_DIR/sample/pmda_sample.$DSO_SUFFIX sample_init 30 +dbpmda> fetch 30.0.6 +PMID(s): 30.0.6 +pmResult ... numpmid: 1 + 30.0.6 (sampledso.bin): numval: 9 valfmt: 0 vlist[]: + inst [100 or ???] value 100 + inst [200 or ???] value 200 + inst [300 or ???] value 300 + inst [400 or ???] value 400 + inst [500 or ???] value 500 + inst [600 or ???] value 600 + inst [700 or ???] value 700 + inst [800 or ???] value 800 + inst [900 or ???] value 900 +dbpmda> profile 30.2 none +dbpmda> profile 30.2 add 200 +dbpmda> profile 30.2 add 400 +dbpmda> profile 30.2 add 600 +dbpmda> profile 30.2 add 800 +dbpmda> fetch 30.0.6 +PMID(s): 30.0.6 +pmResult ... numpmid: 1 + 30.0.6 (sampledso.bin): numval: 4 valfmt: 0 vlist[]: + inst [200 or ???] value 200 + inst [400 or ???] value 400 + inst [600 or ???] value 600 + inst [800 or ???] value 800 +dbpmda> profile 30.2 all +dbpmda> profile 30.2 delete 100 +dbpmda> profile 30.2 delete 300 +dbpmda> profile 30.2 delete 500 +dbpmda> profile 30.2 delete 700 +dbpmda> profile 30.2 delete 900 +dbpmda> fetch 30.0.6 +PMID(s): 30.0.6 +pmResult ... numpmid: 1 + 30.0.6 (sampledso.bin): numval: 4 valfmt: 0 vlist[]: + inst [200 or ???] value 200 + inst [400 or ???] value 400 + inst [600 or ???] value 600 + inst [800 or ???] value 800 +dbpmda> |