1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
QA output created by 976
=== Testing precanned lustre files
dbpmda> open pipe /usr/bin/env perl pmdalustre.pl
Start env PMDA: /usr/bin/env perl pmdalustre.pl
Using Lustre stats in 'HERE/lustre/llite/' and HERE/lustre/lnet/
dbpmda> getdesc on
dbpmda> desc lustre.llite.superblock
PMID: 134.0.2
Data Type: string InDom: 134.0 0x21800000
Semantics: instant Units: none
dbpmda> desc lustre.llite.volume
PMID: 134.0.1
Data Type: string InDom: 134.0 0x21800000
Semantics: instant Units: none
dbpmda> desc lustre.llite.read_bytes.count
PMID: 134.0.3
Data Type: 64-bit unsigned int InDom: 134.0 0x21800000
Semantics: counter Units: count
dbpmda> desc lustre.lnet.recv_length
PMID: 134.1.9
Data Type: 64-bit unsigned int InDom: PM_INDOM_NULL 0xffffffff
Semantics: counter Units: byte
dbpmda> fetch lustre.llite.superblock
PMID(s): 134.0.2
__pmResult ... numpmid: 1
134.0.2 (<noname>): numval: 1 valfmt: 1 vlist[]:
inst [0 or ???] value STRING
dbpmda> fetch lustre.llite.volume
PMID(s): 134.0.1
__pmResult ... numpmid: 1
134.0.1 (<noname>): numval: 1 valfmt: 1 vlist[]:
inst [0 or ???] value STRING
dbpmda> fetch lustre.llite.read_bytes.count
PMID(s): 134.0.3
__pmResult ... numpmid: 1
134.0.3 (<noname>): numval: 1 valfmt: 1 vlist[]:
inst [0 or ???] value NUMBER
dbpmda> fetch lustre.lnet.recv_length
PMID(s): 134.1.9
__pmResult ... numpmid: 1
134.1.9 (<noname>): numval: 1 valfmt: 1 vlist[]:
value NUMBER
dbpmda> instance 134.0
pmInDom: 134.0
[ 0] inst: 0 name: "lustre"
dbpmda>
|