Environment
SNMP Toolkit
AppManager 6.x
AppManager 7.0.x
Situation
In what order will mathematical conversions be performed if more than one is selected?
Resolution
SyncGet and SyncGet Table
Mathematical conversions will be performed in the following order:
- Multiplication
- Division
- Delta
- Percentage
SyncPoll and SyncPollTable
Mathematical conversions will be performed in the following order:
- Delta
- Multiplication
- Division
- Percentage
Additional Information
Formerly known as NETIQKB43558
Despite the different ordering, the end results of the calculations will be the same.
The only exception to this is the Division conversion for SyncGet and SyncGetTable. If both Division and Delta conversion are performed, then Integer Division is performed and any remainder is discarded. If Delta is not selected, the Real Number Division will be performed and any remainder will be preserved.