Statistics

SMPP Statistics

The SMPP service provides the following core statistics for each endpoint:

Field Type Description
n2jslee.smpp.message_requests_received Counter Tracks the number of SMPP request PDUs received by the endpoint.
n2jslee.smpp.message_responses_received Counter Tracks the number of SMPP response PDUs received by the endpoint.
n2jslee.smpp.message_requests_sent Counter Tracks the number of SMPP request PDUs sent by the endpoint.
n2jslee.smpp.message_responses_sent Counter Tracks the number of SMPP response PDUs sent by the endpoint.
n2jslee.smpp.message_response_queue Gauge Shows the current amount of messages sent to external entities that have not received a reply.

Each statistic includes tags to track different subtotals for each above statistic.

General Tags

The following tags are included on every statistic:

Tag Description
node The configured name of the node the service is running on.
service The configured name of the SMPP service.
endpoint The configured endpoint name.

Specific Tags

The following tags are statistic-specific:

Tag Description
message Included for message_requests_sent, message_requests_received, message_responses_sent, and message_responses_received. Used to count the number of times each message type is sent or received.