X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=snmp%2FLustre-MIB.txt;h=ab23e21f1419c961c7f04be9dd51679863b2ddce;hp=3780d08e8fc9b21094680a0c65adf8272b65da3f;hb=4ae1c96672df324554ee1b3e3acaf664811ac866;hpb=e6dbaee6acd3e7265c41cc603a34678dc8376363 diff --git a/snmp/Lustre-MIB.txt b/snmp/Lustre-MIB.txt index 3780d08..ab23e21 100644 --- a/snmp/Lustre-MIB.txt +++ b/snmp/Lustre-MIB.txt @@ -43,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 } --============================================================================ @@ -131,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 @@ -139,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 } @@ -148,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 } @@ -169,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 @@ -523,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 @@ -919,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 -- --============================================================================