summaryrefslogtreecommitdiff
path: root/src/pmdas/lustrecomm/pmns
diff options
context:
space:
mode:
Diffstat (limited to 'src/pmdas/lustrecomm/pmns')
-rw-r--r--src/pmdas/lustrecomm/pmns47
1 files changed, 47 insertions, 0 deletions
diff --git a/src/pmdas/lustrecomm/pmns b/src/pmdas/lustrecomm/pmns
new file mode 100644
index 0000000..49a999f
--- /dev/null
+++ b/src/pmdas/lustrecomm/pmns
@@ -0,0 +1,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
+}
+