listsnmpcountermappings
Command |
listsnmpcountermappings [parameter set type name] Description Lists the current Parameter Set Type + Counter Name -> Index mappings. If a parameter set type name is specified, then only the mappings associated with that parameter set type are listed, otherwise all mappings are listed. |
---|---|
What it does |
Lists the current Parameter Set Type + Counter Name to Index mappings used to represent SNMP statistics from each parameter set. Includes three columns of information:
|
Example |
[Rhino@localhost (#20)] listsnmpcountermappings Transactions Counter Mappings ================ Transactions 2 active Transactions 3 committed Transactions 4 rolledBack Transactions 5 started |
setsnmpcountermapping
Command |
setsnmpcountermapping [-namespace] <parameter set type name> <counter name> <-index <index>|-auto|-none> Description Sets or clears the index used for the specified parameter set type and counter. The -index option sets the mapping to a specific index, while the -auto option auto-assigns an available index. The -none option clears any existing mapping.
|
||
---|---|---|---|
What it does |
Sets or clears SNMP counter mappings. |
||
Example |
[Rhino@localhost (#22)] setsnmpcountermapping Services activeRootSbbs 3 SNMP counter mapping for activeRootSbbs set to 3 |