Whamcloud - gitweb
LU-13605 lnet: Do not overwrite destination when routing
[fs/lustre-release.git] / snmp / Lustre-MIB.txt
index f02ed70..ab23e21 100644 (file)
@@ -12,14 +12,13 @@ LUSTRE-MIB DEFINITIONS ::= BEGIN
 
 lustreMIB MODULE-IDENTITY
     LAST-UPDATED "200505150100Z"
-    ORGANIZATION "Cluster Filesystems, Inc."
+    ORGANIZATION "Sun Microsystems, Inc."
     CONTACT-INFO
-    "         info@clusterfs.com
+    "         http://www.lustre.org/
 
-    Postal: Cluster File Systems, Inc.
-            110 Capen St
-            Medford, MA 02155
-            USA"
+    Postal: Sun Microsystems, Inc.,
+           4150 Network Circle, Santa Clara,
+            CA 95054 USA"
 
     DESCRIPTION
         "Management information for the Lustre parallel filesystem."
@@ -44,6 +43,7 @@ metaDataClients        OBJECT IDENTIFIER ::= { lustreMIB 5 }
 lustreClients          OBJECT IDENTIFIER ::= { lustreMIB 6 }
 logicalObjectVolume    OBJECT IDENTIFIER ::= { lustreMIB 7 }
 lustreLDLM             OBJECT IDENTIFIER ::= { lustreMIB 8 }
+lnetInformation        OBJECT IDENTIFIER ::= { lustreMIB 9 }
 
 
 --============================================================================
@@ -132,7 +132,7 @@ osdNumber OBJECT-TYPE
     MAX-ACCESS read-only
     STATUS current
     DESCRIPTION
-        "The number of Object Storage Devices on a OST system."
+       "The number of Object Storage Devices on an OST system."
     ::= { objectStorageTargets 1 }
 
 osdTable OBJECT-TYPE
@@ -140,7 +140,7 @@ osdTable OBJECT-TYPE
     MAX-ACCESS not-accessible
     STATUS current
     DESCRIPTION
-        "A table listing the Object Storage Devices available on a OST system.
+       "A table listing the Object Storage Devices available on an OST system.
          The number of entries in this table is available in osdNumber."
     ::= { objectStorageTargets 2 }
 
@@ -149,7 +149,7 @@ osdEntry OBJECT-TYPE
     MAX-ACCESS not-accessible
     STATUS current
     DESCRIPTION
-        "Table entry with information an Object Storage Device on a OST
+       "Table entry with information an Object Storage Device on an OST
          system."
     INDEX { osdIndex }
     ::= { osdTable 1 }
@@ -170,7 +170,7 @@ osdIndex OBJECT-TYPE
     MAX-ACCESS not-accessible
     STATUS current
     DESCRIPTION
-        "Index into the table of Object Storage Devices on a OST system."
+       "Index into the table of Object Storage Devices on an OST system."
     ::= { osdEntry 1 }
 
 osdUUID OBJECT-TYPE
@@ -524,7 +524,7 @@ mdcMDSServerUUID OBJECT-TYPE
     DESCRIPTION
         "The Lustre Meta data server UUID accessed by Metadata Client.
          This string also contains a state name, and possibly a DEACTIVATED flag." 
-    ::= { mdcEntry 4 }    
+    ::= { mdcEntry 4 }
 
 mdcCapacity OBJECT-TYPE
     SYNTAX Counter64
@@ -920,6 +920,99 @@ ldlmResourceCount OBJECT-TYPE
 
 --============================================================================
 --
+-- Lustre Lnet
+--
+--============================================================================
+lnetMsgsAlloc OBJECT-TYPE
+    SYNTAX Unsigned32
+    MAX-ACCESS read-only
+    STATUS current
+    DESCRIPTION
+        "LNet messages allocated."
+    ::= { lnetInformation 1 }
+
+lnetMsgsMax OBJECT-TYPE
+    SYNTAX Unsigned32
+    MAX-ACCESS read-only
+    STATUS current
+    DESCRIPTION
+        "LNet messages maximum."
+    ::= { lnetInformation 2 }
+
+lnetErrors OBJECT-TYPE
+    SYNTAX Unsigned32
+    MAX-ACCESS read-only
+    STATUS current
+    DESCRIPTION
+        "LNet errors."
+    ::= { lnetInformation 3 }
+
+lnetSendCount OBJECT-TYPE
+    SYNTAX Unsigned32
+    MAX-ACCESS read-only
+    STATUS current
+    DESCRIPTION
+        "LNet send RPCs."
+    ::= { lnetInformation 4 }
+
+lnetRecvCount OBJECT-TYPE
+    SYNTAX Unsigned32
+    MAX-ACCESS read-only
+    STATUS current
+    DESCRIPTION
+        "LNet receive RPCs."
+    ::= { lnetInformation 5 }
+
+lnetRouteCount OBJECT-TYPE
+    SYNTAX Unsigned32
+    MAX-ACCESS read-only
+    STATUS current
+    DESCRIPTION
+        "LNet routed RPCs."
+    ::= { lnetInformation 6 }
+
+lnetDropCount OBJECT-TYPE
+    SYNTAX Unsigned32
+    MAX-ACCESS read-only
+    STATUS current
+    DESCRIPTION
+        "LNet dropped RPCs."
+    ::= { lnetInformation 7 }
+
+lnetSendBytes OBJECT-TYPE
+    SYNTAX Unsigned64
+    MAX-ACCESS read-only
+    STATUS current
+    DESCRIPTION
+        "LNet send bytes."
+    ::= { lnetInformation 8 }
+
+lnetRecvBytes OBJECT-TYPE
+    SYNTAX Unsigned64
+    MAX-ACCESS read-only
+    STATUS current
+    DESCRIPTION
+        "LNet receive bytes."
+    ::= { lnetInformation 9 }
+
+lnetRouteBytes OBJECT-TYPE
+    SYNTAX Unsigned64
+    MAX-ACCESS read-only
+    STATUS current
+    DESCRIPTION
+        "LNet routed bytes."
+    ::= { lnetInformation 10 }
+
+lnetDropBytes OBJECT-TYPE
+    SYNTAX Unsigned64
+    MAX-ACCESS read-only
+    STATUS current
+    DESCRIPTION
+        "LNet dropped bytes."
+    ::= { lnetInformation 11 }
+
+--============================================================================
+--
 -- Lustre Management Traps
 --
 --============================================================================