IPWorks Measurement List for DL380 Gen9 Platform

Contents

1Introduction
1.1Related Information

2

Fetching SNMP Statistics Using SNMP Commands
2.1SNMPGET
2.2SNMPWALK

3

Format

4

Counters for Linux Platform
4.1Memory Related Parameters
4.1.1memTotalSwap
4.1.2memAvailSwap
4.1.3memTotalReal
4.1.4memAvailReal
4.1.5memTotalFree
4.2CPU Related Parameters
4.2.1ssCpuRawUser
4.2.2ssCpuRawSystem
4.2.3ssCpuRawIdle
4.3System Load Parameters
4.3.1Load-1 (laLoad)
4.3.2Load-5 (laLoad)
4.3.3Load-15 (laLoad)
4.4Interface Statistics
4.4.1ifInOctets
4.4.2ifInUcastPkts
4.4.3ifInDiscards
4.4.4ifInErrors
4.4.5ifInUnknownProtos
4.4.6ifOutOctets
4.4.7ifOutUcastPkts
4.4.8ifOutDiscards
4.4.9ifOutErrors
4.5Disk Related Counters
4.5.1dskTotal
4.5.2dskAvail
4.5.3dskUsed

Reference List

1   Introduction

This document gives an overview of the counters for IPWorks G9 platform.

Scope

This document only covers the Counters for Linux Platform.

Target Groups

This document is intended for personnel handling gauges and counters. This includes network administrators and system administrators.

1.1   Related Information

Typographic conventions, definition, and explanation of abbreviations and terminology can be found in the following documents:

2   Fetching SNMP Statistics Using SNMP Commands

This section guides users how to fetch the Performance Management (PM) using SNMP Commands.

IPWorks supports fetching SNMP statistics from all protocol servers and EM SS component by using SNMP commands: snmpget, snmpgetnext, snmpbulkget, snmpwalk, snmpbulkwalk. Only snmpget and snmpwalk are described in details here. For more information about the other SNMP commands, see the online help by using the man command.

Note:  
For the counters belonging to the Table Counter group, only the commands snmpwalk and snmpbulkwalk are applicable for users to fetch the SNMP statistics.

2.1   SNMPGET

snmpget is an SNMP application that uses the GET request to query for information on a network entity. Any specific counter can be retrieved using the snmpget command.

An example is shown for the sysUpTime counter. The command requires the exact name or the OID of the counter followed by “.0”. In the following example, the output shows that the value for the counter is “0”:

# snmpget -v 2c -c public localhost sysUpTime.0

or

# snmpget -v 2c -c public localhost .1.3.6.1.2.1.1.3.0

The output:

.1.3.6.1.2.1.1.3.0 = Timeticks: (4153130) 11:32:11.30

Where

2.2   SNMPWALK

snmpwalk is an SNMP application that uses the GET NEXT requests to query for a tree of information about a network entity. All the child objects of a parent object can be retrieved using the snmpwalk command.

An example is shown for the system average load (laLoad) group. The output is a list of the counters in that group and their values. In the example below, the 1 min load average counter starts the list and has a value of “1”:

# snmpwalk -v 2c -c public localhost laLoad

or

# snmpwalk -v 2c -c public localhost .1.3.6.1.4.1.2021.10.1.3

The output:

.1.3.6.1.4.1.2021.10.1.3.1 = STRING: 24.64
.1.3.6.1.4.1.2021.10.1.3.2 = STRING: 24.31
.1.3.6.1.4.1.2021.10.1.3.3 = STRING: 24.41

3   Format

The counters listed in this document are described in the following format:

4   Counters for Linux Platform

Linux platform provides performance information regarding:

4.1   Memory Related Parameters

This section lists the parameters that are related to memory for Linux platform.

4.1.1   memTotalSwap

4.1.2   memAvailSwap

4.1.3   memTotalReal

4.1.4   memAvailReal

4.1.5   memTotalFree

4.2   CPU Related Parameters

This section lists the parameters that are related to CPU for Linux platform.

4.2.1   ssCpuRawUser

4.2.2   ssCpuRawSystem

4.2.3   ssCpuRawIdle

4.3   System Load Parameters

This section lists the parameters that are related to system load for Linux platform.

4.3.1   Load-1 (laLoad)

4.3.2   Load-5 (laLoad)

4.3.3   Load-15 (laLoad)

4.4   Interface Statistics

This section lists the counters that are related to interface statistics for Linux platform.

4.4.1   ifInOctets

4.4.2   ifInUcastPkts

4.4.3   ifInDiscards

4.4.4   ifInErrors

4.4.5   ifInUnknownProtos

4.4.6   ifOutOctets

4.4.7   ifOutUcastPkts

4.4.8   ifOutDiscards

4.4.9   ifOutErrors

4.5   Disk Related Counters

This section lists the counters that are related to disk for Linux platform.

4.5.1   dskTotal

4.5.2   dskAvail

4.5.3   dskUsed


Reference List

IPWorks Library Documents
[1] Trademark Information.
[2] Typographic Conventions.
[3] Glossary of Terms and Acronyms.
[4] IPWorks Fault Management Guide for DL380 Gen9 Platform.


Copyright

© Ericsson AB 2017, 2018. All rights reserved. No part of this document may be reproduced in any form without the written permission of the copyright owner.

Disclaimer

The contents of this document are subject to revision without notice due to continued progress in methodology, design and manufacturing. Ericsson shall have no liability for any error or damage of any kind resulting from the use of this document.

Trademark List
All trademarks mentioned herein are the property of their respective owners. These are shown in the document Trademark Information.

    IPWorks Measurement List for DL380 Gen9 Platform