summaryrefslogtreecommitdiff
path: root/src/pmdas/lustrecomm/pmns
blob: 49a999f072138e9b409f3fff3ea294e3e3ecfc6e (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
/*
 * Metrics for lustrecomm PMDA
 *
 * Copyright (c) 2008 Silicon Graphics, Inc.  All Rights Reserved.
 *
 * Author: Scott Emery <emery@sgi.com> 
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the
 * Free Software Foundation; either version 2 of the License, or (at your
 * option) any later version.
 * 
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 * for more details.
 * 
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 */

lustrecomm {
    timeout		LUSTRECOMM:0:0
    ldlm_timeout	LUSTRECOMM:0:1
    dump_on_timeout	LUSTRECOMM:0:2
    lustre_memused	LUSTRECOMM:0:3
    lnet_memused	LUSTRECOMM:0:4
    stats
}

lustrecomm.stats {
/* data pulled from /proc/sys/lnet/stats */
/*0 42 0 22407486 23426580 0 0 135850271989 472430974209 0 0*/
      msgs_alloc       LUSTRECOMM:1:0
      msgs_max         LUSTRECOMM:1:1
      errors           LUSTRECOMM:1:2
      send_count       LUSTRECOMM:1:3
      recv_count       LUSTRECOMM:1:4
      route_count      LUSTRECOMM:1:5
      drop_count       LUSTRECOMM:1:6
      send_length      LUSTRECOMM:1:7
      recv_length      LUSTRECOMM:1:8
      route_length     LUSTRECOMM:1:9
      drop_length      LUSTRECOMM:1:10
}