Display Business API Gateway Statistics
The Business API Gateway statistics include information for RS Gateway, Gateway Proxy, and Payment Gateways. See the discussion about all MATRIXX Engine SNMP statistics for a complete list of the Business API Gateway statistics and notifications.
About this task
- RS Gateway statistics have the rsgw statistic prefix.
- Gateway Proxy statistics have the pgw statistic prefix.
- Payment Gateway statistics have the pmtgw statistic prefix.
Perform these steps on a Business API Gateway server.
Procedure
Enter a command like the following:
$ snmpwalk -v 2c -c public localhost:1616 .1.3.6.1.4.1.35838
MATRIXX-WEB-MIB::pgwRequestCount.0 = Counter64: 0
MATRIXX-WEB-MIB::pgwResponseCount.0 = Counter64: 0
MATRIXX-WEB-MIB::rsgwRequestCount.0 = Counter64: 0
MATRIXX-WEB-MIB::rsgwResponseCount.0 = Counter64: 0
MATRIXX-WEB-MIB::mmRequestCount.0 = Counter64: 0
MATRIXX-WEB-MIB::mmResponseCount.0 = Counter64: 0
MATRIXX-WEB-MIB::cmRequestCount.0 = Counter64: 0
MATRIXX-WEB-MIB::cmResponseCount.0 = Counter64: 0
For more information about the snmpwalk syntax, see the snmp-net-utils documentation.