X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=snmp%2FLustre-MIB.txt;h=ab23e21f1419c961c7f04be9dd51679863b2ddce;hp=db662d19afb58afede5ec64ec79af39f8b312062;hb=d187a78afc960849c3eb86a1a0559c9ba00e8cdf;hpb=c6bc5eb7d073d5a7b7d0934d92bfd8eab15fc825;ds=sidebyside diff --git a/snmp/Lustre-MIB.txt b/snmp/Lustre-MIB.txt index db662d1..ab23e21 100644 --- a/snmp/Lustre-MIB.txt +++ b/snmp/Lustre-MIB.txt @@ -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 @@ -439,6 +439,13 @@ mddFreeFiles OBJECT-TYPE "The number of unused files on a Meta Data Device." ::= { mddEntry 7 } +mdsNbSampledReq OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of sampled requests ." + ::= { metaDataServers 3 } --============================================================================ -- @@ -517,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 @@ -913,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 -- --============================================================================