: In the cfg files for the filers i can see lines like this: : : Target[ast-h-tsb02.net.snmp]: : 1.3.6.1.4.1.789.1.2.2.2.0&1.3.6.1.4.1.789.1.2.2.3.0:public@ast-h-tsb02 : : The one above gets total network traffic from the filer. : : Where do these long lines of numbers come from? Where : are they defined? I'm getting the impression that they : are somehow related to the netapp.mib file - but i can't : find any clues how that format is converted into these : sets on numbers.
These numbers are indeed derived from the netapp.mib. The
1.3.6.1.4.1.789
is the top of the NetApp MIB. You can map the other numbers to names by following the trail in the MIB:
netapp OBJECT IDENTIFIER ::= { enterprises 789 } netapp1 OBJECT IDENTIFIER ::= { netapp 1 } sysStat OBJECT IDENTIFIER ::= { netapp1 2 } misc OBJECT IDENTIFIER ::= { sysStat 2 }
miscNetRcvdKB OBJECT-TYPE ::= { misc 2 }
miscNetSentKB OBJECT-TYPE ::= { misc 3 }
So 1.3.6.1.4.1.789.1.2.2.2.0 is netapp.netapp1.sysStat.misc.miscNetRcvdKB and 1.3.6.1.4.1.789.1.2.2.2.0 us netapp.netapp1.sysStat.misc.miscNetSentKB.
Software can do this mapping for you, too. The CMU snmp tools can parse the MIB and show numbers or names.
Here's a table of some of the more commonly-used variables from the NetApp version 1.1.1 MIB (supported in ONTAP 5.1 and later). Note that all of the OIDs should be prefixed with "1.3.6.1.4.1.789.1":
1.1.0 product.productType 1.2.0 product.productVersion 1.3.0 product.productId 2.1.1.0 sysStat.cpu.cpuUpTime 2.1.2.0 sysStat.cpu.cpuBusyTime 2.1.3.0 sysStat.cpu.cpuBusyTimePerCent 2.1.4.0 sysStat.cpu.cpuIdleTime 2.1.5.0 sysStat.cpu.cpuIdleTimePerCent 2.2.1.0 sysStat.misc.miscNfsOps 2.2.2.0 sysStat.misc.miscNetRcvdKB 2.2.3.0 sysStat.misc.miscNetSentKB 2.3.1.0 sysStat.cf.cfSettings 2.3.2.0 sysStat.cf.cfState 2.3.3.0 sysStat.cf.cfCannotTakeoverCause 2.3.4.0 sysStat.cf.cfPartnerStatus 2.3.5.0 sysStat.cf.cfPartnerLastStatusUpdate 2.3.6.0 sysStat.cf.cfPartnerName 2.3.7.0 sysStat.cf.cfPartnerSysid 2.3.8.0 sysStat.cf.cfInterconnectStatus 3.1.1.1.0 nfs.curNfs.rpcServ.rpcCalls 3.1.1.2.0 nfs.curNfs.rpcServ.rpcBadCalls 3.1.1.3.0 nfs.curNfs.rpcServ.rpcNullRecvs 3.1.1.4.0 nfs.curNfs.rpcServ.rpcBadLens 3.1.1.5.0 nfs.curNfs.rpcServ.rpcServXDRCalls 3.1.2.1.0 nfs.curNfs.nfsServ.nfsCalls 3.1.2.2.0 nfs.curNfs.nfsServ.nfsServBadCalls 3.1.2.3.1.1.0 nfs.curNfs.nfsServ.nfsV2.v2Calls.v2cNulls 3.1.2.3.1.2.0 nfs.curNfs.nfsServ.nfsV2.v2Calls.v2cGetattrs 3.1.2.3.1.3.0 nfs.curNfs.nfsServ.nfsV2.v2Calls.v2cSetattrs 3.1.2.3.1.4.0 nfs.curNfs.nfsServ.nfsV2.v2Calls.v2cRoots 3.1.2.3.1.5.0 nfs.curNfs.nfsServ.nfsV2.v2Calls.v2cLookups 3.1.2.3.1.6.0 nfs.curNfs.nfsServ.nfsV2.v2Calls.v2cReadlinks 3.1.2.3.1.7.0 nfs.curNfs.nfsServ.nfsV2.v2Calls.v2cReads 3.1.2.3.1.8.0 nfs.curNfs.nfsServ.nfsV2.v2Calls.v2cWrcaches 3.1.2.3.1.9.0 nfs.curNfs.nfsServ.nfsV2.v2Calls.v2cWrites 3.1.2.3.1.10.0 nfs.curNfs.nfsServ.nfsV2.v2Calls.v2cCreates 3.1.2.3.1.11.0 nfs.curNfs.nfsServ.nfsV2.v2Calls.v2cRemoves 3.1.2.3.1.12.0 nfs.curNfs.nfsServ.nfsV2.v2Calls.v2cRenames 3.1.2.3.1.13.0 nfs.curNfs.nfsServ.nfsV2.v2Calls.v2cLinks 3.1.2.3.1.14.0 nfs.curNfs.nfsServ.nfsV2.v2Calls.v2cSymlinks 3.1.2.3.1.15.0 nfs.curNfs.nfsServ.nfsV2.v2Calls.v2cMkdirs 3.1.2.3.1.16.0 nfs.curNfs.nfsServ.nfsV2.v2Calls.v2cRmdirs 3.1.2.3.1.17.0 nfs.curNfs.nfsServ.nfsV2.v2Calls.v2cReaddirs 3.1.2.3.1.18.0 nfs.curNfs.nfsServ.nfsV2.v2Calls.v2cStatfss 3.1.2.3.2.1.0 nfs.curNfs.nfsServ.nfsV2.v2Percent.v2pNulls 3.1.2.3.2.2.0 nfs.curNfs.nfsServ.nfsV2.v2Percent.v2pGetattrs 3.1.2.3.2.3.0 nfs.curNfs.nfsServ.nfsV2.v2Percent.v2pSetattrs 3.1.2.3.2.4.0 nfs.curNfs.nfsServ.nfsV2.v2Percent.v2pRoots 3.1.2.3.2.5.0 nfs.curNfs.nfsServ.nfsV2.v2Percent.v2pLookups 3.1.2.3.2.6.0 nfs.curNfs.nfsServ.nfsV2.v2Percent.v2pReadlinks 3.1.2.3.2.7.0 nfs.curNfs.nfsServ.nfsV2.v2Percent.v2pReads 3.1.2.3.2.8.0 nfs.curNfs.nfsServ.nfsV2.v2Percent.v2pWrcaches 3.1.2.3.2.9.0 nfs.curNfs.nfsServ.nfsV2.v2Percent.v2pWrites 3.1.2.3.2.10.0 nfs.curNfs.nfsServ.nfsV2.v2Percent.v2pCreates 3.1.2.3.2.11.0 nfs.curNfs.nfsServ.nfsV2.v2Percent.v2pRemoves 3.1.2.3.2.12.0 nfs.curNfs.nfsServ.nfsV2.v2Percent.v2pRenames 3.1.2.3.2.13.0 nfs.curNfs.nfsServ.nfsV2.v2Percent.v2pLinks 3.1.2.3.2.14.0 nfs.curNfs.nfsServ.nfsV2.v2Percent.v2pSymlinks 3.1.2.3.2.15.0 nfs.curNfs.nfsServ.nfsV2.v2Percent.v2pMkdirs 3.1.2.3.2.16.0 nfs.curNfs.nfsServ.nfsV2.v2Percent.v2pRmdirs 3.1.2.3.2.17.0 nfs.curNfs.nfsServ.nfsV2.v2Percent.v2pReaddirs 3.1.2.3.2.18.0 nfs.curNfs.nfsServ.nfsV2.v2Percent.v2pStatfss 3.1.2.3.3.1.0 nfs.curNfs.nfsServ.nfsV2.v2CachedCalls.v2ccNulls 3.1.2.3.3.2.0 nfs.curNfs.nfsServ.nfsV2.v2CachedCalls.v2ccGetattrs 3.1.2.3.3.3.0 nfs.curNfs.nfsServ.nfsV2.v2CachedCalls.v2ccSetattrs 3.1.2.3.3.4.0 nfs.curNfs.nfsServ.nfsV2.v2CachedCalls.v2ccRoots 3.1.2.3.3.5.0 nfs.curNfs.nfsServ.nfsV2.v2CachedCalls.v2ccLookups 3.1.2.3.3.6.0 nfs.curNfs.nfsServ.nfsV2.v2CachedCalls.v2ccReadlinks 3.1.2.3.3.7.0 nfs.curNfs.nfsServ.nfsV2.v2CachedCalls.v2ccReads 3.1.2.3.3.8.0 nfs.curNfs.nfsServ.nfsV2.v2CachedCalls.v2ccWrcaches 3.1.2.3.3.9.0 nfs.curNfs.nfsServ.nfsV2.v2CachedCalls.v2ccWrites 3.1.2.3.3.10.0 nfs.curNfs.nfsServ.nfsV2.v2CachedCalls.v2ccCreates 3.1.2.3.3.11.0 nfs.curNfs.nfsServ.nfsV2.v2CachedCalls.v2ccRemoves 3.1.2.3.3.12.0 nfs.curNfs.nfsServ.nfsV2.v2CachedCalls.v2ccRenames 3.1.2.3.3.13.0 nfs.curNfs.nfsServ.nfsV2.v2CachedCalls.v2ccLinks 3.1.2.3.3.14.0 nfs.curNfs.nfsServ.nfsV2.v2CachedCalls.v2ccSymlinks 3.1.2.3.3.15.0 nfs.curNfs.nfsServ.nfsV2.v2CachedCalls.v2ccMkdirs 3.1.2.3.3.16.0 nfs.curNfs.nfsServ.nfsV2.v2CachedCalls.v2ccRmdirs 3.1.2.3.3.17.0 nfs.curNfs.nfsServ.nfsV2.v2CachedCalls.v2ccReaddirs 3.1.2.3.3.18.0 nfs.curNfs.nfsServ.nfsV2.v2CachedCalls.v2ccStatfss 3.1.2.3.4.1.0 nfs.curNfs.nfsServ.nfsV2.v2CachedPerCent.v2cpNulls 3.1.2.3.4.2.0 nfs.curNfs.nfsServ.nfsV2.v2CachedPerCent.v2cpGetattrs 3.1.2.3.4.3.0 nfs.curNfs.nfsServ.nfsV2.v2CachedPerCent.v2cpSetattrs 3.1.2.3.4.4.0 nfs.curNfs.nfsServ.nfsV2.v2CachedPerCent.v2cpRoots 3.1.2.3.4.5.0 nfs.curNfs.nfsServ.nfsV2.v2CachedPerCent.v2cpLookups 3.1.2.3.4.6.0 nfs.curNfs.nfsServ.nfsV2.v2CachedPerCent.v2cpReadlinks 3.1.2.3.4.7.0 nfs.curNfs.nfsServ.nfsV2.v2CachedPerCent.v2cpReads 3.1.2.3.4.8.0 nfs.curNfs.nfsServ.nfsV2.v2CachedPerCent.v2cpWrcaches 3.1.2.3.4.9.0 nfs.curNfs.nfsServ.nfsV2.v2CachedPerCent.v2cpWrites 3.1.2.3.4.10.0 nfs.curNfs.nfsServ.nfsV2.v2CachedPerCent.v2cpCreates 3.1.2.3.4.11.0 nfs.curNfs.nfsServ.nfsV2.v2CachedPerCent.v2cpRemoves 3.1.2.3.4.12.0 nfs.curNfs.nfsServ.nfsV2.v2CachedPerCent.v2cpRenames 3.1.2.3.4.13.0 nfs.curNfs.nfsServ.nfsV2.v2CachedPerCent.v2cpLinks 3.1.2.3.4.14.0 nfs.curNfs.nfsServ.nfsV2.v2CachedPerCent.v2cpSymlinks 3.1.2.3.4.15.0 nfs.curNfs.nfsServ.nfsV2.v2CachedPerCent.v2cpMkdirs 3.1.2.3.4.16.0 nfs.curNfs.nfsServ.nfsV2.v2CachedPerCent.v2cpRmdirs 3.1.2.3.4.17.0 nfs.curNfs.nfsServ.nfsV2.v2CachedPerCent.v2cpReaddirs 3.1.2.3.4.18.0 nfs.curNfs.nfsServ.nfsV2.v2CachedPerCent.v2cpStatfss 3.1.2.4.1.1.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cNulls 3.1.2.4.1.2.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cGetattrs 3.1.2.4.1.3.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cSetattrs 3.1.2.4.1.4.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cLookups 3.1.2.4.1.5.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cAccesss 3.1.2.4.1.6.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cReadlinks 3.1.2.4.1.7.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cReads 3.1.2.4.1.8.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cWrites 3.1.2.4.1.9.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cCreates 3.1.2.4.1.10.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cMkdirs 3.1.2.4.1.11.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cSymlinks 3.1.2.4.1.12.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cMknods 3.1.2.4.1.13.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cRemoves 3.1.2.4.1.14.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cRmdirs 3.1.2.4.1.15.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cRenames 3.1.2.4.1.16.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cLinks 3.1.2.4.1.17.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cReaddirs 3.1.2.4.1.18.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cReaddirPluss 3.1.2.4.1.19.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cFsstats 3.1.2.4.1.20.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cFsinfos 3.1.2.4.1.21.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cPathconfs 3.1.2.4.1.22.0 nfs.curNfs.nfsServ.nfsV3.v3Calls.v3cCommits 3.1.2.4.2.1.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pNulls 3.1.2.4.2.2.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pGetattrs 3.1.2.4.2.3.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pSetattrs 3.1.2.4.2.4.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pLookups 3.1.2.4.2.5.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pAccesss 3.1.2.4.2.6.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pReadlinks 3.1.2.4.2.7.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pReads 3.1.2.4.2.8.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pWrites 3.1.2.4.2.9.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pCreates 3.1.2.4.2.10.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pMkdirs 3.1.2.4.2.11.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pSymlinks 3.1.2.4.2.12.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pMknods 3.1.2.4.2.13.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pRemoves 3.1.2.4.2.14.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pRmdirs 3.1.2.4.2.15.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pRenames 3.1.2.4.2.16.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pLinks 3.1.2.4.2.17.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pReaddirs 3.1.2.4.2.18.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pReaddirPluss 3.1.2.4.2.19.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pFsstats 3.1.2.4.2.20.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pFsinfos 3.1.2.4.2.21.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pPathconfs 3.1.2.4.2.22.0 nfs.curNfs.nfsServ.nfsV3.v3Percent.v3pCommits 3.1.2.4.3.1.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccNulls 3.1.2.4.3.2.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccGetattrs 3.1.2.4.3.3.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccSetattrs 3.1.2.4.3.4.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccLookups 3.1.2.4.3.5.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccAccesss 3.1.2.4.3.6.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccReadlinks 3.1.2.4.3.7.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccReads 3.1.2.4.3.8.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccWrites 3.1.2.4.3.9.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccCreates 3.1.2.4.3.10.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccMkdirs 3.1.2.4.3.11.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccSymlinks 3.1.2.4.3.12.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccMknods 3.1.2.4.3.13.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccRemoves 3.1.2.4.3.14.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccRmdirs 3.1.2.4.3.15.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccRenames 3.1.2.4.3.16.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccLinks 3.1.2.4.3.17.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccReaddirs 3.1.2.4.3.18.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccReaddirPluss 3.1.2.4.3.19.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccFsstats 3.1.2.4.3.20.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccFsinfos 3.1.2.4.3.21.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccPathconfs 3.1.2.4.3.22.0 nfs.curNfs.nfsServ.nfsV3.v3CachedCalls.v3ccCommits 3.1.2.4.4.1.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpNulls 3.1.2.4.4.2.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpGetattrs 3.1.2.4.4.3.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpSetattrs 3.1.2.4.4.4.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpLookups 3.1.2.4.4.5.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpAccesss 3.1.2.4.4.6.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpReadlinks 3.1.2.4.4.7.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpReads 3.1.2.4.4.8.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpWrites 3.1.2.4.4.9.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpCreates 3.1.2.4.4.10.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpMkdirs 3.1.2.4.4.11.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpSymlinks 3.1.2.4.4.12.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpMknods 3.1.2.4.4.13.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpRemoves 3.1.2.4.4.14.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpRmdirs 3.1.2.4.4.15.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpRenames 3.1.2.4.4.16.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpLinks 3.1.2.4.4.17.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpReaddirs 3.1.2.4.4.18.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpReaddirPluss 3.1.2.4.4.19.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpFsstats 3.1.2.4.4.20.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpFsinfos 3.1.2.4.4.21.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpPathconfs 3.1.2.4.4.22.0 nfs.curNfs.nfsServ.nfsV3.v3CachedPerCent.v3cpCommits 3.1.2.5.1.0 nfs.curNfs.nfsServ.replyCache.rcInProgressHits 3.1.2.5.2.0 nfs.curNfs.nfsServ.replyCache.rcDelayHits 3.1.2.5.3.0 nfs.curNfs.nfsServ.replyCache.rcMisses 3.1.2.5.4.0 nfs.curNfs.nfsServ.replyCache.rcNonIdemDoneHits 3.1.2.5.5.0 nfs.curNfs.nfsServ.replyCache.rcNonIdemNotDoneHits 3.2.1.1.0 nfs.totNfs.trpcServ.trpcCalls 3.2.1.2.0 nfs.totNfs.trpcServ.trpcBadCalls 3.2.1.3.0 nfs.totNfs.trpcServ.trpcNullRecvs 3.2.1.4.0 nfs.totNfs.trpcServ.trpcBadLens 3.2.1.5.0 nfs.totNfs.trpcServ.trpcServXDRCalls 3.2.2.1.0 nfs.totNfs.tnfsServ.tnfsCalls 3.2.2.2.0 nfs.totNfs.tnfsServ.tnfsServBadCalls 3.2.2.3.1.1.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Calls.tv2cNulls 3.2.2.3.1.2.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Calls.tv2cGetattrs 3.2.2.3.1.3.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Calls.tv2cSetattrs 3.2.2.3.1.4.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Calls.tv2cRoots 3.2.2.3.1.5.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Calls.tv2cLookups 3.2.2.3.1.6.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Calls.tv2cReadlinks 3.2.2.3.1.7.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Calls.tv2cReads 3.2.2.3.1.8.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Calls.tv2cWrcaches 3.2.2.3.1.9.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Calls.tv2cWrites 3.2.2.3.1.10.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Calls.tv2cCreates 3.2.2.3.1.11.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Calls.tv2cRemoves 3.2.2.3.1.12.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Calls.tv2cRenames 3.2.2.3.1.13.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Calls.tv2cLinks 3.2.2.3.1.14.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Calls.tv2cSymlinks 3.2.2.3.1.15.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Calls.tv2cMkdirs 3.2.2.3.1.16.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Calls.tv2cRmdirs 3.2.2.3.1.17.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Calls.tv2cReaddirs 3.2.2.3.1.18.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Calls.tv2cStatfss 3.2.2.3.2.1.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Percent.tv2pNulls 3.2.2.3.2.2.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Percent.tv2pGetattrs 3.2.2.3.2.3.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Percent.tv2pSetattrs 3.2.2.3.2.4.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Percent.tv2pRoots 3.2.2.3.2.5.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Percent.tv2pLookups 3.2.2.3.2.6.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Percent.tv2pReadlinks 3.2.2.3.2.7.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Percent.tv2pReads 3.2.2.3.2.8.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Percent.tv2pWrcaches 3.2.2.3.2.9.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Percent.tv2pWrites 3.2.2.3.2.10.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Percent.tv2pCreates 3.2.2.3.2.11.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Percent.tv2pRemoves 3.2.2.3.2.12.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Percent.tv2pRenames 3.2.2.3.2.13.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Percent.tv2pLinks 3.2.2.3.2.14.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Percent.tv2pSymlinks 3.2.2.3.2.15.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Percent.tv2pMkdirs 3.2.2.3.2.16.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Percent.tv2pRmdirs 3.2.2.3.2.17.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Percent.tv2pReaddirs 3.2.2.3.2.18.0 nfs.totNfs.tnfsServ.tnfsV2.tv2Percent.tv2pStatfss 3.2.2.3.3.1.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedCalls.tv2ccNulls 3.2.2.3.3.2.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedCalls.tv2ccGetattrs 3.2.2.3.3.3.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedCalls.tv2ccSetattrs 3.2.2.3.3.4.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedCalls.tv2ccRoots 3.2.2.3.3.5.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedCalls.tv2ccLookups 3.2.2.3.3.6.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedCalls.tv2ccReadlinks 3.2.2.3.3.7.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedCalls.tv2ccReads 3.2.2.3.3.8.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedCalls.tv2ccWrcaches 3.2.2.3.3.9.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedCalls.tv2ccWrites 3.2.2.3.3.10.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedCalls.tv2ccCreates 3.2.2.3.3.11.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedCalls.tv2ccRemoves 3.2.2.3.3.12.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedCalls.tv2ccRenames 3.2.2.3.3.13.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedCalls.tv2ccLinks 3.2.2.3.3.14.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedCalls.tv2ccSymlinks 3.2.2.3.3.15.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedCalls.tv2ccMkdirs 3.2.2.3.3.16.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedCalls.tv2ccRmdirs 3.2.2.3.3.17.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedCalls.tv2ccReaddirs 3.2.2.3.3.18.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedCalls.tv2ccStatfss 3.2.2.3.4.1.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedPerCent.tv2cpNulls 3.2.2.3.4.2.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedPerCent.tv2cpGetattrs 3.2.2.3.4.3.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedPerCent.tv2cpSetattrs 3.2.2.3.4.4.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedPerCent.tv2cpRoots 3.2.2.3.4.5.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedPerCent.tv2cpLookups 3.2.2.3.4.6.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedPerCent.tv2cpReadlinks 3.2.2.3.4.7.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedPerCent.tv2cpReads 3.2.2.3.4.8.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedPerCent.tv2cpWrcaches 3.2.2.3.4.9.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedPerCent.tv2cpWrites 3.2.2.3.4.10.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedPerCent.tv2cpCreates 3.2.2.3.4.11.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedPerCent.tv2cpRemoves 3.2.2.3.4.12.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedPerCent.tv2cpRenames 3.2.2.3.4.13.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedPerCent.tv2cpLinks 3.2.2.3.4.14.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedPerCent.tv2cpSymlinks 3.2.2.3.4.15.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedPerCent.tv2cpMkdirs 3.2.2.3.4.16.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedPerCent.tv2cpRmdirs 3.2.2.3.4.17.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedPerCent.tv2cpReaddirs 3.2.2.3.4.18.0 nfs.totNfs.tnfsServ.tnfsV2.tv2CachedPerCent.tv2cpStatfss 3.2.2.4.1.1.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cNulls 3.2.2.4.1.2.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cGetattrs 3.2.2.4.1.3.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cSetattrs 3.2.2.4.1.4.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cLookups 3.2.2.4.1.5.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cAccesss 3.2.2.4.1.6.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cReadlinks 3.2.2.4.1.7.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cReads 3.2.2.4.1.8.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cWrites 3.2.2.4.1.9.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cCreates 3.2.2.4.1.10.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cMkdirs 3.2.2.4.1.11.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cSymlinks 3.2.2.4.1.12.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cMknods 3.2.2.4.1.13.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cRemoves 3.2.2.4.1.14.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cRmdirs 3.2.2.4.1.15.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cRenames 3.2.2.4.1.16.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cLinks 3.2.2.4.1.17.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cReaddirs 3.2.2.4.1.18.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cReaddirPluss 3.2.2.4.1.19.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cFsstats 3.2.2.4.1.20.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cFsinfos 3.2.2.4.1.21.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cPathconfs 3.2.2.4.1.22.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Calls.tv3cCommits 3.2.2.4.2.1.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pNulls 3.2.2.4.2.2.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pGetattrs 3.2.2.4.2.3.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pSetattrs 3.2.2.4.2.4.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pLookups 3.2.2.4.2.5.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pAccesss 3.2.2.4.2.6.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pReadlinks 3.2.2.4.2.7.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pReads 3.2.2.4.2.8.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pWrites 3.2.2.4.2.9.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pCreates 3.2.2.4.2.10.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pMkdirs 3.2.2.4.2.11.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pSymlinks 3.2.2.4.2.12.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pMknods 3.2.2.4.2.13.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pRemoves 3.2.2.4.2.14.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pRmdirs 3.2.2.4.2.15.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pRenames 3.2.2.4.2.16.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pLinks 3.2.2.4.2.17.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pReaddirs 3.2.2.4.2.18.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pReaddirPluss 3.2.2.4.2.19.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pFsstats 3.2.2.4.2.20.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pFsinfos 3.2.2.4.2.21.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pPathconfs 3.2.2.4.2.22.0 nfs.totNfs.tnfsServ.tnfsV3.tv3Percent.tv3pCommits 3.2.2.4.3.1.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccNulls 3.2.2.4.3.2.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccGetattrs 3.2.2.4.3.3.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccSetattrs 3.2.2.4.3.4.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccLookups 3.2.2.4.3.5.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccAccesss 3.2.2.4.3.6.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccReadlinks 3.2.2.4.3.7.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccReads 3.2.2.4.3.8.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccWrites 3.2.2.4.3.9.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccCreates 3.2.2.4.3.10.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccMkdirs 3.2.2.4.3.11.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccSymlinks 3.2.2.4.3.12.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccMknods 3.2.2.4.3.13.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccRemoves 3.2.2.4.3.14.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccRmdirs 3.2.2.4.3.15.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccRenames 3.2.2.4.3.16.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccLinks 3.2.2.4.3.17.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccReaddirs 3.2.2.4.3.18.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccReaddirPluss 3.2.2.4.3.19.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccFsstats 3.2.2.4.3.20.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccFsinfos 3.2.2.4.3.21.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccPathconfs 3.2.2.4.3.22.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedCalls.tv3ccCommits 3.2.2.4.4.1.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpNulls 3.2.2.4.4.2.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpGetattrs 3.2.2.4.4.3.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpSetattrs 3.2.2.4.4.4.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpLookups 3.2.2.4.4.5.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpAccesss 3.2.2.4.4.6.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpReadlinks 3.2.2.4.4.7.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpReads 3.2.2.4.4.8.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpWrites 3.2.2.4.4.9.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpCreates 3.2.2.4.4.10.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpMkdirs 3.2.2.4.4.11.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpSymlinks 3.2.2.4.4.12.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpMknods 3.2.2.4.4.13.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpRemoves 3.2.2.4.4.14.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpRmdirs 3.2.2.4.4.15.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpRenames 3.2.2.4.4.16.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpLinks 3.2.2.4.4.17.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpReaddirs 3.2.2.4.4.18.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpReaddirPluss 3.2.2.4.4.19.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpFsstats 3.2.2.4.4.20.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpFsinfos 3.2.2.4.4.21.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpPathconfs 3.2.2.4.4.22.0 nfs.totNfs.tnfsServ.tnfsV3.tv3CachedPerCent.tv3cpCommits 3.2.2.5.1.0 nfs.totNfs.tnfsServ.treplyCache.trcInProgressHits 3.2.2.5.2.0 nfs.totNfs.tnfsServ.treplyCache.trcDelayHits 3.2.2.5.3.0 nfs.totNfs.tnfsServ.treplyCache.trcMisses 3.2.2.5.4.0 nfs.totNfs.tnfsServ.treplyCache.trcNonIdemDoneHits 3.2.2.5.5.0 nfs.totNfs.tnfsServ.treplyCache.trcNonIdemNotDoneHits 4.1.0 quota.quotaState 4.2.0 quota.quotaInitPercent 4.3.1.1.1 quota.qrTable.qrEntry.qrIndex 4.3.1.2.1 quota.qrTable.qrEntry.qrType 4.3.1.3.1 quota.qrTable.qrEntry.qrId 4.3.1.4.1 quota.qrTable.qrEntry.qrKBytesUsed 4.3.1.5.1 quota.qrTable.qrEntry.qrKBytesLimit 4.3.1.6.1 quota.qrTable.qrEntry.qrFilesUsed 4.3.1.7.1 quota.qrTable.qrEntry.qrFileLimit 4.3.1.8.1 quota.qrTable.qrEntry.qrPathName 4.4.1.1.1 quota.qvStateTable.qvStateEntry.qvStateVolume 4.4.1.2.1 quota.qvStateTable.qvStateEntry.qvStateName 4.4.1.3.1 quota.qvStateTable.qvStateEntry.qvStateStat 4.4.1.4.1 quota.qvStateTable.qvStateEntry.qvStateInitPercent 4.5.1.1.1 quota.qrVTable.qrVEntry.qrVIndex 4.5.1.2.1 quota.qrVTable.qrVEntry.qrVType 4.5.1.3.1 quota.qrVTable.qrVEntry.qrVId 4.5.1.4.1 quota.qrVTable.qrVEntry.qrVKBytesUsed 4.5.1.5.1 quota.qrVTable.qrVEntry.qrVKBytesLimit 4.5.1.6.1 quota.qrVTable.qrVEntry.qrVFilesUsed 4.5.1.7.1 quota.qrVTable.qrVEntry.qrVFileLimit 4.5.1.8.1 quota.qrVTable.qrVEntry.qrVPathName 4.5.1.9.1 quota.qrVTable.qrVEntry.qrVVolume 4.5.1.10.1 quota.qrVTable.qrVEntry.qrVTree 5.1.0 filesys.filesysMaxfilesAvail 5.2.0 filesys.filesysMaxfilesUsed 5.3.0 filesys.filesysMaxfilesPossible 5.4.1.1.1 filesys.dfTable.dfEntry.dfIndex 5.4.1.2.1 filesys.dfTable.dfEntry.dfFileSys 5.4.1.3.1 filesys.dfTable.dfEntry.dfKBytesTotal 5.4.1.4.1 filesys.dfTable.dfEntry.dfKBytesUsed 5.4.1.5.1 filesys.dfTable.dfEntry.dfKBytesAvail 5.4.1.6.1 filesys.dfTable.dfEntry.dfPerCentKBytesCapacity 5.4.1.7.1 filesys.dfTable.dfEntry.dfInodesUsed 5.4.1.8.1 filesys.dfTable.dfEntry.dfInodesFree 5.4.1.9.1 filesys.dfTable.dfEntry.dfPerCentInodeCapacity 5.4.1.10.1 filesys.dfTable.dfEntry.dfMountedOn 5.4.1.11.1 filesys.dfTable.dfEntry.dfMaxFilesAvail 5.4.1.12.1 filesys.dfTable.dfEntry.dfMaxFilesUsed 5.4.1.13.1 filesys.dfTable.dfEntry.dfMaxFilesPossible 5.5.1.1.1.1 filesys.snapshot.slTable.slEntry.slIndex 5.5.1.1.2.1 filesys.snapshot.slTable.slEntry.slMonth 5.5.1.1.3.1 filesys.snapshot.slTable.slEntry.slDay 5.5.1.1.4.1 filesys.snapshot.slTable.slEntry.slHour 5.5.1.1.5.1 filesys.snapshot.slTable.slEntry.slMinutes 5.5.1.1.6.1 filesys.snapshot.slTable.slEntry.slName 5.5.2.1.1.1 filesys.snapshot.slVTable.slVEntry.slVIndex 5.5.2.1.2.1 filesys.snapshot.slVTable.slVEntry.slVMonth 5.5.2.1.3.1 filesys.snapshot.slVTable.slVEntry.slVDay 5.5.2.1.4.1 filesys.snapshot.slVTable.slVEntry.slVHour 5.5.2.1.5.1 filesys.snapshot.slVTable.slVEntry.slVMinutes 5.5.2.1.6.1 filesys.snapshot.slVTable.slVEntry.slVName 5.5.2.1.7.1 filesys.snapshot.slVTable.slVEntry.slVVolume 6.1.1.1.1 raid.raidTable.raidEntry.raidIndex 6.1.1.2.1 raid.raidTable.raidEntry.raidDiskName 6.1.1.3.1 raid.raidTable.raidEntry.raidStatus 6.1.1.4.1 raid.raidTable.raidEntry.raidDiskId 6.1.1.5.1 raid.raidTable.raidEntry.raidScsiAdapter 6.1.1.6.1 raid.raidTable.raidEntry.raidScsiId 6.1.1.7.1 raid.raidTable.raidEntry.raidUsedMb 6.1.1.8.1 raid.raidTable.raidEntry.raidUsedBlocks 6.1.1.9.1 raid.raidTable.raidEntry.raidTotalMb 6.1.1.10.1 raid.raidTable.raidEntry.raidTotalBlocks 6.1.1.11.1 raid.raidTable.raidEntry.raidCompletionPerCent 6.2.1.1.1 raid.raidVTable.raidVEntry.raidVIndex 6.2.1.2.1 raid.raidVTable.raidVEntry.raidVDiskName 6.2.1.3.1 raid.raidVTable.raidVEntry.raidVStatus 6.2.1.4.1 raid.raidVTable.raidVEntry.raidVDiskId 6.2.1.5.1 raid.raidVTable.raidVEntry.raidVScsiAdapter 6.2.1.6.1 raid.raidVTable.raidVEntry.raidVScsiId 6.2.1.7.1 raid.raidVTable.raidVEntry.raidVUsedMb 6.2.1.8.1 raid.raidVTable.raidVEntry.raidVUsedBlocks 6.2.1.9.1 raid.raidVTable.raidVEntry.raidVTotalMb 6.2.1.10.1 raid.raidVTable.raidVEntry.raidVTotalBlocks 6.2.1.11.1 raid.raidVTable.raidVEntry.raidVCompletionPerCent 6.2.1.12.1 raid.raidVTable.raidVEntry.raidVVol 6.2.1.13.1 raid.raidVTable.raidVEntry.raidVGroup 6.3.1.1.1 raid.spareTable.spareEntry.spareIndex 6.3.1.2.1 raid.spareTable.spareEntry.spareDiskName 6.3.1.3.1 raid.spareTable.spareEntry.spareStatus 6.3.1.4.1 raid.spareTable.spareEntry.spareDiskId 6.3.1.5.1 raid.spareTable.spareEntry.spareScsiAdapter 6.3.1.6.1 raid.spareTable.spareEntry.spareScsiId 6.3.1.7.1 raid.spareTable.spareEntry.spareTotalMb 6.3.1.8.1 raid.spareTable.spareEntry.spareTotalBlocks
- Brian Hackworth