/*
 * 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.,
 * 59 Temple Place, Suite 330, Boston, MA  02111-1307 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
}

