summaryrefslogtreecommitdiff
path: root/src/pmdas/infiniband/pmns
blob: b42919db3d73f52cc90108d9f5b60ec61aa5be74 (plain)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100

infiniband {
	hca
	port
	control
}

infiniband.hca {
	type		IB:0:0
	ca_type		IB:0:1
	numports	IB:0:2
	fw_ver		IB:0:3
	hw_ver		IB:0:4
	node_guid	IB:0:5
	system_guid	IB:0:6
}

infiniband.port {
	guid		IB:0:7
	gid_prefix	IB:0:8
	lid		IB:0:9
	state		IB:0:10
	phystate	IB:0:11
	rate		IB:0:12
	capabilities	IB:0:13
	linkspeed	IB:0:14
	linkwidth	IB:0:15

	in
	out
	total
	switch
}

infiniband.port.in {
	bytes		IB:1:0
	packets		IB:1:1
	errors
}

infiniband.port.in.errors {
	drop		IB:1:4
    	filter          IB:1:9
    	local           IB:1:10
    	remote		IB:1:11
}

infiniband.port.out {
	bytes		IB:1:2
	packets		IB:1:3
	errors
}

infiniband.port.out.errors {
	drop		IB:1:5
	filter		IB:1:12
}

infiniband.port.total {
	bytes		IB:1:6
	packets		IB:1:7
	errors
}

infiniband.port.total.errors {
	drop		IB:1:8
	filter          IB:1:13
	link            IB:1:14
	recover         IB:1:15
	integrity       IB:1:16
	vl15            IB:1:17
	overrun         IB:1:18
	symbol          IB:1:19
}

infiniband.port.switch {
	in
	out
	total
}

infiniband.port.switch.in {
	bytes		IB:3:0
	packets		IB:3:1
}

infiniband.port.switch.out {
	bytes		IB:3:2
	packets		IB:3:3
}

infiniband.port.switch.total {
	bytes		IB:3:4
	packets		IB:3:5
}

infiniband.control {
	query_timeout	IB:2:0
	hiwat		IB:2:1
}