ECS Schema Statistics

The ECS schema provides operational statistics that can be used for monitoring and troubleshooting Enhanced Charging functionality for the following products: GGSN, HA, HSGW, MVG, PDSN, P-GW, and ADC, CF, SFW, NAT, and TPO In-line services

This schema provides the following types of statistics:
  • Counter: A counter records incremental data cumulatively and rolls over when the counter limit is reached. All counter statistics are cumulative and reset only by one of the following methods: roll-over when limit is reached, after a system restart, or after a clear command is performed. The limit depends upon the data type.
  • Gauge: A gauge statistic indicates a single value; a snapshot representation of a single point in time within a defined time frame. The gauge changes to a new value with each snapshot though a value may repeat from one period to the next. The limit depends upon the data type.
  • Information: This type of statistic provides information, often intended to differentiate sets of statistics; for example, a VPN name or IP address. The type of information provided depends upon the data type.
The data type defines the format of the data for the value provided by the statistic. The following data types are used in statistics for this schema:
  • Int32/Int64: An integer, either 32-bit or 64-bit: For statistics with the Int32 data type, the roll-over to zero limit is 4,294,967,295. For statistics with the Int64 data type, the roll-over to zero limit is 18,446,744,073,709,551,615.
  • Float: A numeric value that can be represented fractionally; for example, 1.345.
  • String: A series of ASCII alphanumeric characters in a single grouping, usually pre-configured.

IMPORTANT:

Unless otherwise indicated, all statistics are counters and all statistics are standards-based.

Key Variables: Every schema has some variables which are typically referred to as 'key variables'. These key variables provide index markers to identify which object the statistics apply to. For example, in the card schema, the card number (variable %card%) uniquely identifies a card. For an HA service, the keys would be "%vpnname%" plus "%servname%", as the combination uniquely identifies an HA service. So, in a given measurement interval, one row of statistics will be generated per unique key. The schema keys are identified in the Description section of the table.


Table 1. Bulk Statistic Variables in the ECS Schema
Variables Description Data Type

General ECS Statistics

ecs-subscribers

Description: The combined total of the number of subscribers who have used the ECS service previously + other subscribers currently using the ECS service.

Triggers: Increments whenever a new subscriber comes up.

Availability: Per Active Charging Service.

Int32

ecs-subscribers-cur

Description: The number of subscribers currently using the ECS service.

Triggers:

Increments whenever a new subscriber comes up.

Decrements whenever a subscriber drops.

Availability: Per Active Charging Service.

Type: Gauge

Int32

gcdrs-generated

Description: The total number of G-CDRs generated by ECS.

Triggers: Increments whenever a G-CDR is generated.

Availability: Per Active Charging Service.

Int32

edrs-generated

Description: The total number of EDRs generated by ECS.

Triggers: Increments whenever an EDR is generated.

Availability: Per Active Charging Service.

Int32

udrs-generated

Description: The total number of UDRs generated by ECS.

Triggers: Increments whenever an UDR is generated.

Availability: Per Active Charging Service.

Int32

IP Analyzer Specific Statistics

ip-flows

Description: The combined total of the number of IP flows previously analyzed + IP flows currently being analyzed.

Triggers: Increments whenever a new IP flow is created.

Availability: Per Active Charging Service.

Int64

ip-flows-cur

Description: The number of IP flows currently being analyzed.

Triggers:

Increments whenever a new IP flow is created.

Decrements whenever an IP flow ends.

Availability: Per Active Charging Service.

Type: Gauge

Int64

ip-uplk-bytes

Description: The total number of IP bytes detected in uplink direction (from the MS).

Triggers: Increments whenever a new packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

ip-dwnlk-bytes

Description: The total number of IP bytes detected in downlink direction (to the MS).

Triggers: Increments whenever a new packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

ip-uplk-pkts

Description: The total number of IP packets detected in uplink direction.

Triggers: Increments whenever a new packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

ip-dwnlk-pkts

Description: The total number of IP packets detected in downlink direction.

Triggers: Increments whenever a new packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

ip-uplk-pkts-frag

Description: The total number of fragmented IP packets detected in uplink direction.

Triggers: Increments whenever a new fragment packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

ip-dwnlk-pkts-frag

Description: The total number of fragmented IP packets detected in downlink direction.

Triggers: Increments whenever a new fragment packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

ip-uplk-bytes-frag

Description: The total number of fragmented IP bytes detected in uplink direction.

Triggers: Increments whenever a new fragment packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

ip-dwnlk-bytes-frag

Description: The total number of fragmented IP bytes detected in downlink direction.

Triggers: Increments whenever a new fragment packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

UDP Analyzer Specific Statistics

udp-flows

Description: The combined total of the number of UDP flows previously analyzed + UDP flows currently being analyzed.

Triggers: Increments whenever a new UDP flow is created.

Availability: Per Active Charging Service.

Int32

udp-flows-cur

Description: The number of UDP flows currently being analyzed.

Triggers:

Increments whenever a new UDP flow is created.

Decrements whenever an UDP flow ends.

Availability: Per Active Charging Service.

Type: Gauge

Int32

udp-uplk-bytes

Description: The total number of UDP bytes detected in uplink direction (from the MS).

Triggers: Increments whenever a new UDP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

udp-dwnlk-bytes

Description: The total number of UDP bytes detected in downlink direction (to the MS).

Triggers: Increments whenever a new UDP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

udp-uplk-pkts

Description: The total number of UDP packets detected in uplink direction.

Triggers: Increments whenever a new UDP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

udp-dwnlk-pkts

Description: The total number of UDP packets detected in downlink direction.

Triggers: Increments whenever a new UDP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

udp-inv-pkts

Description: The total number of invalid UDP packets detected.

Triggers: Increments whenever an invalid UDP packet is detected.

Availability: Per Active Charging Service.

Int32

TCP Analyzer Specific Statistics

tcp-flows

Description: The combined total of the number of TCP flows previously analyzed + TCP flows currently being analyzed.

Triggers: Increments whenever a new TCP flow is created.

Availability: Per Active Charging Service.

Int32

tcp-flows-cur

Description: The number of TCP flows currently being analyzed.

Triggers:

Increments whenever a new TCP flow is created.

Decrements whenever a TCP flow ends.

Availability: Per Active Charging Service.

Type: Gauge

Int32

tcp-uplk-bytes

Description: The total number of TCP bytes detected in uplink direction (from the MS).

Triggers: Increments whenever a new TCP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

tcp-dwnlk-bytes

Description: The total number of TCP bytes detected in downlink direction (to the MS).

Triggers: Increments whenever a new TCP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

tcp-uplk-pkts

Description: The total number of TCP packets detected in uplink direction.

Triggers: Increments whenever a new TCP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

tcp-dwnlk-pkts

Description: The total number of TCP packets detected in downlink direction.

Triggers: Increments whenever a new TCP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

tcp-uplk-bytes-retr

Description: The total number of TCP bytes retransmitted in uplink direction.

Triggers: Increments whenever a new TCP retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

tcp-dwnlk-bytes-retr

Description: The total number of TCP bytes retransmitted in downlink direction.

Triggers: Increments whenever a new TCP retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

tcp-uplk-pkts-retr

Description: The total number of TCP packets retransmitted in uplink direction.

Triggers: Increments whenever a new TCP retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

tcp-dwnlk-pkts-retr

Description: The total number of TCP packets retransmitted in downlink direction.

Triggers: Increments whenever a new TCP retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

tcp-uplk-pkts-ooo-analyzd

Description: The total number of out-of-order TCP packets analyzed in uplink direction.

Triggers: Increments whenever a new TCP out-of-order packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

tcp-dwnlk-pkts-ooo-analyzd

Description: The total number of out-of-order TCP packets analyzed in downlink direction.

Triggers: Increments whenever a new TCP out-of-order packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

tcp-uplk-pkts-ooo-fail

Description: The total number of failed out-of-order TCP packets detected in uplink direction.

Triggers: Increments whenever TCP out-of-order failure occurs for uplink direction. It gets incremented by the total number of uplink out-of-order packets.

Availability: Per Active Charging Service.

Int32

tcp-dwnlk-pkts-ooo-fail

Description: The total number of failed out-of-order TCP packets detected in downlink direction.

Triggers: Increments whenever TCP out-of-order failure occurs for downlink direction. It gets incremented by the total number of downlink out-of-order packets.

Availability: Per Active Charging Service.

Int32

tcp-uplk-pkts-ooo-retr

Description: The total number of out-of-order TCP packets retransmitted in uplink direction.

Triggers: Increments whenever a new TCP retransmitted out-of-order packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

tcp-dwnlk-pkts-ooo-retr

Description: The total number of out-of-order TCP packets retransmitted in downlink direction.

Triggers: Increments whenever a new TCP retransmitted out-of-order packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

ICMP Analyzer Specific Statistics

icmp-flows

Description: The combined total of the number of ICMP flows previously analyzed + ICMP flows currently being analyzed.

Triggers: Increments whenever a new ICMP flow is created.

Availability: Per Active Charging Service.

Int32

icmp-flows-cur

Description: The number of ICMP flows currently being analyzed.

Triggers:

Increments whenever a new ICMP flow is created.

Decrements whenever an ICMP flow ends.

Availability: Per Active Charging Service.

Type: Gauge

Int32

icmp-uplk-bytes

Description: The total number of ICMP bytes detected in uplink direction (from the MS).

Triggers: Increments whenever a new ICMP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

icmp-dwnlk-bytes

Description: The total number of ICMP bytes detected in downlink direction (to the MS).

Triggers: Increments whenever a new ICMP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

icmp-uplk-pkts

Description: The total number of ICMP packets detected in uplink direction.

Triggers: Increments whenever a new ICMP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

icmp-dwnlk-pkts

Description: The total number of ICMP packets detected in downlink direction.

Triggers: Increments whenever a new ICMP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

icmp-ech-req

Description: The total number of ICMP ECHO requests detected.

Triggers: Increments whenever a new ICMP ECHO request is received.

Availability: Per Active Charging Service.

Int32

icmp-ech-rep

Description: The total number of ICMP ECHO replies detected.

Triggers: Increments whenever a new ICMP ECHO response is received.

Availability: Per Active Charging Service.

Int32

icmp-dst-unrch

Description: The total number of ICMP Destination Unreachable messages detected.

Triggers: Increments whenever a new ICMP Destination Unreachable message is received.

Availability: Per Active Charging Service.

Int32

icmp-redir

Description: The total number of ICMP Redirect messages detected.

Triggers: Increments whenever a new ICMP Redirect message is received.

Availability: Per Active Charging Service.

Int32

icmp-tm-excd

Description: The total number of ICMP Time Exceeded messages detected.

Triggers: Increments whenever a new ICMP time exceeded message is received.

Availability: Per Active Charging Service.

Int32

icmp-trace-route

Description: The total number of ICMP Trace Route messages detected.

Triggers: Increments whenever a new ICMP Trace Route message is received.

Availability: Per Active Charging Service.

Int32

icmp-oth

Description: The total number of other ICMP messages detected.

Triggers: Increments whenever any other ICMP message is received.

Availability: Per Active Charging Service.

Int32

icmp-inv-pkts

Description: The total number of ICMP invalid packets detected.

Triggers: Increments whenever an invalid ICMP packet is detected.

Availability: Per Active Charging Service.

Int32

HTTP Analyzer Specific Statistics

http-flows

Description: The combined total of the number of HTTP flows previously analyzed + HTTP flows currently being analyzed.

Triggers: Increments whenever a new HTTP flow is created.

Availability: Per Active Charging Service.

Int32

http-flows-cur

Description: The number of HTTP flows currently being analyzed.

Triggers:

Increments whenever a new HTTP flow is created.

Decrements whenever an HTTP flow ends.

Availability: Per Active Charging Service.

Type: Gauge

Int32

http-uplk-bytes

Description: The total number of HTTP bytes detected in uplink direction (from the MS).

Triggers: Increments whenever a new HTTP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

http-dwnlk-bytes

Description: The total number of HTTP bytes detected in downlink direction (to the MS).

Triggers: Increments whenever a new HTTP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

http-uplk-pkts

Description: The total number of HTTP packets detected in uplink direction.

Triggers: Increments whenever a new HTTP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

http-dwnlk-pkts

Description: The total number of HTTP packets detected in downlink direction.

Triggers: Increments whenever a new HTTP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

http-uplk-bytes-retr

Description: The total number of HTTP bytes retransmitted in uplink direction.

Triggers: Increments whenever a new HTTP retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

http-dwnlk-bytes-retr

Description: The total number of HTTP bytes retransmitted in downlink direction.

Triggers: Increments whenever a new HTTP retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

http-uplk-pkts-retr

Description: The total number of HTTP packets retransmitted in uplink direction.

Triggers: Increments whenever a new HTTP retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

http-dwnlk-pkts-retr

Description: The total number of HTTP packets retransmitted in downlink direction.

Triggers: Increments whenever a new HTTP retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

http-req-succ

Description: The total number of successful HTTP requests detected.

Triggers: Increments whenever a new HTTP request completes successfully.

Availability: Per Active Charging Service.

Int32

http-req-fail

Description: The total number of failed HTTP requests detected.

Triggers: Increments whenever a new HTTP request fails.

Availability: Per Active Charging Service.

Int32

http-get-req

Description: The total number of HTTP GET requests detected.

Triggers: Increments whenever a new HTTP GET request is received.

Availability: Per Active Charging Service.

Int32

http-post-req

Description: The total number of HTTP POST requests detected.

Triggers: Increments whenever a new HTTP POST request is received.

Availability: Per Active Charging Service.

Int32

http-connect-req

Description: The total number of HTTP CONNECT requests detected.

Triggers: Increments whenever a new HTTP CONNECT request is received.

Availability: Per Active Charging Service.

Int32

http-inv-pkts

Description: The total number of invalid HTTP packets detected.

Triggers: Increments whenever an invalid HTTP packet is detected.

Availability: Per Active Charging Service.

Int32

HTTPS Analyzer Specific Statistics

https-flows

Description: The combined total of the number of HTTPS flows previously analyzed + HTTPS flows currently being analyzed.

Triggers: Increments whenever a new HTTPS flow is created.

Availability: Per Active Charging Service.

Int32

https-flows-cur

Description: The number of HTTPS flows currently being analyzed.

Triggers:

Increments whenever a new HTTPS flow is created.

Decrements whenever an HTTPS flow ends.

Availability: Per Active Charging Service.

Type: Gauge

Int32

https-uplk-bytes

Description: The total number of HTTPS bytes detected in uplink direction (from the MS).

Triggers: Increments whenever a new HTTPS packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

https-dwnlk-bytes

Description: The total number of HTTPS bytes detected in downlink direction (to the MS).

Triggers: Increments whenever a new HTTPS packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

https-uplk-pkts

Description: The total number of HTTPS packets detected in uplink direction.

Triggers: Increments whenever a new HTTPS packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

https-dwnlk-pkts

Description: The total number of HTTPS packets detected in downlink direction.

Triggers: Increments whenever a new HTTPS packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

https-uplk-bytes-retr

Description: The total number of HTTPS bytes retransmitted in uplink direction.

Triggers: Increments whenever a new HTTPS retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

https-dwnlk-bytes-retr

Description: The total number of HTTPS bytes retransmitted in downlink direction.

Triggers: Increments whenever a new HTTPS retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

https-uplk-pkts-retr

Description: The total number of HTTPS packets retransmitted in uplink direction.

Triggers: Increments whenever a new HTTPS retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

https-dwnlk-pkts-retr

Description: The total number of HTTPS packets retransmitted in downlink direction.

Triggers: Increments whenever a new HTTPS retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

WTP Analyzer Specific Statistics

wtp-trans

Description: The total number of WTP transactions detected.

Triggers: Increments whenever a new WTP transaction is created.

Availability: Per Active Charging Service.

Int32

wtp-cls-zero

Description: The total number of WTP Class 0 transactions detected.

Triggers: Increments whenever a new WTP Class 0 transaction is created.

Availability: Per Active Charging Service.

Int32

wtp-cls-one

Description: The total number of WTP Class 1 transactions detected.

Triggers: Increments whenever a new WTP Class 1 transaction is created.

Availability: Per Active Charging Service.

Int32

wtp-cls-two

Description: The total number of WTP Class 2 transactions detected.

Triggers: Increments whenever a new WTP Class 2 transaction is created.

Availability: Per Active Charging Service.

Int32

wtp-uplk-bytes

Description: The total number of WTP bytes detected in uplink direction (from the MS).

Triggers: Increments whenever a new WTP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

wtp-dwnlk-bytes

Description: The total number of WTP bytes detected in downlink direction (to the MS).

Triggers: Increments whenever a new WTP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

wtp-uplk-pkts

Description: The total number of WTP packets detected in uplink direction.

Triggers: Increments whenever a new WTP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

wtp-dwnlk-pkts

Description: The total number of WTP packets detected in downlink direction.

Triggers: Increments whenever a new WTP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

wtp-uplk-bytes-retr

Description: The total number of WTP bytes retransmitted in uplink direction.

Triggers: Increments whenever an uplink WTP retransmitted packet is detected.

Availability: Per Active Charging Service.

Int32

wtp-dwnlk-bytes-retr

Description: The total number of WTP bytes retransmitted in downlink direction.

Triggers: Increments whenever a downlink WTP retransmitted packet is detected.

Availability: Per Active Charging Service.

Int32

wtp-uplk-pkts-retr

Description: The total number of WTP packets retransmitted in uplink direction.

Triggers: Increments whenever an uplink WTP retransmitted packet is detected.

Availability: Per Active Charging Service.

Int32

wtp-dwnlk-pkts-retr

Description: The total number of WTP packets retransmitted in downlink direction.

Triggers: Increments whenever a downlink WTP retransmitted packet is detected.

Availability: Per Active Charging Service.

Int32

wtp-invk-pkts

Description: The total number of WTP INVOKE packets detected.

Triggers: Increments whenever a WTP INVOKE packet is detected.

Availability: Per Active Charging Service.

Int32

wtp-invk-tcl-zero

Description: The total number of WTP INVOKE TCL-0 packets detected.

Triggers: Increments whenever a WTP INVOKE TCL-0 packet is detected.

Availability: Per Active Charging Service.

Int32

wtp-invk-tcl-one

Description: The total number of WTP INVOKE TCL-1 packets detected.

Triggers: Increments whenever a WTP INVOKE TCL-1 packet is detected.

Availability: Per Active Charging Service.

Int32

wtp-invk-tcl-two

Description: The total number of WTP INVOKE TCL-2 packets detected.

Triggers: Increments whenever a WTP INVOKE TCL-2 packet is detected.

Availability: Per Active Charging Service.

Int32

wtp-invk-tid-new

Description: The total number of WTP INVOKE with TID-new flag packets detected.

Triggers: Increments whenever a WTP INVOKE packet with TID-new flag is received.

Availability: Per Active Charging Service.

Int32

wtp-rslt-pkts

Description: The total number of WTP RESULT packets detected.

Triggers: Increments whenever a WTP RESULT packet is detected.

Availability: Per Active Charging Service.

Int32

wtp-ack-to-resp

Description: The total number of WTP ACK from Initiator to Responder detected.

Triggers: Increments whenever a WTP ACK packet from Initiator to Responder is received.

Availability: Per Active Charging Service.

Int32

wtp-ack-to-init

Description: The total number of WTP ACK from Responder to Initiator detected.

Triggers: Increments whenever a WTP RESULT packet from Responder to Initiator is received.

Availability: Per Active Charging Service.

Int32

wtp-abrt-to-resp

Description: The total number of WTP ABORT from Initiator to Responder detected.

Triggers: Increments whenever a WTP ABORT packet from Initiator to Responder is received.

Availability: Per Active Charging Service.

Int32

wtp-abrt-to-init

Description: The total number of WTP ABORT from Responder to Initiator detected.

Triggers: Increments whenever a WTP ABORT packet from Responder to Initiator is received.

Availability: Per Active Charging Service.

Int32

wtp-seg-invk

Description: The total number of WTP Segmented INVOKE packets detected.

Triggers: Increments whenever a WTP Segmented INVOKE packet is detected.

Availability: Per Active Charging Service.

Int32

wtp-seg-rslt

Description: The total number of WTP Segmented RESULT packets detected.

Triggers: Increments whenever a WTP Segmented RESULT packet is detected.

Availability: Per Active Charging Service.

Int32

wtp-neg-ack

Description: The total number of WTP Negative ACK packets detected.

Triggers: Increments whenever a WTP Negative ACK packet is detected.

Availability: Per Active Charging Service.

Int32

wtp-tid-vrf

Description: The total number of WTP TID Verification packets detected.

Triggers: Increments whenever a WTP TID Verification packet is detected.

Availability: Per Active Charging Service.

Int32

wtp-noninit-invk

Description: The total number of WTP Non-initial INVOKE packets detected.

Triggers: Increments whenever a WTP Non-initial INVOKE packet is detected.

Availability: Per Active Charging Service.

Int32

wtp-unk-pdu

Description: The total number of WTP unknown PDUs detected.

Triggers: Increments whenever a WTP Unknown PDU packet is detected.

Availability: Per Active Charging Service.

Int32

WSP Analyzer Specific Statistics

wsp-flows

Description: The combined total of the number of WSP flows previously analyzed + WSP flows currently being analyzed.

Triggers: Increments whenever a new WSP flow is created.

Availability: Per Active Charging Service.

Int32

wsp-flows-cur

Description: The number of WSP flows currently being analyzed.

Triggers: Increments whenever a new WSP flow is created.

Decrements whenever a WSP flow ends.

Availability: Per Active Charging Service.

Type: Gauge

Int32

wsp-co-conn

Description: The total number of WSP connection-oriented connections detected.

Triggers: Increments whenever a new WSP Connection-oriented flow is created.

Availability: Per Active Charging Service.

Int32

wsp-cl-conn

Description: The total number of WSP connection-less connections detected.

Triggers: Increments whenever a new WSP connection-less flow is created.

Availability: Per Active Charging Service.

Int32

wsp-uplk-bytes

Description: The total number of WSP bytes detected in uplink direction.

Triggers: Increments whenever a new WSP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

wsp-dwnlk-bytes

Description: The total number of WSP bytes detected in downlink direction.

Triggers: Increments whenever a new WSP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

wsp-uplk-pkts

Description: The total number of WSP packets detected in uplink direction.

Triggers: Increments whenever a new WSP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

wsp-dwnlk-pkts

Description: The total number of WSP packets detected in downlink direction.

Triggers: Increments whenever a new WSP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

wsp-uplk-bytes-retr

Description: The total number of WSP bytes retransmitted in uplink direction.

Triggers: Increments whenever a new WSP retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

wsp-dwnlk-bytes-retr

Description: The total number of WSP bytes retransmitted in downlink direction.

Triggers: Increments whenever a new WSP retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

wsp-uplk-pkts-retr

Description: The total number of WSP packets retransmitted in uplink direction.

Triggers: Increments whenever a new WSP retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

wsp-dwnlk-pkts-retr

Description: The total number of WSP packets retransmitted in downlink direction.

Triggers: Increments whenever a new WSP retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

wsp-co-req-succ

Description: The total number of WSP Connection Oriented Requests succeeded.

Triggers: Increments whenever a WSP connection-oriented request completes successfully.

Availability: Per Active Charging Service.

Int32

wsp-co-req-fail

Description: The total number of WSP Connection Oriented Requests failed.

Triggers: Increments whenever a WSP connection-oriented request fails.

Availability: Per Active Charging Service.

Int32

wsp-cl-req-succ

Description: The total number of WSP Connection-less Requests succeeded.

Triggers: Increments whenever a WSP connection-less request completes successfully.

Availability: Per Active Charging Service.

Int32

wsp-cl-req-fail

Description: The total number of WSP Connection-less Requests failed.

Triggers: Increments whenever a WSP connection-less request fails.

Availability: Per Active Charging Service.

Int32

wsp-conn-pdu

Description: The total number of WSP CONNECT PDU detected.

Triggers: Increments whenever a new WSP CONNECT PDU packet is detected.

Availability: Per Active Charging Service.

Int32

wsp-conn-rep

Description: The total number of WSP CONNECT REPLY PDU detected.

Triggers: Increments whenever a new WSP CONNECT Response packet is detected.

Availability: Per Active Charging Service.

Int32

wsp-redir

Description: The total number of WSP REDIRECT PDU detected.

Triggers: Increments whenever a new WSP REDIRECT PDU packet is detected.

Availability: Per Active Charging Service.

Int32

wsp-disc

Description: The total number of WSP DISCONNECT PDU detected.

Triggers: Increments whenever a new WSP DISCONNECT PDU packet is detected.

Availability: Per Active Charging Service.

Int32

wsp-susp

Description: The total number of WSP SUSPEND PDU detected.

Triggers: Increments whenever a new WSP SUSPEND PDU packet is detected.

Availability: Per Active Charging Service.

Int32

wsp-resm

Description: The total number of WSP RESUME PDU detected.

Triggers: Increments whenever a new WSP RESUME PDU packet is detected.

Availability: Per Active Charging Service.

Int32

wsp-opt

Description: The total number of WSP OPTIONS PDU detected.

Triggers: Increments whenever a new WSP OPTIONS PDU packet is detected.

Availability: Per Active Charging Service.

Int32

wsp-head

Description: The total number of WSP HEAD PDU detected.

Triggers: Increments whenever a new WSP HEAD PDU packet is detected.

Availability: Per Active Charging Service.

Int32

wsp-del

Description: The total number of WSP DELETE PDU detected.

Triggers: Increments whenever a new WSP DELETE PDU packet is detected.

Availability: Per Active Charging Service.

Int32

wsp-trace

Description: The total number of WSP TRACE PDU detected.

Triggers: Increments whenever a new WSP TRACE PDU packet is detected.

Availability: Per Active Charging Service.

Int32

wsp-reply

Description: The total number of WSP REPLY PDU detected.

Triggers: Increments whenever a new WSP REPLY PDU packet is detected.

Availability: Per Active Charging Service.

Int32

wsp-put

Description: The total number of WSP PUT PDU detected.

Triggers: Increments whenever a new WSP PUT PDU packet is detected.

Availability: Per Active Charging Service.

Int32

wsp-get

Description: The total number of WSP GET PDU detected.

Triggers: Increments whenever a new WSP GET PDU packet is detected.

Availability: Per Active Charging Service.

Int32

wsp-push

Description: The total number of WSP PUSH PDU detected.

Triggers: Increments whenever a new WSP PUSH PDU packet is detected.

Availability: Per Active Charging Service.

Int32

wsp-conf-push

Description: The total number of WSP CONFIRMED-PUSH PDU detected.

Triggers: Increments whenever a new WSP CONFIRMED-PUSH PDU packet is detected.

Availability: Per Active Charging Service.

Int32

wsp-post

Description: The total number of WSP POST PDU detected.

Triggers: Increments whenever a new WSP POST PDU packet is detected.

Availability: Per Active Charging Service.

Int32

wsp-data-frag

Description: The total number of WSP DATA-FRAGMENT PDU detected.

Triggers: Increments whenever a new WSP DATA-FRAGMENT PDU packet is detected.

Availability: Per Active Charging Service.

Int32

wsp-rsrvd

Description: The total number of WSP RESERVED PDU detected.

Triggers: Increments whenever a new WSP RESERVED PDU packet is detected.

Availability: Per Active Charging Service.

Int32

wsp-inv-pkts

Description: The total number of invalid WSP packets detected.

Triggers: Increments whenever an invalid WSP packet is detected.

Availability: Per Active Charging Service.

Int32

MMS Analyzer Specific Statistics

mms-send

Description: The total number of MMS message send transactions detected.

Triggers: Increments whenever a new MMS SEND packet is detected.

Availability: Per Active Charging Service.

Int32

mms-send-succ

Description: The total number of successful MMS message send transactions detected.

Triggers: Increments whenever a MMS SEND transaction is successful.

Availability: Per Active Charging Service.

Int32

mms-send-fail

Description: The total number of failed MMS message send transactions detected.

Triggers: Increments whenever a MMS SEND transaction fails.

Availability: Per Active Charging Service.

Int32

mms-retrv

Description: The total number of MMS message retrieve transactions detected.

Triggers: Increments whenever a new MMS RETRIEVE packet is detected.

Availability: Per Active Charging Service.

Int32

mms-retrv-succ

Description: The total number of MMS message retrieve transactions succeeded.

Triggers: Increments whenever a MMS RETRIEVE transaction is successful.

Availability: Per Active Charging Service.

Int32

mms-retrv-fail

Description: The total number of MMS message retrieve transactions failed.

Triggers: Increments whenever a MMS RETRIEVE transaction fails.

Availability: Per Active Charging Service.

Int32

mms-uplk-bytes

Description: The total number of MMS bytes detected in uplink direction.

Triggers: Increments whenever an uplink MMS packet is detected.

Availability: Per Active Charging Service.

Int32

mms-dwnlk-bytes

Description: The total number of MMS bytes detected in downlink direction.

Triggers: Increments whenever a downlink MMS packet is detected.

Availability: Per Active Charging Service.

Int32

mms-uplk-pkts

Description: The total number of MMS packets detected in uplink direction.

Triggers: Increments whenever an uplink MMS packet is detected.

Availability: Per Active Charging Service.

Int32

mms-dwnlk-pkts

Description: The total number of MMS packets detected in downlink direction.

Triggers: Increments whenever a downlink MMS packet is detected.

Availability: Per Active Charging Service.

Int32

mms-uplk-bytes-retr

Description: The total number of MMS bytes retransmitted in uplink direction.

Triggers: Increments whenever a new MMS retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

mms-dwnlk-bytes-retr

Description: The total number of MMS bytes retransmitted in downlink direction.

Triggers: Increments whenever a new MMS retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

mms-uplk-pkts-retr

Description: The total number of MMS packets retransmitted in uplink direction.

Triggers: Increments whenever a new MMS retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

mms-dwnlk-pkts-retr

Description: The total number of MMS packets retransmitted in downlink direction.

Triggers: Increments whenever a new MMS retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

mms-snd-req

Description: The total number of MMS SEND Requests detected.

Triggers: Increments whenever a new MMS Send-Request packet is detected.

Availability: Per Active Charging Service.

Int32

mms-snd-conf

Description: The total number of MMS SEND Confirms detected.

Triggers: Increments whenever a new MMS Send-Confirm packet is detected.

Availability: Per Active Charging Service.

Int32

mms-ntf-ind

Description: The total number of MMS Notification Indication detected.

Triggers: Increments whenever a new MMS Notify-Ind packet is detected.

Availability: Per Active Charging Service.

Int32

mms-ntf-ind-imm

Description: The total number of MMS Notification Indication Immediate detected.

Triggers: Increments whenever a new MMS Notification Indication Immediate packet is detected.

Availability: Per Active Charging Service.

Int32

mms-ntf-ind-del

Description: The total number of MMS Notification Indication Delayed detected.

Triggers: Increments whenever a new MMS Notification Indication Delayed packet is detected.

Availability: Per Active Charging Service.

Int32

mms-ntf-rsp

Description: The total number of MMS Notification Response detected.

Triggers: Increments whenever a new MMS Notification Response packet is detected.

Availability: Per Active Charging Service.

Int32

mms-retrv-conf

Description: The total number of MMS Retrieve Confirm detected.

Triggers: Increments whenever a new MMS Retrieve Confirm packet is detected.

Availability: Per Active Charging Service.

Int32

mms-ack-ind

Description: The total number of MMS ACK Indication detected.

Triggers: Increments whenever a new MMS ACK Indication packet is detected.

Availability: Per Active Charging Service.

Int32

mms-delvry-ind

Description: The total number of MMS Delivery Indication detected.

Triggers: Increments whenever a new MMS Delivery Indication packet is detected.

Availability: Per Active Charging Service.

Int32

mms-unk-pdu

Description: The total number of MMS Unknown PDU Type detected.

Triggers: Increments whenever a new MMS Unknown PDU packet is detected.

Availability: Per Active Charging Service.

Int32

mms-inv-pkts

Description: The total number of invalid MMS packets detected.

Triggers: Increments whenever an invalid MMS packet is detected.

Availability: Per Active Charging Service.

Int32

SIP Analyzer Specific Statistics

sip-flows

Description: The combined total of the number of SIP flows previously analyzed + SIP flows currently being analyzed.

Triggers: Increments whenever a new SIP flow is created.

Availability: Per Active Charging Service.

Int32

sip-flows-cur

Description: The number of SIP flows currently being analyzed.

Triggers: Increments whenever a new SIP flow is created.

Decrements whenever a SIP flow ends.

Availability: Per Active Charging Service.

Type: Gauge

Int32

sip-calls

Description: The total number of SIP calls detected.

Triggers: Increments whenever a new SIP call arrives.

Availability: Per Active Charging Service.

Int32

sip-uplk-bytes

Description: The total number of SIP bytes detected in uplink direction.

Triggers: Increments whenever a new SIP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

sip-dwnlk-bytes

Description: The total number of SIP bytes detected in downlink direction.

Triggers: Increments whenever a new SIP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

sip-uplk-pkts

Description: The total number of SIP packets detected in uplink direction.

Triggers: Increments whenever a new SIP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

sip-dwnlk-pkts

Description: The total number of SIP packets detected in downlink direction.

Triggers: Increments whenever a new SIP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

sip-uplk-bytes-retr

Description: The total number of SIP bytes retransmitted in uplink direction.

Triggers: Increments whenever a new SIP retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

sip-dwnlk-bytes-retr

Description: The total number of SIP bytes retransmitted in downlink direction.

Triggers: Increments whenever a new SIP retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

sip-uplk-pkts-retr

Description: The total number of SIP packets retransmitted in uplink direction.

Triggers: Increments whenever a new SIP retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

sip-dwnlk-pkts-retr

Description: The total number of SIP packets retransmitted in downlink direction.

Triggers: Increments whenever a new SIP retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

sip-invite

Description: The total number of SIP INVITE commands detected.

Triggers: Increments whenever a new SIP INVITE packet is detected.

Availability: Per Active Charging Service.

Int32

sip-bye

Description: The total number of SIP BYE commands detected.

Triggers: Increments whenever a new SIP BYE packet is detected.

Availability: Per Active Charging Service.

Int32

sip-ack

Description: The total number of SIP ACK commands detected.

Triggers: Increments whenever a new SIP ACK packet is detected.

Availability: Per Active Charging Service.

Int32

sip-cancel

Description: The total number of SIP CANCEL commands detected.

Triggers: Increments whenever a new SIP CANCEL packet is detected.

Availability: Per Active Charging Service.

Int32

sip-register

Description: The total number of SIP REGISTER commands detected.

Triggers: Increments whenever a new SIP REGISTER packet is detected.

Availability: Per Active Charging Service.

Int32

sip-inv-pkts

Description: The total number of invalid SIP packets detected.

Triggers: Increments whenever an invalid SIP packet is detected.

Availability: Per Active Charging Service.

Int32

h323-calls

Description: The total number of H323 calls detected.

Triggers: Increments whenever a new H323 call arrives.

Availability: Per Active Charging Service.

Int32

h323-uplk-bytes

Description: The total number of H323 bytes transferred in the uplink direction.

Triggers: Increments whenever a new H323 packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

h323-dwnlk-bytes

Description: The total number of H323 bytes transferred in the downlink direction.

Triggers: Increments whenever a new H323 packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

h323-uplk-pkts

Description: The total number of H323 packets transferred in the uplink direction.

Triggers: Increments whenever a new H323 packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

h323-dwnlk-pkts

Description: The total number of H323 packets transferred in the downlink direction.

Triggers: Increments whenever a new H323 packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

h323-q931-messages

Description: The total number of Q931 messages both in uplink and downlink directions.

Triggers: Increments whenever a new Q931 packet is detected.

Availability: Per Active Charging Service.

Int64

h323-h245-messages

Description: The total number of H245 messages both in uplink and downlink directions.

Triggers: Increments whenever a new H245 packet is detected.

Availability: Per Active Charging Service.

Int64

h323-ras-messages

Description: The total number of RAS messages both in uplink and downlink directions.

Triggers: Increments whenever a new RAS packet is detected.

Availability: Per Active Charging Service.

Int64

sip-advanced-calls

Description: The total number of SIP calls processed by SIP ALG.

Triggers: Increments whenever a SIP call is processed by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-uplk-bytes

Description: The total number of uplink bytes processed by SIP ALG.

Triggers: Increments whenever an uplink packet is processed by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-dwnlk-bytes

Description: The total number of downlink bytes processed by SIP ALG.

Triggers: Increments whenever a downlink packet is processed by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-uplk-pkts

Description: The total number of uplink packets processed by SIP ALG.

Triggers: Increments whenever an uplink packet is processed by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-dwnlk-pkts

Description: The total number of downlink packets processed by SIP ALG.

Triggers: Increments whenever a downlink packet is processed by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-register-rx

Description: The total number of REGISTER requests received by SIP ALG.

Triggers: Increments whenever a REGISTER request is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-invite-rx

Description: The total number of INVITE requests received by SIP ALG.

Triggers: Increments whenever an INVITE request is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-ack-rx

Description: The total number of ACK requests received by SIP ALG.

Triggers: Increments whenever an ACK request is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-bye-rx

Description: The total number of BYE requests received by SIP ALG.

Triggers: Increments whenever a BYE request is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-info-rx

Description: The total number of INFO requests received by SIP ALG.

Triggers: Increments whenever an INFO request is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-prack-rx

Description: The total number of PRACK requests received by SIP ALG.

Triggers: Increments whenever a PRACK request is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-refer-rx

Description: The total number of REFER requests received by SIP ALG.

Triggers: Increments whenever a REFER request is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-cancel-rx

Description: The total number of CANCEL requests received by SIP ALG.

Triggers: Increments whenever a CANCEL request is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-update-rx

Description: The total number of UPDATE requests received by SIP ALG.

Triggers: Increments whenever an UPDATE request is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-message-rx

Description: The total number of MESSAGE requests received by SIP ALG.

Triggers: Increments whenever a MESSAGE request is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-options-rx

Description: The total number of OPTIONS requests received by SIP ALG.

Triggers: Increments whenever an OPTIONS request is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-publish-rx

Description: The total number of PUBLISH requests received by SIP ALG.

Triggers: Increments whenever a PUBLISH request is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-subscribe-rx

Description: The total number of SUBSCRIBE requests received by SIP ALG.

Triggers: Increments whenever a SUBSCRIBE request is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-notify-rx

Description: The total number of NOTIFY requests received by SIP ALG.

Triggers: Increments whenever a NOTIFY request is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-1xx-rx

Description: The total number of 1XX responses received by SIP ALG.

Triggers: Increments whenever a 1XX response is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-2xx-rx

Description: The total number of 2XX responses received by SIP ALG.

Triggers: Increments whenever a 2XX response is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-3xx-rx

Description: The total number of 3XX responses received by SIP ALG.

Triggers: Increments whenever a 3XX response is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-4xx-rx

Description: The total number of 4XX responses received by SIP ALG.

Triggers: Increments whenever a 4XX response is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-5xx-rx

Description: The total number of 5XX responses received by SIP ALG.

Triggers: Increments whenever a 5XX response is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-6xx-rx

Description: The total number of 6XX responses received by SIP ALG.

Triggers: Increments whenever a 6XX response is received by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-register-tx

Description: The total number of REGISTER requests transmitted by SIP ALG.

Triggers: Increments whenever a REGISTER request is transmitted by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-invite-tx

Description: The total number of INVITE requests transmitted by SIP ALG.

Triggers: Increments whenever an INVITE request is transmitted by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-ack-tx

Description: The total number of ACK requests transmitted by SIP ALG.

Triggers: Increments whenever an ACK request is transmitted by SIP ALG..

Availability: Per Active Charging Service.

Int64

sip-advanced-bye-tx

Description: The total number of BYE requests transmitted by SIP ALG.

Triggers: Increments whenever a BYE request is transmitted by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-info-tx

Description: The total number of INFO requests transmitted by SIP ALG.

Triggers: Increments whenever an INFO request is transmitted by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-prack-tx

Description: The total number of PRACK requests transmitted by SIP ALG.

Triggers: Increments whenever a PRACK request is transmitted by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-refer-tx

Description: The total number of REFER requests transmitted by SIP ALG.

Triggers: Increments whenever a REFER request is transmitted by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-cancel-tx

Description: The total number of CANCEL requests transmitted by SIP ALG.

Triggers: Increments whenever a CANCEL request is transmitted by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-update-tx

Description: The total number of UPDATE requests transmitted by SIP ALG.

Triggers: Increments whenever an UPDATE request is transmitted by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-message-tx

Description: The total number of MESSAGE requests transmitted by SIP ALG.

Triggers: Increments whenever a MESSAGE request is transmitted by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-options-tx

Description: The total number of OPTIONS requests transmitted by SIP ALG.

Triggers: Increments whenever an OPTIONS request is transmitted by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-publish-tx

Description: The total number of PUBLISH requests transmitted by SIP ALG.

Triggers: Increments whenever a PUBLISH request is transmitted by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-subscribe-tx

Description: The total number of SUBSCRIBE requests transmitted by SIP ALG.

Triggers: Increments whenever a SUBSCRIBE request is transmitted by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-notify-tx

Description: The total number of NOTIFY requests transmitted by SIP ALG.

Triggers: Increments whenever a NOTIFY request is transmitted by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-1xx-tx

Description: The total number of 1XX responses transmitted by SIP ALG.

Triggers: Increments whenever a 1XX response is transmitted by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-2xx-tx

Description: The total number of 2XX responses transmitted by SIP ALG.

Triggers: Increments whenever a 2XX response is transmitted by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-3xx-tx

Description: The total number of 3XX responses transmitted by SIP ALG.

Triggers: Increments whenever a 3XX response is transmitted by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-4xx-tx

Description: The total number of 4XX responses transmitted by SIP ALG.

Triggers: Increments whenever a 4XX response is transmitted by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-5xx-tx

Description: The total number of 5XX responses transmitted by SIP ALG.

Triggers: Increments whenever a 5XX response is transmitted by SIP ALG.

Availability: Per Active Charging Service.

Int64

sip-advanced-6xx-tx

Description: The total number of 6XX responses transmitted by SIP ALG.

Triggers: Increments whenever a 6XX response is transmitted by SIP ALG.

Availability: Per Active Charging Service.

Int64

RTSP Analyzer Specific Statistics

rtsp-flows

Description: The combined total of the number of RTSP flows previously analyzed + RTSP flows currently being analyzed.

Triggers: Increments whenever a new RTSP flow is created.

Availability: Per Active Charging Service.

Int32

rtsp-flows-cur

Description: The number of RTSP flows currently being analyzed.

Triggers:

Increments whenever a new RTSP flow is created.

Decrements whenever an RTSP flow ends.

Availability: Per Active Charging Service.

Type: Gauge

Int32

rtsp-sess

Description: The total number of RTSP sessions detected.

Triggers: Increments whenever a new RTSP session is created.

Availability: Per Active Charging Service.

Int32

rtsp-uplk-bytes

Description: The total number of RTSP bytes detected in uplink direction.

Triggers: Increments whenever a new RTSP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

rtsp-dwnlk-bytes

Description: The total number of RTSP bytes detected in downlink direction.

Triggers: Increments whenever a new RTSP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

rtsp-uplk-pkts

Description: The total number of RTSP packets detected in uplink direction.

Triggers: Increments whenever a new RTSP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

rtsp-dwnlk-pkts

Description: The total number of RTSP packets detected in downlink direction.

Triggers: Increments whenever a new RTSP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

rtsp-uplk-bytes-retr

Description: The total number of RTSP bytes retransmitted in uplink direction.

Triggers: Increments whenever a new RTSP retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

rtsp-dwnlk-bytes-retr

Description: The total number of RTSP bytes retransmitted in downlink direction.

Triggers: Increments whenever a new RTSP retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

rtsp-uplk-pkts-retr

Description: The total number of RTSP packets retransmitted in uplink direction.

Triggers: Increments whenever a new RTSP retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

rtsp-dwnlk-pkts-retr

Description: The total number of RTSP packets retransmitted in downlink direction.

Triggers: Increments whenever a new RTSP retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

rtsp-play

Description: The total number of RTSP PLAY commands detected.

Triggers: Increments whenever a new RTSP PLAY command is detected.

Availability: Per Active Charging Service.

Int32

rtsp-setup

Description: The total number of RTSP SETUP commands detected.

Triggers: Increments whenever a new RTSP SETUP command is detected.

Availability: Per Active Charging Service.

Int32

rtsp-pause

Description: The total number of RTSP PAUSE commands detected.

Triggers: Increments whenever a new RTSP PAUSE command is detected.

Availability: Per Active Charging Service.

Int32

rtsp-record

Description: The total number of RTSP RECORD commands detected.

Triggers: Increments whenever a new RTSP RECORD command is detected.

Availability: Per Active Charging Service.

Int32

rtsp-option

Description: The total number of RTSP OPTION commands detected.

Triggers: Increments whenever a new RTSP OPTION command is detected.

Availability: Per Active Charging Service.

Int32

rtsp-redir

Description: The total number of RTSP REDIRECT commands detected.

Triggers: Increments whenever a new RTSP REDIRECT command is detected.

Availability: Per Active Charging Service.

Int32

rtsp-desc

Description: The total number of RTSP DESCRIBE commands detected.

Triggers: Increments whenever a new RTSP DESCRIBE command is detected.

Availability: Per Active Charging Service.

Int32

rtsp-announ

Description: The total number of RTSP ANNOUNCE commands detected.

Triggers: Increments whenever a new RTSP ANNOUNCE command is detected.

Availability: Per Active Charging Service.

Int32

rtsp-trdwn

Description: The total number of RTSP TEARDOWN commands detected.

Triggers: Increments whenever a new RTSP TEARDOWN command is detected.

Availability: Per Active Charging Service.

Int32

rtsp-get-param

Description: The total number of RTSP GET PARAMETER commands detected.

Triggers: Increments whenever a new RTSP GET PARAMETER command is detected.

Availability: Per Active Charging Service.

Int32

rtsp-set-param

Description: The total number of RTSP SET PARAMETER commands detected.

Triggers: Increments whenever a new RTSP SET PARAMETER command is detected.

Availability: Per Active Charging Service.

Int32

rtsp-inv-pkts

Description: The total number of invalid RTSP packets detected.

Triggers: Increments whenever an invalid RTSP packet is detected.

Availability: Per Active Charging Service.

Int32

RTP Analyzer Specific Statistics

rtp-flows

Description: The combined total of the number of RTP flows previously analyzed + RTP flows currently being analyzed.

Triggers: Increments whenever a new RTP flow is created.

Availability: Per Active Charging Service.

Int32

rtp-flows-cur

Description: The number of RTP flows currently being analyzed.

Triggers:

Increments whenever a new RTP flow is created.

Decrements whenever an RTP flow ends.

Availability: Per Active Charging Service.

Type: Gauge

Int32

rtp-uplk-bytes

Description: The total number of RTP bytes detected in uplink direction.

Triggers: Increments whenever a new RTP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

rtp-dwnlk-bytes

Description: The total number of RTP bytes detected in downlink direction.

Triggers: Increments whenever a new RTP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

rtp-uplk-pkts

Description: The total number of RTP packets detected in uplink direction.

Triggers: Increments whenever a new RTP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

rtp-dwnlk-pkts

Description: The total number of RTP packets detected in downlink direction.

Triggers: Increments whenever a new RTP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

FTP Analyzer Specific Statistics

ftp-flows

Description: The combined total of the number of FTP flows previously analyzed + FTP flows currently being analyzed.

Triggers: Increments whenever a new FTP flow is created.

Availability: Per Active Charging Service.

Int32

ftp-flows-cur

Description: The number of FTP flows currently being analyzed.

Triggers:

Increments whenever a new FTP flow is created.

Decrements whenever an FTP flow ends.

Availability: Per Active Charging Service.

Type: Gauge

Int32

ftp-uplk-bytes

Description: The total number of FTP bytes detected in uplink direction.

Triggers: Increments whenever a new FTP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

ftp-dwnlk-bytes

Description: The total number of FTP bytes detected in downlink direction.

Triggers: Increments whenever a new FTP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

ftp-uplk-pkts

Description: The total number of FTP packets detected in uplink direction.

Triggers: Increments whenever a new FTP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

ftp-dwnlk-pkts

Description: The total number of FTP packets detected in downlink direction.

Triggers: Increments whenever a new FTP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

ftp-retr

Description: The total number of FTP RETR commands detected.

Triggers: Increments whenever an FTP packet is retransmitted.

Availability: Per Active Charging Service.

Int32

ftp-stor

Description: The total number of FTP STOR commands detected.

Triggers: Increments whenever a new FTP STOR command is detected.

Availability: Per Active Charging Service.

Int32

ftp-inv-pkts

Description: The total number of invalid FTP packets detected.

Triggers: Increments whenever an invalid FTP packet is detected.

Availability: Per Active Charging Service.

Int32

pptp-flows

Description: The combined total of the number of PPTP flows previously analyzed + PPTP flows currently being analyzed.

Triggers: Increments whenever a new PPTP flow is created.

Availability: Per Active Charging Service.

Int32

pptp-gre-flows

Description: The combined total of the number of PPTP GRE flows previously analyzed + PPTP GRE flows currently being analyzed.

Triggers: Increments whenever a new PPTP GRE flow is created.

Availability: Per Active Charging Service.

Int32

pptp-uplk-bytes

Description: The total number of uplink bytes sent across all PPTP control flows.

Triggers: Increments whenever a new PPTP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

pptp-dwnlk-bytes

Description: The total number of downlink bytes received across all PPTP control flows.

Triggers: Increments whenever a new PPTP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

pptp-uplk-pkts

Description: The total number of uplink packets sent across all PPTP control flows.

Triggers: Increments whenever a new PPTP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

pptp-dwnlk-pkts

Description: The total number of downlink packets received across all PPTP control flows.

Triggers: Increments whenever a new PPTP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

pptp-inv-pkts

Description: The total number of invalid packets received across all PPTP control flows.

Triggers: Increments whenever an invalid PPTP packet is detected.

Availability: Per Active Charging Service.

Int32

pptp-unknown-pkts

Description: The total number of unknown packets received across all PPTP control flows.

Triggers: Increments whenever an unknown PPTP packet is detected.

Availability: Per Active Charging Service.

Int32

pptp-gre-uplk-bytes

Description: The total number of uplink bytes sent across all PPTP GRE flows.

Triggers: Increments whenever a new PPTP GRE packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

pptp-gre-dwnlk-bytes

Description: The total number of downlink bytes received across all PPTP GRE flows.

Triggers: Increments whenever a new PPTP GRE packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

pptp-gre-uplk-pkts

Description: The total number of uplink packets sent across all PPTP GRE flows.

Triggers: Increments whenever a new PPTP GRE packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

pptp-gre-dwnlk-pkts

Description: The total number of downlink packets received across all PPTP GRE flows.

Triggers: Increments whenever a new PPTP GRE packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

tftp-flows

Description: The total number of TFTP control and data flows established.

Triggers: Increments whenever a new TFTP flow is created.

Availability: Per Active Charging Service.

Int32

tftp-uplk-bytes

Description: The total number of uplink bytes sent across all the TFTP control and data flows.

Triggers: Increments whenever a new TFTP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

tftp-dwnlk-bytes

Description: The total number of downlink bytes received across all the TFTP control and data flows.

Triggers: Increments whenever a new TFTP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

tftp-uplk-pkts

Description: The total number of uplink packets sent across all the TFTP control and data flows.

Triggers: Increments whenever a new TFTP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

tftp-dwnlk-pkts

Description: The total number of downlink packets received across all the TFTP control and data flows.

Triggers: Increments whenever a new TFTP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

tftp-total-read-sessions

Description: The total number of TFTP control flow read operations.

Triggers: Increments when a new TFTP control flow read operation is detected.

Availability: Per Active Charging Service.

Int32

tftp-total-write-sessions

Description: The total number of TFTP control flow write operations.

Triggers: Increments when a new TFTP control flow write operation is detected.

Availability: Per Active Charging Service.

Int32

tftp-unsupp-req-pkts

Description: The total number of TFTP unsupported control flow requests.

Triggers: Increments when a new TFTP unsupported control flow request is detected.

Availability: Per Active Charging Service.

Int32

tftp-invalid-ctrl

Description: The total number of TFTP control flow invalid packets.

Triggers: Increments when a new TFTP control flow invalid packet is detected.

Availability: Per Active Charging Service.

Int32

tftp-invalid-data-pkts

Description: The total number of TFTP data flow invalid packets.

Triggers: Increments when a new TFTP data flow invalid packet is detected.

Availability: Per Active Charging Service.

Int32

tftp-data-uplk-bytes

Description: The total number of uplink bytes across all TFTP data flows.

Triggers: Increments whenever a new TFTP data flow packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

tftp-data-dwnlk-bytes

Description: The total number of downlink bytes across all TFTP data flows.

Triggers: Increments whenever a new TFTP data flow packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

tftp-data-uplk-pkts

Description: The total number of uplink packets across all TFTP data flows.

Triggers: Increments whenever a new TFTP data flow packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

tftp-data-dwnlk-pkts

Description: The total number of downlink packets across all TFTP data flows.

Triggers: Increments whenever a new TFTP data flow packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

SMTP Analyzer Specific Statistics

smtp-flows

Description: The combined total of the number of SMTP flows previously analyzed + SMTP flows currently being analyzed.

Triggers: Increments whenever a new SMTP flow is created.

Availability: Per Active Charging Service.

Int32

smtp-flows-cur

Description: The number of SMTP flows currently being analyzed.

Triggers:

Increments whenever a new SMTP flow is created.

Decrements whenever an SMTP flow ends.

Availability: Per Active Charging Service.

Type: Gauge

Int32

smtp-uplk-bytes

Description: The total number of SMTP bytes detected in uplink direction.

Triggers: Increments whenever a new SMTP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

smtp-dwnlk-bytes

Description: The total number of SMTP bytes detected in downlink direction.

Triggers: Increments whenever a new SMTP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

smtp-uplk-pkts

Description: The total number of SMTP packets detected in uplink direction.

Triggers: Increments whenever a new SMTP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

smtp-dwnlk-pkts

Description: The total number of SMTP packets detected in downlink direction.

Triggers: Increments whenever a new SMTP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

smtp-uplk-bytes-retr

Description: The total number of SMTP bytes retransmitted in uplink direction.

Triggers: Increments whenever a new SMTP retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

smtp-dwnlk-bytes-retr

Description: The total number of SMTP bytes retransmitted in downlink direction.

Triggers: Increments whenever a new SMTP retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

smtp-uplk-pkts-retr

Description: The total number of SMTP packets retransmitted in uplink direction.

Triggers: Increments whenever a new SMTP retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

smtp-dwnlk-pkts-retr

Description: The total number of SMTP packets retransmitted in downlink direction.

Triggers: Increments whenever a new SMTP retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

smtp-unk-cmd

Description: The total number of SMTP Unknown commands detected.

Triggers: Increments whenever an SMTP unknown command is detected.

Availability: Per Active Charging Service.

Int32

smtp-unk-resp

Description: The total number of SMTP Unknown responses detected.

Triggers: Increments whenever an SMTP unknown response is received.

Availability: Per Active Charging Service.

Int32

smtp-req-succ

Description: The total number of SMTP requests succeeded.

Triggers: Increments whenever an SMTP request is successful.

Availability: Per Active Charging Service.

Int32

smtp-req-fail

Description: The total number of failed SMTP requests.

Triggers: Increments whenever an SMTP request fails.

Availability: Per Active Charging Service.

Int32

smtp-helo

Description: The total number of SMTP HELO commands detected.

Triggers: Increments whenever an SMTP HELO command is detected.

Availability: Per Active Charging Service.

Int32

smtp-ehlo

Description: The total number of SMTP EHLO commands detected.

Triggers: Increments whenever an SMTP EHLO command is detected.

Availability: Per Active Charging Service.

Int32

smtp-mail-frm

Description: The total number of SMTP MAIL FROM commands detected.

Triggers: Increments whenever an SMTP MAIL FROM command is detected.

Availability: Per Active Charging Service.

Int32

smtp-rcpt-to

Description: The total number of SMTP RCPT TO commands detected.

Triggers: Increments whenever an SMTP RCPT TO command is detected.

Availability: Per Active Charging Service.

Int32

smtp-data

Description: The total number of SMTP DATA commands detected.

Triggers: Increments whenever an SMTP DATA command is detected.

Availability: Per Active Charging Service.

Int32

smtp-bdat

Description: The total number of SMTP BDAT commands detected.

Triggers: Increments whenever an SMTP BDAT command is detected.

Availability: Per Active Charging Service.

Int32

smtp-vrfy

Description: The total number of SMTP VERIFY commands detected.

Triggers: Increments whenever an SMTP VERIFY command is detected.

Availability: Per Active Charging Service.

Int32

smtp-expn

Description: The total number of SMTP EXPN commands detected.

Triggers: Increments whenever an SMTP EXPN command is detected.

Availability: Per Active Charging Service.

Int32

smtp-noop

Description: The total number of SMTP NOOP commands detected.

Triggers: Increments whenever an SMTP NOOP command is detected.

Availability: Per Active Charging Service.

Int32

smtp-rset

Description: The total number of SMTP RSET commands detected.

Triggers: Increments whenever an SMTP RSET command is detected.

Availability: Per Active Charging Service.

Int32

smtp-quit

Description: The total number of SMTP QUIT commands detected.

Triggers: Increments whenever an SMTP QUIT command is detected.

Availability: Per Active Charging Service.

Int32

smtp-inv-pkts

Description: The total number of invalid SMTP packets detected.

Triggers: Increments whenever an invalid SMTP packet is detected.

Availability: Per Active Charging Service.

Int32

POP3 Analyzer Specific Statistics

pop3-flows

Description: The combined total of the number of POP3 flows previously analyzed + POP3 flows currently being analyzed.

Triggers: Increments whenever a new POP3 flow is created.

Availability: Per Active Charging Service.

Int32

pop3-flows-cur

Description: The number of POP3 flows currently being analyzed.

Triggers:

Increments whenever a new POP3 flow is created.

Decrements whenever a POP3 flow ends.

Availability: Per Active Charging Service.

Type: Gauge

Int32

pop3-uplk-bytes

Description: The total number of POP3 bytes detected in uplink direction.

Triggers: Increments whenever a new POP3 packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

pop3-dwnlk-bytes

Description: The total number of POP3 bytes detected in downlink direction.

Triggers: Increments whenever a new POP3 packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

pop3-uplk-pkts

Description: The total number of POP3 packets detected in uplink direction.

Triggers: Increments whenever a new POP3 packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

pop3-dwnlk-pkts

Description: The total number of POP3 packets detected in downlink direction.

Triggers: Increments whenever a new POP3 packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

pop3-uplk-bytes-retr

Description: The total number of POP3 bytes retransmitted in uplink direction.

Triggers: Increments whenever a new POP3 retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

pop3-dwnlk-bytes-retr

Description: The total number of POP3 bytes retransmitted in downlink direction.

Triggers: Increments whenever a new POP3 retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

pop3-uplk-pkts-retr

Description: The total number of POP3 packets retransmitted in uplink direction.

Triggers: Increments whenever a new POP3 retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

pop3-dwnlk-pkts-retr

Description: The total number of POP3 packets retransmitted in downlink direction.

Triggers: Increments whenever a new POP3 retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

pop3-retr

Description: The total number of POP3 RETR commands detected.

Triggers: Increments whenever a POP3 RETR command is detected.

Availability: Per Active Charging Service.

Int32

pop3-retr-succ

Description: The total number of POP3 RETR commands successful.

Triggers: Increments whenever a POP3 RETR command is successful.

Availability: Per Active Charging Service.

Int32

pop3-list

Description: The total number of POP3 LIST commands detected.

Triggers: Increments whenever a POP3 LIST command is detected.

Availability: Per Active Charging Service.

Int32

pop3-list-succ

Description: The total number of POP3 LIST commands successful.

Triggers: Increments whenever a POP3 LIST command is successful.

Availability: Per Active Charging Service.

Int32

pop3-inv-pkts

Description: The total number of invalid POP3 packets detected.

Triggers: Increments whenever an invalid POP3 packet is detected.

Availability: Per Active Charging Service.

Int32

IMAP Statistics

imap-uplk-bytes

Description: The total number of IMAP bytes detected in uplink direction.

Triggers: Increments whenever a new IMAP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

imap-dwnlk-bytes

Description: The total number of IMAP bytes detected in downlink direction.

Triggers: Increments whenever a new IMAP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

imap-uplk-pkts

Description: The total number of IMAP packets detected in uplink direction.

Triggers: Increments whenever a new IMAP packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

imap-dwnlk-pkts

Description: The total number of IMAP packets detected in downlink direction.

Triggers: Increments whenever a new IMAP packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

imap-uplk-bytes-retr

Description: The total number of IMAP retry bytes detected in uplink direction.

Triggers: Increments whenever a new IMAP retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

imap-dwnlk-bytes-retr

Description: The total number of IMAP retry bytes detected in downlink direction.

Triggers: Increments whenever a new IMAP retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

imap-uplk-pkts-retr

Description: The total number of IMAP retry packets detected in uplink direction.

Triggers: Increments whenever a new IMAP retransmitted packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int32

imap-dwnlk-pkts-retr

Description: The total number of IMAP retry packets detected in downlink direction.

Triggers: Increments whenever a new IMAP retransmitted packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int32

imap-req-succ

Description: The total number of successful IMAP requests detected.

Triggers: Increments whenever an IMAP request is successful.

Availability: Per Active Charging Service.

Int32

imap-req-fail

Description: The total number of failed IMAP requests detected.

Triggers: Increments whenever an IMAP request fails.

Availability: Per Active Charging Service.

Int32

imap-reply-untag

Description: The total number of untagged IMAP replies detected.

Triggers: Increments whenever an untagged IMAP reply is detected.

Availability: Per Active Charging Service.

Int32

imap-reply-commcont

Description: The total number of IMAP Command Cont replies detected.

Triggers: Increments whenever an IMAP command CONT reply is detected.

Availability: Per Active Charging Service.

Int32

imap-unk-command

Description: The total number of unknown IMAP commands detected.

Triggers: Increments whenever an IMAP unknown command is detected.

Availability: Per Active Charging Service.

Int32

imap-unk-reply

Description: The total number of unknown IMAP replies detected.

Triggers: Increments whenever an IMAP unknown reply is detected.

Availability: Per Active Charging Service.

Int32

acf-req-created

Description: Total number of ACF requests created.

Triggers: Increments whenever a new ACF request is created.

Availability: Per Active Charging Service.

Int64

acf-wr-req-succ

Description: Total number of successful ACF WRITE requests.

Triggers: Increments whenever an ACF write request is successful.

Availability: Per Active Charging Service.

Int64

acf-wr-req-failed

Description: Total number of ACF WRITE requests failed.

Triggers: Increments whenever an ACF write request fails.

Availability: Per Active Charging Service.

Int64

acf-rd-rsp-succ

Description: Total number of successful ACF READ responses.

Triggers: Increments whenever an ACF READ response is received.

Availability: Per Active Charging Service.

Int64

acf-rd-rsp-failed

Description: Total number of failed READ responses.

Triggers: Increments whenever an ACF READ response fails.

Availability: Per Active Charging Service.

Int64

acf-http-permit

Description: Total number of HTTP URLs permitted from ACF.

Triggers: Increments whenever an HTTP URL is permitted from ACF.

Availability: Per Active Charging Service.

Int64

acf-http-deny

Description: Total number of HTTP URLs denied from ACF.

Triggers: Increments whenever an HTTP URL is denied from ACF.

Availability: Per Active Charging Service.

Int64

acf-http-redirect

Description: Total number of HTTP URLs redirected from ACF.

Triggers: Increments whenever an HTTP URL is redirected from ACF.

Availability: Per Active Charging Service.

Int64

acf-wap-permit

Description: Total number of WAP URLs permitted from ACF.

Triggers: Increments whenever a WAP URL is permitted from ACF.

Availability: Per Active Charging Service.

Int64

acf-wap-deny

Description: Total number of WAP URLs denied from ACF.

Triggers: Increments whenever a WAP URL is denied from ACF.

Availability: Per Active Charging Service.

Int64

acf-wap-redirect

Description: Total number of WAP URLs redirected from ACF.

Triggers: Increments whenever a WAP URL is redirected from ACF.

Availability: Per Active Charging Service.

Int64

P2P Specific Statistics

p2p-flows

Description: The total number of P2P flows detected until a given time.

Triggers: Increments when a flow is marked as P2P.

Availability: Per Active Charging Service

Int32

p2p-flows-cur

Description: The number of currently active P2P flows at a given instance in time.

Triggers:

Increments when a flow is marked as P2P.

Decrements when the flow state is cleaned up.

Availability: Per Active Charging Service

Type: Gauge

Int32

p2p-subscribers

Description: The total number of P2P subscribers detected until a given time.

Triggers: Increments when whenever the first P2P flow for a subscriber is detected. Does not increment for subsequent P2P flows in the same session. If the subscriber logs off and then returns, and has a P2P flow, this counter increments again.

Availability: Per Active Charging Service.

Int32

p2p-subscribers-cur

Description: The number of active P2P subscribers at a given instance in time.

Triggers: Increments whenever, in the sampling time period, the first P2P flow for a subscriber is detected. Decrements whenever, in the sampling time period, all P2P flows for a P2P-marked subscriber ends.

Availability: Per Active Charging Service.

Type: Gauge

Int32

p2p-skype-voice-duration

Description: The total Skype voice duration for a P2P subscriber at a given instance in time.

Triggers: Increments whenever a detected voice flow for Skype ends the voice conversation.

Availability: Per Active Charging Service

Int32

p2p-msn-voice-duration

Description: The total MSN voice duration for a P2P subscriber at a given instance in time.

Triggers: Increments whenever a detected voice flow for MSN ends the voice conversation.

Availability: Per Active Charging Service

Int32

p2p-oscar-voice-duration

Description: The total Oscar voice duration for a P2P subscriber at a given instance in time.

Triggers: Increments whenever a detected voice flow for Oscar ends the voice conversation.

Availability: Per Active Charging Service

Int32

p2p-gtalk-voice-duration

Description: The total GTalk voice duration for a P2P subscriber at a given instance in time.

Triggers: Increments whenever a detected voice flow for GTalk ends the voice conversation.

Availability: Per Active Charging Service

Int32

p2p-yahoo-voice-duration

Description: The total Yahoo voice duration for a P2P subscriber at a given instance in time.

Triggers: Increments whenever a detected voice flow for Yahoo ends the voice conversation.

Availability: Per Active Charging Service

Int32

p2p-skype-uplnk-bytes

Description: The number of bytes of Skype traffic detected in uplink direction.

Triggers: Increments when a packet of Skype traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-skype-dwlnk-bytes

Description: The number of bytes of Skype traffic sent to MS.

Triggers: Increments when a packet of Skype traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-skype-uplnk-pkts

Description: The number of packets of Skype traffic received from MS.

Triggers: Increments when a packet of Skype traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-skype-dwlnk-pkts

Description: The number of packets of Skype traffic sent to MS.

Triggers: Increments when a packet of Skype traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-skype-voice-uplnk-bytes

Description: The number of bytes of Skype voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Skype voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-skype-voice-dwlnk-bytes

Description: The number of bytes of Skype voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Skype voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-skype-voice-uplnk-pkts

Description: The number of packets of Skype voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Skype voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-skype-voice-dwlnk-pkts

Description: The number of packets of Skype voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Skype voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-skype-non-voice-uplnk-bytes

Description: The number of bytes of Skype non-voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Skype non-voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-skype-non-voice-dwlnk-bytes

Description: The number of bytes of Skype non-voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Skype non-voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-skype-non-voice-uplnk-pkts

Description: The number of packets of Skype non-voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Skype non-voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-skype-non-voice-dwlnk-pkts

Description: The number of packets of Skype non-voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Skype non-voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-skype-audio-uplnk-bytes

Description: The number of bytes of Skype audio traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of Skype audio traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-skype-audio-dwlnk-bytes

Description: The number of bytes of Skype audio traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of Skype audio traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-skype-audio-uplnk-pkts

Description: The number of packets of Skype audio traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of Skype audio traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-skype-audio-dwlnk-pkts

Description: The number of packets of Skype audio traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of Skype audio traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-skype-non-audio-uplnk-bytes

Description: The number of bytes of Skype non-audio traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of Skype non-audio traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-skype-non-audio-dwlnk-bytes

Description: The number of bytes of Skype non-audio traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of Skype non-audio traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-skype-non-audio-uplnk-pkts

Description: The number of packets of Skype non-audio traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of Skype non-audio traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-skype-non-audio-dwlnk-pkts

Description: The number of packets of Skype non-audio traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of Skype non-audio traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-skype-unclassified-uplnk-bytes

Description: The number of bytes of Skype unclassified traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Skype unclassified traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-skype-unclassified-dwlnk-bytes

Description: The number of bytes of Skype unclassified traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Skype unclassified traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-skype-unclassified-uplnk-pkts

Description: The number of packets of Skype unclassified traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Skype unclassified traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-skype-unclassified-dwlnk-pkts

Description: The number of packets of Skype unclassified traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Skype unclassified traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-bittorrent-uplnk-bytes

Description: The number of bytes of BitTorrent traffic received from MS.

Triggers: Increments when a packet of BitTorrent traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-bittorrent-dwlnk-bytes

Description: The number of bytes of BitTorrent traffic sent to MS.

Triggers: Increments when a packet of BitTorrent traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-bittorrent-uplnk-pkts

Description: The number of packets of BitTorrent traffic received from MS.

Triggers: Increments when a packet of BitTorrent traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-bittorrent-dwlnk-pkts

Description: The number of packets of BitTorrent traffic sent to MS.

Triggers: Increments when a packet of BitTorrent traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-edonkey-uplnk-bytes

Description: The number of bytes of eDonkey traffic received from MS.

Triggers: Increments when a packet of eDonkey traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-edonkey-dwlnk-bytes

Description: The number of bytes of eDonkey traffic sent to MS.

Triggers: Increments when a packet of eDonkey traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-edonkey-uplnk-pkts

Description: The number of packets of eDonkey traffic received from MS.

Triggers: Increments when a packet of eDonkey traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-edonkey-dwlnk-pkts

Description: The number of packets of eDonkey traffic sent to MS.

Triggers: Increments when a packet of eDonkey traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-msn-uplnk-bytes

Description: The number of bytes of MSN traffic received from MS.

Triggers: Increments when a packet of MSN traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-msn-dwlnk-bytes

Description: The number of bytes of MSN traffic sent to MS.

Triggers: Increments when a packet of MSN traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-msn-uplnk-pkts

Description: The number of packets of MSN traffic received from MS.

Triggers: Increments when a packet of MSN traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-msn-dwlnk-pkts

Description: The number of packets of MSN traffic sent to MS.

Triggers: Increments when a packet of MSN traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-msn-voice-uplnk-bytes

Description: The number of bytes of MSN voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of MSN voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-msn-voice-dwlnk-bytes

Description: The number of bytes of MSN voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of MSN voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-msn-voice-uplnk-pkts

Description: The number of packets of MSN voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of MSN voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-msn-voice-dwlnk-pkts

Description: The number of packets of MSN voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of MSN voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-msn-audio-uplnk-bytes

Description: The number of bytes of MSN audio traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of MSN audio traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-msn-audio-dwlnk-bytes

Description: The number of bytes of MSN audio traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of MSN audio traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-msn-audio-uplnk-pkts

Description: The number of packets of MSN audio traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of MSN audio traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-msn-audio-dwlnk-pkts

Description: The number of packets of MSN audio traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of MSN audio traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-msn-non-audio-or-video-uplnk-bytes

Description: The number of bytes of MSN non-audio or non-video traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of MSN non-audio or non-video traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-msn-non-audio-or-video-dwlnk-bytes

Description: The number of bytes of MSN non-audio or non-video traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of MSN non-audio or non-video traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-msn-non-audio-or-video-uplnk-pkts

Description: The number of packets of MSN non-audio or non-video traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of MSN non-audio or non-video traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-msn-non-audio-or-video-dwlnk-pkts

Description: The number of packets of MSN non-audio or non-video traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of MSN non-audio or non-video traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-msn-unclassified-uplnk-bytes

Description: The number of bytes of MSN unclassified traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of MSN unclassified traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-msn-unclassified-dwlnk-bytes

Description: The number of bytes of MSN unclassified traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of MSN unclassified traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-msn-unclassified-uplnk-pkts

Description: The number of packets of MSN unclassified traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of MSN unclassified traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-msn-unclassified-dwlnk-pkts

Description: The number of packets of MSN unclassified traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of MSN unclassified traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-msn-non-voice-uplnk-bytes

Description: The number of bytes of MSN non-voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of MSN non-voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-msn-non-voice-dwlnk-bytes

Description: The number of bytes of MSN non-voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of MSN non-voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-msn-non-voice-uplnk-pkts

Description: The number of packets of MSN non-voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of MSN non-voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-msn-non-voice-dwlnk-pkts

Description: The number of packets of MSN non-voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of MSN non-voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-msn-video-uplnk-bytes

Description: The number of bytes of MSN video traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of MSN video traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-msn-video-dwlnk-bytes

Description: The number of bytes of MSN video traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of MSN video traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-msn-video-uplnk-pkts

Description: The number of packets of MSN video traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of MSN video traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-msn-video-dwlnk-pkts

Description: The number of packets of MSN video traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of MSN video traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-video-uplnk-bytes

Description: The number of bytes of Oscar video traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Oscar video traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-oscar-video-dwlnk-bytes

Description: The number of bytes of Oscar video traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Oscar video traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-oscar-video-uplnk-pkts

Description: The number of packets of Oscar video traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Oscar video traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-oscar-video-dwlnk-pkts

Description: The number of packets of Oscar video traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Oscar video traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-video-uplnk-bytes

Description: The number of bytes of GTalk video traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of GTalk video traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-video-dwlnk-bytes

Description: The number of bytes of GTalk video traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of GTalk video traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-video-uplnk-pkts

Description: The number of packets of GTalk video traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of GTalk video traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-video-dwlnk-pkts

Description: The number of packets of GTalk video traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of GTalk video traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-skype-video-uplnk-bytes

Description: The number of bytes of Skype video traffic received from MS.

IMPORTANT:

This statistic is not supported in this release. Please contact your Cisco account representative for more information.

Triggers: Increments when a packet of Skype video traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-skype-video-dwlnk-bytes

Description: The number of bytes of Skype video traffic sent to MS.

IMPORTANT:

This statistic is not supported in this release. Please contact your Cisco account representative for more information.

Triggers: Increments when a packet of Skype video traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-skype-video-uplnk-pkts

Description: The number of packets of Skype video traffic received from MS.

IMPORTANT:

This statistic is not supported in this release. Please contact your Cisco account representative for more information.

Triggers: Increments when a packet of Skype video traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-skype-video-dwlnk-pkts

Description: The number of packets of Skype video traffic sent to MS.

IMPORTANT:

This statistic is not supported in this release. Please contact your Cisco account representative for more information.

Triggers: Increments when a packet of Skype video traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-video-uplnk-bytes

Description: The number of bytes of Yahoo video traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Yahoo video traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-video-dwlnk-bytes

Description: The number of bytes of Yahoo video traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Yahoo video traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-video-uplnk-pkts

Description: The number of packets of Yahoo video traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Yahoo video traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-video-dwlnk-pkts

Description: The number of packets of Yahoo video traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Yahoo video traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-uplnk-bytes

Description: The number of bytes of Yahoo traffic received from MS.

Triggers: Increments when a packet of Yahoo traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-dwlnk-bytes

Description: The number of bytes of Yahoo traffic sent to MS.

Triggers: Increments when a packet of Yahoo traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-uplnk-pkts

Description: The number of packets of Yahoo traffic received from MS.

Triggers: Increments when a packet of Yahoo traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-dwlnk-pkts

Description: The number of packets of Yahoo traffic sent to MS.

Triggers: Increments when a packet of Yahoo traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-voice-uplnk-bytes

Description: The number of bytes of Yahoo voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Yahoo voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-voice-dwlnk-bytes

Description: The number of bytes of Yahoo voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Yahoo voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-voice-uplnk-pkts

Description: The number of packets of Yahoo voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Yahoo voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-voice-dwlnk-pkts

Description: The number of packets of Yahoo voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Yahoo voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-audio-uplnk-bytes

Description: The number of bytes of Yahoo audio traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of Yahoo audio traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-audio-dwlnk-bytes

Description: The number of bytes of Yahoo audio traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of Yahoo audio traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-audio-uplnk-pkts

Description: The number of packets of Yahoo audio traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of Yahoo audio traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-audio-dwlnk-pkts

Description: The number of packets of Yahoo audio traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of Yahoo audio traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-non-voice-uplnk-bytes

Description: The number of bytes of Yahoo non-voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Yahoo non-voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-non-voice-dwlnk-bytes

Description: The number of bytes of Yahoo non-voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Yahoo non-voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-non-voice-uplnk-pkts

Description: The number of packets of Yahoo non-voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Yahoo non-voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-non-voice-dwlnk-pkts

Description: The number of packets of Yahoo non-voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Yahoo non-voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-non-audio-uplnk-bytes

Description: The number of bytes of Yahoo non-audio traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of Yahoo non-audio traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-non-audio-dwlnk-bytes

Description: The number of bytes of Yahoo non-audio traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of Yahoo non-audio traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-non-audio-uplnk-pkts

Description: The number of packets of Yahoo non-audio traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of Yahoo non-audio traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-non-audio-dwlnk-pkts

Description: The number of packets of Yahoo non-audio traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of Yahoo non-audio traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-unclassified-uplnk-bytes

Description: The number of bytes of Yahoo unclassified traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Yahoo unclassified traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-unclassified-dwlnk-bytes

Description: The number of bytes of Yahoo unclassified traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Yahoo unclassified traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-unclassified-uplnk-pkts

Description: The number of packets of Yahoo unclassified traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Yahoo unclassified traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yahoo-unclassified-dwlnk-pkts

Description: The number of packets of Yahoo unclassified traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Yahoo unclassified traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-orb-uplnk-bytes

Description: The number of bytes of ORB traffic received from MS.

Triggers: Increments when a packet of ORB traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-orb-dwlnk-bytes

Description: The number of bytes of ORB traffic sent to MS.

Triggers: Increments when a packet of ORB traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-orb-uplnk-pkts

Description: The number of packets of ORB traffic received from MS.

Triggers: Increments when a packet of ORB traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-orb-dwlnk-pkts

Description: The number of packets of ORB traffic sent to MS.

Triggers: Increments when a packet of ORB traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-winny-uplnk-bytes

Description: The number of bytes of Winny traffic received from MS.

Triggers: Increments when a packet of Winny traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-winny-dwlnk-bytes

Description: The number of bytes of Winny traffic sent to MS.

Triggers: Increments when a packet of Winny traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-winny-uplnk-pkts

Description: The number of packets of Winny traffic received from MS.

Triggers: Increments when a packet of Winny traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-winny-dwlnk-pkts

Description: The number of packets of Winny traffic sent to MS.

Triggers: Increments when a packet of Winny traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-slingbox-uplnk-bytes

Description: The number of bytes of Slingbox traffic received from MS.

Triggers: Increments when a packet of Slingbox traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-slingbox-dwlnk-bytes

Description: The number of bytes of Slingbox traffic sent to MS.

Triggers: Increments when a packet of Slingbox traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-slingbox-uplnk-pkts

Description: The number of packets of Slingbox traffic received from MS.

Triggers: Increments when a packet of Slingbox traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-slingbox-dwlnk-pkts

Description: The number of packets of Slingbox traffic sent to MS.

Triggers: Increments when a packet of Slingbox traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-fasttrack-uplnk-bytes

Description: The number of bytes of FastTrack traffic received from MS.

Triggers: Increments when a packet of FastTrack traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-fasttrack-dwlnk-bytes

Description: The number of bytes of FastTrack traffic sent to MS.

Triggers: Increments when a packet of FastTrack traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-fasttrack-uplnk-pkts

Description: The number of packets of FastTrack traffic received from MS.

Triggers: Increments when a packet of FastTrack traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-fasttrack-dwlnk-pkts

Description: The number of packets of FastTrack traffic sent to MS.

Triggers: Increments when a packet of FastTrack traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-gnutella-uplnk-bytes

Description: The number of bytes of Gnutella traffic received from MS.

Triggers: Increments when a packet of Gnutella traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gnutella-dwlnk-bytes

Description: The number of bytes of Gnutella traffic sent to MS.

Triggers: Increments when a packet of Gnutella traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gnutella-uplnk-pkts

Description: The number of packets of Gnutella traffic received from MS.

Triggers: Increments when a packet of Gnutella traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-gnutella-dwlnk-pkts

Description: The number of packets of Gnutella traffic sent to MS.

Triggers: Increments when a packet of Gnutella traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-jabber-uplnk-bytes

Description: The number of bytes of Jabber traffic received from MS.

Triggers: Increments when a packet of Jabber traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-jabber-dwlnk-bytes

Description: The number of bytes of Jabber traffic sent to MS.

Triggers: Increments when a packet of Jabber traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-jabber-uplnk-pkts

Description: The number of packets of Jabber traffic received from MS.

Triggers: Increments when a packet of Jabber traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-jabber-dwlnk-pkts

Description: The number of packets of Jabber traffic sent to MS.

Triggers: Increments when a packet of Jabber traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-manolito-uplnk-bytes

Description: The number of bytes of Manolito traffic received from MS.

Triggers: Increments when a packet of Manolito traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-manolito-dwlnk-bytes

Description: The number of bytes of Manolito traffic sent to MS.

Triggers: Increments when a packet of Manolito traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-manolito-uplnk-pkts

Description: The number of packets of Manolito traffic received from MS.

Triggers: Increments when a packet of Manolito traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-manolito-dwlnk-pkts

Description: The number of packets of Manolito traffic sent to MS.

Triggers: Increments when a packet of Manolito traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-pando-uplnk-bytes

Description: The number of bytes of Pando traffic received from MS.

Triggers: Increments when a packet of Pando traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-pando-dwlnk-bytes

Description: The number of bytes of Pando traffic sent to MS.

Triggers: Increments when a packet of Pando traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-pando-uplnk-pkts

Description: The number of packets of Pando traffic received from MS.

Triggers: Increments when a packet of Pando traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-pando-dwlnk-pkts

Description: The number of packets of Pando traffic sent to MS.

Triggers: Increments when a packet of Pando traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-filetopia-uplnk-bytes

Description: The number of bytes of Filetopia traffic received from MS.

Triggers: Increments when a packet of Filetopia traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-filetopia-dwlnk-bytes

Description: The number of bytes of Filetopia traffic sent to MS.

Triggers: Increments when a packet of Filetopia traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-filetopia-uplnk-pkts

Description: The number of packets of Filetopia traffic received from MS.

Triggers: Increments when a packet of Filetopia traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-filetopia-dwlnk-pkts

Description: The number of packets of Filetopia traffic sent to MS.

Triggers: Increments when a packet of Filetopia traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-soulseek-uplnk-bytes

Description: The number of bytes of SoulSeek traffic received from MS.

Triggers: Increments when a packet of SoulSeek traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-soulseek-dwlnk-bytes

Description: The number of bytes of SoulSeek traffic sent to MS.

Triggers: Increments when a packet of SoulSeek traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-soulseek-uplnk-pkts

Description: The number of packets of SoulSeek traffic received from MS.

Triggers: Increments when a packet of SoulSeek traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-soulseek-dwlnk-pkts

Description: The number of packets of SoulSeek traffic sent to MS.

Triggers: Increments when a packet of SoulSeek traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-ppstream-uplnk-bytes

Description: The number of bytes of PPStream traffic received from MS.

Triggers: Increments when a packet of PPStream traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-ppstream-dwlnk-bytes

Description: The number of bytes of PPStream traffic sent to MS.

Triggers: Increments when a packet of PPStream traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-ppstream-uplnk-pkts

Description: The number of packets of PPStream traffic received from MS.

Triggers: Increments when a packet of PPStream traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-ppstream-dwlnk-pkts

Description: The number of packets of PPStream traffic sent to MS.

Triggers: Increments when a packet of PPStream traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-qq-uplnk-bytes

Description: The number of bytes of QQ traffic received from MS.

Triggers: Increments when a packet of QQ traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-qq-dwlnk-bytes

Description: The number of bytes of QQ traffic sent to MS.

Triggers: Increments when a packet of QQ traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-qq-uplnk-pkts

Description: The number of packets of QQ traffic received from MS.

Triggers: Increments when a packet of QQ traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-qq-dwlnk-pkts

Description: The number of packets of QQ traffic sent to MS.

Triggers: Increments when a packet of QQ traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-qqlive-uplnk-bytes

Description: The number of bytes of QQLive traffic received from MS.

Triggers: Increments when a packet of QQLive traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-qqlive-dwlnk-bytes

Description: The number of bytes of QQLive traffic sent to MS.

Triggers: Increments when a packet of QQLive traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-qqlive-uplnk-pkts

Description: The number of packets of QQLive traffic received from MS.

Triggers: Increments when a packet of QQLive traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-qqlive-dwlnk-pkts

Description: The number of packets of QQLive traffic sent to MS.

Triggers: Increments when a packet of QQLive traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-mute-uplnk-bytes

Description: The number of bytes of Mute traffic received from MS.

Triggers: Increments when a packet of Mute traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-mute-dwlnk-bytes

Description: The number of bytes of Mute traffic sent to MS.

Triggers: Increments when a packet of Mute traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-mute-uplnk-pkts

Description: The number of packets of Mute traffic received from MS.

Triggers: Increments when a packet of Mute traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-mute-dwlnk-pkts

Description: The number of packets of Mute traffic sent to MS.

Triggers: Increments when a packet of Mute traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-gadugadu-uplnk-bytes

Description: The number of bytes of Gadu-Gadu traffic received from MS.

Triggers: Increments when a packet of Gadu-Gadu traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-gadugadu-dwlnk-bytes

Description: The number of bytes of Gadu-Gadu traffic sent to MS.

Triggers: Increments when a packet of Gadu-Gadu traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-gadugadu-uplnk-pkts

Description: The number of packets of Gadu-Gadu traffic received from MS.

Triggers: Increments when a packet of Gadu-Gadu traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-gadugadu-dwlnk-pkts

Description: The number of packets of Gadu-Gadu traffic sent to MS.

Triggers: Increments when a packet of Gadu-Gadu traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-feidian-uplnk-bytes

Description: The number of bytes of Feidian traffic received from MS.

Triggers: Increments when a packet of Feidian traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-feidian-dwlnk-bytes

Description: The number of bytes of Feidian traffic sent to MS.

Triggers: Increments when a packet of Feidian traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-feidian-uplnk-pkts

Description: The number of packets of Feidian traffic received from MS.

Triggers: Increments when a packet of Feidian traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-feidian-dwlnk-pkts

Description: The number of packets of Feidian traffic sent to MS.

Triggers: Increments when a packet of Feidian traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-applejuice-uplnk-bytes

Description: The number of bytes of AppleJuice traffic received from MS.

Triggers: Increments when a packet of AppleJuice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-applejuice-dwlnk-bytes

Description: The number of bytes of AppleJuice traffic sent to MS.

Triggers: Increments when a packet of AppleJuice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-applejuice-uplnk-pkts

Description: The number of packets of AppleJuice traffic received from MS.

Triggers: Increments when a packet of AppleJuice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-applejuice-dwlnk-pkts

Description: The number of packets of AppleJuice traffic sent to MS.

Triggers: Increments when a packet of AppleJuice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-zattoo-uplnk-bytes

Description: The number of bytes of Zattoo traffic received from MS.

Triggers: Increments when a packet of Zattoo traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-zattoo-dwlnk-bytes

Description: The number of bytes of Zattoo traffic sent to MS.

Triggers: Increments when a packet of Zattoo traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-zattoo-uplnk-pkts

Description: The number of packets of Zattoo traffic received from MS.

Triggers: Increments when a packet of Zattoo traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-zattoo-dwlnk-pkts

Description: The number of packets of Zattoo traffic sent to MS.

Triggers: Increments when a packet of Zattoo traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-skinny-uplnk-bytes

Description: The number of bytes of Skinny traffic received from MS.

Triggers: Increments when a packet of Skinny traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-skinny-dwlnk-bytes

Description: The number of bytes of Skinny traffic sent to MS.

Triggers: Increments when a packet of Skinny traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-skinny-uplnk-pkts

Description: The number of packets of Skinny traffic received from MS.

Triggers: Increments when a packet of Skinny traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-skinny-dwlnk-pkts

Description: The number of packets of Skinny traffic sent to MS.

Triggers: Increments when a packet of Skinny traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-sopcast-uplnk-bytes

Description: The number of bytes of SopCast traffic received from MS.

Triggers: Increments when a packet of SopCast traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-sopcast-dwlnk-bytes

Description: The number of bytes of SopCast traffic sent to MS.

Triggers: Increments when a packet of SopCast traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-sopcast-uplnk-pkts

Description: The number of packets of SopCast traffic received from MS.

Triggers: Increments when a packet of SopCast traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-sopcast-dwlnk-pkts

Description: The number of packets of SopCast traffic sent to MS.

Triggers: Increments when a packet of SopCast traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-ares-uplnk-bytes

Description: The number of bytes of Ares traffic received from MS.

Triggers: Increments when a packet of Ares traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-ares-dwlnk-bytes

Description: The number of bytes of Ares traffic sent to MS.

Triggers: Increments when a packet of Ares traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-ares-uplnk-pkts

Description: The number of packets of Ares traffic received from MS.

Triggers: Increments when a packet of Ares traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-ares-dwlnk-pkts

Description: The number of packets of Ares traffic sent to MS.

Triggers: Increments when a packet of Ares traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-directconnect-uplnk-bytes

Description: The number of bytes of DirectConnect traffic received from MS.

Triggers: Increments when a packet of DirectConnect traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-directconnect-dwlnk-bytes

Description: The number of bytes of DirectConnect traffic sent to MS.

Triggers: Increments when a packet of DirectConnect traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-directconnect-uplnk-pkts

Description: The number of packets of DirectConnect traffic received from MS.

Triggers: Increments when a packet of DirectConnect traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-directconnect-dwlnk-pkts

Description: The number of packets of DirectConnect traffic sent to MS.

Triggers: Increments when a packet of DirectConnect traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-imesh-uplnk-bytes

Description: The number of bytes of iMesh traffic received from MS.

Triggers: Increments when a packet of iMesh traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-imesh-dwlnk-bytes

Description: The number of bytes of iMesh traffic sent to MS.

Triggers: Increments when a packet of iMesh traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-imesh-uplnk-pkts

Description: The number of packets of iMesh traffic received from MS.

Triggers: Increments when a packet of iMesh traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-imesh-dwlnk-pkts

Description: The number of packets of iMesh traffic sent to MS.

Triggers: Increments when a packet of iMesh traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-pplive-uplnk-bytes

Description: The number of bytes of PPLive traffic received from MS.

Triggers: Increments when a packet of PPLive traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-pplive-dwlnk-bytes

Description: The number of bytes of PPLive traffic sent to MS.

Triggers: Increments when a packet of PPLive traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-pplive-uplnk-pkts

Description: The number of packets of PPLive traffic received from MS.

Triggers: Increments when a packet of PPLive traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-pplive-dwlnk-pkts

Description: The number of packets of PPLive traffic sent to MS.

Triggers: Increments when a packet of PPLive traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-uplnk-bytes

Description: The number of bytes of Oscar traffic received from MS.

Triggers: Increments when a packet of Oscar traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-dwlnk-bytes

Description: The number of bytes of Oscar traffic sent to MS.

Triggers: Increments when a packet of Oscar traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-uplnk-pkts

Description: The number of packets of Oscar traffic received from MS.

Triggers: Increments when a packet of Oscar traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-dwlnk-pkts

Description: The number of packets of Oscar traffic sent to MS.

Triggers: Increments when a packet of Oscar traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-voice-uplnk-bytes

Description: The number of bytes of Oscar voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Oscar voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-voice-dwlnk-bytes

Description: The number of bytes of Oscar voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Oscar voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-voice-uplnk-pkts

Description: The number of packets of Oscar voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Oscar voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-voice-dwlnk-pkts

Description: The number of packets of Oscar voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Oscar voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-audio-uplnk-bytes

Description: The number of bytes of Oscar audio traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of Oscar audio traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-audio-dwlnk-bytes

Description: The number of bytes of Oscar audio traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of Oscar audio traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-audio-uplnk-pkts

Description: The number of packets of Oscar audio traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of Oscar audio traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-audio-dwlnk-pkts

Description: The number of packets of Oscar audio traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of Oscar audio traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-non-voice-uplnk-bytes

Description: The number of bytes of Oscar non-voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Oscar non-voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-non-voice-dwlnk-bytes

Description: The number of bytes of Oscar non-voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Oscar non-voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-non-voice-uplnk-pkts

Description: The number of packets of Oscar non-voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Oscar non-voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-non-voice-dwlnk-pkts

Description: The number of packets of Oscar non-voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of Oscar non-voice traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-non-audio-uplnk-bytes

Description: The number of bytes of Oscar non-audio traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of Oscar non-audio traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-non-audio-dwlnk-bytes

Description: The number of bytes of Oscar non-audio traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of Oscar non-audio traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-non-audio-uplnk-pkts

Description: The number of packets of Oscar non-audio traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of Oscar non-audio traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-non-audio-dwlnk-pkts

Description: The number of packets of Oscar non-audio traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of Oscar non-audio traffic is detected by the P2P analyzer.

Availability: Per Active Charging Service.

Int64

p2p-oscar-unclassified-uplnk-bytes

Description: The number of bytes of Oscar unclassified traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Oscar unclassified traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-oscar-unclassified-dwlnk-bytes

Description: The number of bytes of Oscar unclassified traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Oscar unclassified traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-oscar-unclassified-uplnk-pkts

Description: The number of packtes of Oscar unclassified traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Oscar unclassified traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-oscar-unclassified-dwlnk-pkts

Description: The number of packtes of Oscar unclassified traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of Oscar unclassified traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-popo-uplnk-bytes

Description: The number of bytes of PoPo traffic received from MS.

Triggers: Increments when a packet of PoPo traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-popo-dwlnk-bytes

Description: The number of bytes of PoPo traffic sent to MS.

Triggers: Increments when a packet of PoPo traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-popo-uplnk-pkts

Description: The number of packets of PoPo traffic received from MS.

Triggers: Increments when a packet of PoPo traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-popo-dwlnk-pkts

Description: The number of packets of PoPo traffic sent to MS.

Triggers: Increments when a packet of PoPo traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-irc-uplnk-bytes

Description: The number of bytes of IRC traffic received from MS.

Triggers: Increments when a packet of IRC traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-irc-dwlnk-bytes

Description: The number of bytes of IRC traffic sent to MS.

Triggers: Increments when a packet of IRC traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-irc-uplnk-pkts

Description: The number of packets of IRC traffic received from MS.

Triggers: Increments when a packet of IRC traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-irc-dwlnk-pkts

Description: The number of packets of IRC traffic sent to MS.

Triggers: Increments when a packet of IRC traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-steam-uplnk-bytes

Description: The number of bytes of Steam traffic received from MS.

Triggers: Increments when a packet of Steam traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-steam-dwlnk-bytes

Description: The number of bytes of Steam traffic sent to MS.

Triggers: Increments when a packet of Steam traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-steam-uplnk-pkts

Description: The number of packets of Steam traffic received from MS.

Triggers: Increments when a packet of Steam traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-steam-dwlnk-pkts

Description: The number of packets of Steam traffic sent to MS.

Triggers: Increments when a packet of Steam traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-ddlink-uplnk-bytes

Description: The number of bytes of Ddlink traffic received from MS.

Triggers: Increments when a packet of Ddlink traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-ddlink-dwlnk-bytes

Description: The number of bytes of Ddlink traffic sent to MS.

Triggers: Increments when a packet of Ddlink traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-ddlink-uplnk-pkts

Description: The number of packets of Ddlink traffic received from MS.

Triggers: Increments when a packet of Ddlink traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-ddlink-dwlnk-pkts

Description: The number of packets of Ddlink traffic sent to MS.

Triggers: Increments when a packet of Ddlink traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-halflife2-uplnk-bytes

Description: The number of bytes of Half-life2 traffic received from MS.

Triggers: Increments when a packet of Half-life2 traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-halflife2-dwlnk-bytes

Description: The number of bytes of Half-life2 traffic sent to MS.

Triggers: Increments when a packet of Half-life2 traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-halflife2-uplnk-pkts

Description: The number of packets of Half-life2 traffic received from MS.

Triggers: Increments when a packet of Half-life2 traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-halflife2-dwlnk-pkts

Description: The number of packets of Half-life2 traffic sent to MS.

Triggers: Increments when a packet of Half-life2 traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-hamachivpn-uplnk-bytes

Description: The number of bytes of HamachiVPN traffic received from MS.

Triggers: Increments when a packet of HamachiVPN traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-hamachivpn-dwlnk-bytes

Description: The number of bytes of HamachiVPN traffic sent to MS.

Triggers: Increments when a packet of HamachiVPN traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-hamachivpn-uplnk-pkts

Description: The number of packets of HamachiVPN traffic received from MS.

Triggers: Increments when a packet of HamachiVPN traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-hamachivpn-dwlnk-pkts

Description: The number of packets of HamachiVPN traffic sent to MS.

Triggers: Increments when a packet of HamachiVPN traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-tvants-uplnk-bytes

Description: The number of bytes of TVAnts traffic received from MS.

Triggers: Increments when a packet of TVAnts traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-tvants-dwlnk-bytes

Description: The number of bytes of TVAnts traffic sent to MS.

Triggers: Increments when a packet of TVAnts traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-tvants-uplnk-pkts

Description: The number of packets of TVAnts traffic received from MS.

Triggers: Increments when a packet of TVAnts traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-tvants-dwlnk-pkts

Description: The number of packets of TVAnts traffic sent to MS.

Triggers: Increments when a packet of TVAnts traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-tvuplayer-uplnk-bytes

Description: The number of bytes of TVUPlayer traffic received from MS.

Triggers: Increments when a packet of TVUPlayer traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-tvuplayer-dwlnk-bytes

Description: The number of bytes of TVUPlayer traffic sent to MS.

Triggers: Increments when a packet of TVUPlayer traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-tvuplayer-uplnk-pkts

Description: The number of packets of TVUPlayer traffic received from MS.

Triggers: Increments when a packet of TVUPlayer traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-tvuplayer-dwlnk-pkts

Description: The number of packets of TVUPlayer traffic sent to MS.

Triggers: Increments when a packet of TVUPlayer traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-uusee-uplnk-bytes

Description: The number of bytes of UUSee traffic received from MS.

Triggers: Increments when a packet of UUSee traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-uusee-dwlnk-bytes

Description: The number of bytes of UUSee traffic sent to MS.

Triggers: Increments when a packet of UUSee traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-uusee-uplnk-pkts

Description: The number of packets of UUSee traffic received from MS.

Triggers: Increments when a packet of UUSee traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-uusee-dwlnk-pkts

Description: The number of packets of UUSee traffic sent to MS.

Triggers: Increments when a packet of UUSee traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-vpnx-uplnk-bytes

Description: The number of bytes of VPN-X traffic received from MS.

Triggers: Increments when a packet of VPN-X traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-vpnx-dwlnk-bytes

Description: The number of bytes of VPN-X traffic sent to MS.

Triggers: Increments when a packet of VPN-X traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-vpnx-uplnk-pkts

Description: The number of packets of VPN-X traffic received from MS.

Triggers: Increments when a packet of VPN-X traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-vpnx-dwlnk-pkts

Description: The number of packets of VPN-X traffic sent to MS.

Triggers: Increments when a packet of VPN-X traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-vtun-uplnk-bytes

Description: The number of bytes of VTun traffic received from MS.

Triggers: Increments when a packet of VTun traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-vtun-dwlnk-bytes

Description: The number of bytes of VTun traffic sent to MS.

Triggers: Increments when a packet of VTun traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-vtun-uplnk-pkts

Description: The number of packets of VTun traffic received from MS.

Triggers: Increments when a packet of VTun traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-vtun-dwlnk-pkts

Description: The number of packets of VTun traffic sent to MS.

Triggers: Increments when a packet of VTun traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-winmx-uplnk-bytes

Description: The number of bytes of WinMX traffic received from MS.

Triggers: Increments when a packet of WinMX traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-winmx-dwlnk-bytes

Description: The number of bytes of WinMX traffic sent to MS.

Triggers: Increments when a packet of WinMX traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-winmx-uplnk-pkts

Description: The number of packets of WinMX traffic received from MS.

Triggers: Increments when a packet of WinMX traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-winmx-dwlnk-pkts

Description: The number of packets of WinMX traffic sent to MS.

Triggers: Increments when a packet of WinMX traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-wofwarcraft-uplnk-bytes

Description: The number of bytes of WofWarcraft traffic received from MS.

Triggers: Increments when a packet of WofWarcraft traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-wofwarcraft-dwlnk-bytes

Description: The number of bytes of WofWarcraft traffic sent to MS.

Triggers: Increments when a packet of WofWarcraft traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-wofwarcraft-uplnk-pkts

Description: The number of packets of WofWarcraft traffic received from MS.

Triggers: Increments when a packet of WofWarcraft traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-wofwarcraft-dwlnk-pkts

Description: The number of packets of WofWarcraft traffic sent to MS.

Triggers: Increments when a packet of WofWarcraft traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-xbox-uplnk-bytes

Description: The number of bytes of Xbox traffic received from MS.

Triggers: Increments when a packet of Xbox traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-xbox-dwlnk-bytes

Description: The number of bytes of Xbox traffic sent to MS.

Triggers: Increments when a packet of Xbox traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-xbox-uplnk-pkts

Description: The number of packets of Xbox traffic received from MS.

Triggers: Increments when a packet of Xbox traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-xbox-dwlnk-pkts

Description: The number of packets of Xbox traffic sent to MS.

Triggers: Increments when a packet of Xbox traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-fring-uplnk-bytes

Description: The number of bytes of Fring traffic received from MS.

Triggers: Increments when a packet of Fring traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-fring-dwlnk-bytes

Description: The number of bytes of Fring traffic sent to MS.

Triggers: Increments when a packet of Fring traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-fring-uplnk-pkts

Description: The number of packets of Fring traffic received from MS.

Triggers: Increments when a packet of Fring traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-fring-dwlnk-pkts

Description: The number of packets of Fring traffic sent to MS.

Triggers: Increments when a packet of Fring traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-iskoot-uplnk-bytes

Description: The number of bytes of iSkoot traffic received from MS.

Triggers: Increments when a packet of iSkoot traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-iskoot-dwlnk-bytes

Description: The number of bytes of iSkoot traffic sent to MS.

Triggers: Increments when a packet of iSkoot traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-iskoot-uplnk-pkts

Description: The number of packets of iSkoot traffic received from MS.

Triggers: Increments when a packet of iSkoot traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-iskoot-dwlnk-pkts

Description: The number of packets of iSkoot traffic sent to MS.

Triggers: Increments when a packet of iSkoot traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-oovoo-uplnk-bytes

Description: The number of bytes of ooVoo traffic received from MS.

Triggers: Increments when a packet of ooVoo traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-oovoo-dwlnk-bytes

Description: The number of bytes of ooVoo traffic sent to MS.

Triggers: Increments when a packet of ooVoo traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-oovoo-uplnk-pkts

Description: The number of packets of ooVoo traffic received from MS.

Triggers: Increments when a packet of ooVoo traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-oovoo-dwlnk-pkts

Description: The number of packets of ooVoo traffic sent to MS.

Triggers: Increments when a packet of ooVoo traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-uplnk-bytes

Description: The number of bytes of GTalk traffic received from MS.

Triggers: Increments when a packet of GTalk traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-dwlnk-bytes

Description: The number of bytes of GTalk traffic sent to MS.

Triggers: Increments when a packet of GTalk traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-uplnk-pkts

Description: The number of packets of GTalk traffic received from MS.

Triggers: Increments when a packet of GTalk traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-dwlnk-pkts

Description: The number of packets of GTalk traffic sent to MS.

Triggers: Increments when a packet of GTalk traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-voice-uplnk-bytes

Description: The number of bytes of GTalk voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of GTalk voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-voice-dwlnk-bytes

Description: The number of bytes of GTalk voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of GTalk voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-voice-uplnk-pkts

Description: The number of packets of GTalk voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of GTalk voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-voice-dwlnk-pkts

Description: The number of packets of GTalk voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of GTalk voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-audio-uplnk-bytes

Description: The number of bytes of GTalk audio traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of GTalk audio traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-audio-dwlnk-bytes

Description: The number of bytes of GTalk audio traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of GTalk audio traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-audio-uplnk-pkts

Description: The number of packets of GTalk audio traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of GTalk audio traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-audio-dwlnk-pkts

Description: The number of packets of GTalk audio traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0 and later releases.

Triggers: Increments when a packet of GTalk audio traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-non-voice-uplnk-bytes

Description: The number of bytes of GTalk non-voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of GTalk non-voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-non-voice-dwlnk-bytes

Description: The number of bytes of GTalk non-voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of GTalk non-voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-non-voice-uplnk-pkts

Description: The number of packets of GTalk non-voice traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of GTalk non-voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-non-voice-dwlnk-pkts

Description: The number of packets of GTalk non-voice traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 10.0 and earlier releases.

Triggers: Increments when a packet of GTalk non-voice traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-non-audio-uplnk-bytes

Description: The number of bytes of GTalk non-audio traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of GTalk non-audio traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-non-audio-dwlnk-bytes

Description: The number of bytes of GTalk non-audio traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of GTalk non-audio traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-non-audio-uplnk-pkts

Description: The number of packets of GTalk non-audio traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of GTalk non-audio traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-non-audio-dwlnk-pkts

Description: The number of packets of GTalk non-audio traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 11.0.

Triggers: Increments when a packet of GTalk non-audio traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-unclassified-uplnk-bytes

Description: The number of bytes of GTalk unclassified traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of GTalk unclassified traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-unclassified-dwlnk-bytes

Description: The number of bytes of GTalk unclassified traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of GTalk unclassified traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-unclassified-uplnk-pkts

Description: The number of packets of GTalk unclassified traffic received from MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of GTalk unclassified traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gtalk-unclassified-dwlnk-pkts

Description: The number of packets of GTalk unclassified traffic sent to MS.

IMPORTANT:

This variable is supported only in StarOS 12.0 and later releases.

Triggers: Increments when a packet of GTalk unclassified traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-freenet-uplnk-bytes

Description: The total number of bytes of Freenet traffic received from MS.

Triggers: Increments when a packet of Freenet traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-freenet-dwlnk-bytes

Description: The total number of bytes of Freenet traffic sent to MS.

Triggers: Increments when a packet of Freenet traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-freenet-uplnk-pkts

Description: The total number of packets of Freenet traffic received from MS.

Triggers: Increments when a packet of Freenet traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-freenet-dwlnk-pkts

Description: The total number of packets of Freenet traffic sent to MS.

Triggers: Increments when a packet of Freenet traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-aimini-uplnk-bytes

Description: The total number of bytes of Aimini traffic received from MS.

Triggers: Increments when a packet of Aimini traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-aimini-dwlnk-bytes

Description: The total number of bytes of Aimini traffic sent to MS.

Triggers: Increments when a packet of Aimini traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-aimini-uplnk-pkts

Description: The total number of packets of Aimini traffic received from MS.

Triggers: Increments when a packet of Aimini traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-aimini-dwlnk-pkts

Description: The total number of packets of Aimini traffic sent to MS.

Triggers: Increments when a packet of Aimini traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-battlefld-uplnk-bytes

Description: The total number of bytes of Battlefield traffic received from MS.

Triggers: Increments when a packet of Battlefield traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-battlefld-dwlnk-bytes

Description: The total number of bytes of Battlefield traffic sent to MS.

Triggers: Increments when a packet of Battlefield traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-battlefld-uplnk-pkts

Description: The total number of packets of Battlefield traffic received from MS.

Triggers: Increments when a packet of Battlefield traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-battlefld-dwlnk-pkts

Description: The total number of packets of Battlefield traffic sent to MS.

Triggers: Increments when a packet of Battlefield traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-openft-uplnk-bytes

Description: The total number of bytes of OpenFT traffic received from MS.

Triggers: Increments when a packet of OpenFT traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-openft-dwlnk-bytes

Description: The total number of bytes of OpenFT traffic sent to MS.

Triggers: Increments when a packet of OpenFT traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-openft-uplnk-pkts

Description: The total number of packets of OpenFT traffic received from MS.

Triggers: Increments when a packet of OpenFT traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-openft-dwlnk-pkts

Description: The total number of packets of OpenFT traffic sent to MS.

Triggers: Increments when a packet of OpenFT traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-qqgame-uplnk-bytes

Description: The total number of bytes of QQGame traffic received from MS.

Triggers: Increments when a packet of QQGame traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-qqgame-dwlnk-bytes

Description: The total number of bytes of QQGame traffic sent to MS.

Triggers: Increments when a packet of QQGame traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-qqgame-uplnk-pkts

Description: The total number of packets of QQGame traffic received from MS.

Triggers: Increments when a packet of QQGame traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-qqgame-dwlnk-pkts

Description: The total number of packets of QQGame traffic sent to MS.

Triggers: Increments when a packet of QQGame traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-quake-uplnk-bytes

Description: The total number of bytes of Quake traffic received from MS.

Triggers: Increments when a packet of Quake traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-quake-dwlnk-bytes

Description: The total number of bytes of Quake traffic sent to MS.

Triggers: Increments when a packet of Quake traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-quake-uplnk-pkts

Description: The total number of packets of Quake traffic received from MS.

Triggers: Increments when a packet of Quake traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-quake-dwlnk-pkts

Description: The total number of packets of Quake traffic sent to MS.

Triggers: Increments when a packet of Quake traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-secondlife-uplnk-bytes

Description: The total number of bytes of SecondLife traffic received from MS.

Triggers: Increments when a packet of SecondLife traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-secondlife-dwlnk-bytes

Description: The total number of bytes of SecondLife traffic sent to MS.

Triggers: Increments when a packet of SecondLife traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-secondlife-uplnk-pkts

Description: The total number of packets of SecondLife traffic received from MS.

Triggers: Increments when a packet of SecondLife traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-secondlife-dwlnk-pkts

Description: The total number of packets of SecondLife traffic sent to MS.

Triggers: Increments when a packet of SecondLife traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-actsync-uplnk-bytes

Description: The total number of bytes of ActiveSync traffic received from MS.

Triggers: Increments when a packet of ActiveSync traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-actsync-dwlnk-bytes

Description: The total number of bytes of ActiveSync traffic sent to MS.

Triggers: Increments when a packet of ActiveSync traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-actsync-uplnk-pkts

Description: The total number of packets of ActiveSync traffic received from MS.

Triggers: Increments when a packet of ActiveSync traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-actsync-dwlnk-pkts

Description: The total number of packets of ActiveSync traffic sent to MS.

Triggers: Increments when a packet of ActiveSync traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-nimbuzz-uplnk-bytes

Description: The total number of bytes of Nimbuzz traffic received from MS.

Triggers: Increments when a packet of Nimbuzz traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-nimbuzz-dwlnk-bytes

Description: The total number of bytes of Nimbuzz traffic sent to MS.

Triggers: Increments when a packet of Nimbuzz traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-nimbuzz-uplnk-pkts

Description: The total number of packets of Nimbuzz traffic received from MS.

Triggers: Increments when a packet of Nimbuzz traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-nimbuzz-dwlnk-pkts

Description: The total number of packets of Nimbuzz traffic sent to MS.

Triggers: Increments when a packet of Nimbuzz traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-iax-uplnk-bytes

Description: The total number of bytes of IAX traffic received from MS.

Triggers: Increments when a packet of IAX traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-iax-dwlnk-bytes

Description: The total number of bytes of IAX traffic sent to MS.

Triggers: Increments when a packet of IAX traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-iax-uplnk-pkts

Description: The total number of packets of IAX traffic received from MS.

Triggers: Increments when a packet of IAX traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-iax-dwlnk-pkts

Description: The total number of packets of IAX traffic sent to MS.

Triggers: Increments when a packet of IAX traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-paltalk-uplnk-bytes

Description: The total number of bytes of Paltalk traffic received from MS.

Triggers: Increments when a packet of Paltalk traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-paltalk-dwlnk-bytes

Description: The total number of bytes of Paltalk traffic sent to MS.

Triggers: Increments when a packet of Paltalk traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-paltalk-uplnk-pkts

Description: The total number of packets of Paltalk traffic received from MS.

Triggers: Increments when a packet of Paltalk traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-paltalk-dwlnk-pkts

Description: The total number of packets of Paltalk traffic sent to MS.

Triggers: Increments when a packet of Paltalk traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-warcft3-uplnk-bytes

Description: The total number of bytes of Warcraft3 traffic received from MS.

Triggers: Increments when a packet of Warcraft3 traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-warcft3-dwlnk-bytes

Description: The total number of bytes of Warcraft3 traffic sent to MS.

Triggers: Increments when a packet of Warcraft3 traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-warcft3-uplnk-pkts

Description: The total number of packets of Warcraft3 traffic received from MS.

Triggers: Increments when a packet of Warcraft3 traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-warcft3-dwlnk-pkts

Description: The total number of packets of Warcraft3 traffic sent to MS.

Triggers: Increments when a packet of Warcraft3 traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-rdp-uplnk-bytes

Description: The total number of bytes of RDP traffic received from MS.

Triggers: Increments when a packet of RDP traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-rdp-dwlnk-bytes

Description: The total number of bytes of RDP traffic sent to MS.

Triggers: Increments when a packet of RDP traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-rdp-uplnk-pkts

Description: The total number of packets of RDP traffic received from MS.

Triggers: Increments when a packet of RDP traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-rdp-dwlnk-pkts

Description: The total number of packets of RDP traffic sent to MS.

Triggers: Increments when a packet of RDP traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-iptv-uplnk-bytes

Description: The total number of bytes of IPTV traffic received from MS.

Triggers: Increments when a packet of IPTV traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-iptv-dwlnk-bytes

Description: The total number of bytes of IPTV traffic sent to MS.

Triggers: Increments when a packet of IPTV traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-iptv-uplnk-pkts

Description: The total number of packets of IPTV traffic received from MS.

Triggers: Increments when a packet of IPTV traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-iptv-dwlnk-pkts

Description: The total number of packets of IPTV traffic sent to MS.

Triggers: Increments when a packet of IPTV traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-pandora-uplnk-bytes

Description: The total number of bytes of Pandora traffic received from MS.

Triggers: Increments when a packet of Pandora traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-pandora-dwlnk-bytes

Description: The total number of bytes of Pandora traffic sent to MS.

Triggers: Increments when a packet of Pandora traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-pandora-uplnk-pkts

Description: The total number of packets of Pandora traffic received from MS.

Triggers: Increments when a packet of Pandora traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-pandora-dwlnk-pkts

Description: The total number of packets of Pandora traffic sent to MS.

Triggers: Increments when a packet of Pandora traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-icecast-uplnk-bytes

Description: The total number of bytes of Icecast traffic received from MS.

Triggers: Increments when a packet of Icecast traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-icecast-dwlnk-bytes

Description: The total number of bytes of Icecast traffic sent to MS.

Triggers: Increments when a packet of Icecast traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-icecast-uplnk-pkts

Description: The total number of packets of Icecast traffic received from MS.

Triggers: Increments when a packet of Icecast traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-icecast-dwlnk-pkts

Description: The total number of packets of Icecast traffic sent to MS.

Triggers: Increments when a packet of Icecast traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-kontiki-uplnk-bytes

Description: The total number of bytes of Kontiki traffic received from MS.

Triggers: Increments when a packet of Kontiki traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-kontiki-dwlnk-bytes

Description: The total number of bytes of Kontiki traffic sent to MS.

Triggers: Increments when a packet of Kontiki traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-kontiki-uplnk-pkts

Description: The total number of packets of Kontiki traffic received from MS.

Triggers: Increments when a packet of Kontiki traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-kontiki-dwlnk-pkts

Description: The total number of packets of Kontiki traffic sent to MS.

Triggers: Increments when a packet of Kontiki traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-meebo-uplnk-bytes

Description: The total number of bytes of Meebo traffic received from MS.

Triggers: Increments when a packet of Meebo traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-meebo-dwlnk-bytes

Description: The total number of bytes of Meebo traffic sent to MS.

Triggers: Increments when a packet of Meebo traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-meebo-uplnk-pkts

Description: The total number of packets of Meebo traffic received from MS.

Triggers: Increments when a packet of Meebo traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-meebo-dwlnk-pkts

Description: The total number of packets of Meebo traffic sent to MS.

Triggers: Increments when a packet of Meebo traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-shoutcast-uplnk-bytes

Description: The total number of bytes of Shoutcast traffic received from MS.

Triggers: Increments when a packet of Shoutcast traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-shoutcast-dwlnk-bytes

Description: The total number of bytes of Shoutcast traffic sent to MS.

Triggers: Increments when a packet of Shoutcast traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-shoutcast-uplnk-pkts

Description: The total number of packets of Shoutcast traffic received from MS.

Triggers: Increments when a packet of Shoutcast traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-shoutcast-dwlnk-pkts

Description: The total number of packets of Shoutcast traffic sent to MS.

Triggers: Increments when a packet of Shoutcast traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-truphone-uplnk-bytes

Description: The total number of bytes of Truphone traffic received from MS.

Triggers: Increments when a packet of Truphone traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-truphone-dwlnk-bytes

Description: The total number of bytes of Truphone traffic sent to MS.

Triggers: Increments when a packet of Truphone traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-truphone-uplnk-pkts

Description: The total number of packets of Truphone traffic received from MS.

Triggers: Increments when a packet of Truphone traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-truphone-dwlnk-pkts

Description: The total number of packets of Truphone traffic sent to MS.

Triggers: Increments when a packet of Truphone traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-thunder-uplnk-bytes

Description: The total number of bytes of Thunder traffic received from MS.

Triggers: Increments when a packet of Thunder traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-thunder-dwlnk-bytes

Description: The total number of bytes of Thunder traffic sent to MS.

Triggers: Increments when a packet of Thunder traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-thunder-uplnk-pkts

Description: The total number of packets of Thunder traffic received from MS.

Triggers: Increments when a packet of Thunder traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-thunder-dwlnk-pkts

Description: The total number of packets of Thunder traffic sent to MS.

Triggers: Increments when a packet of Thunder traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-armagettron-uplnk-bytes

Description: The total number of bytes of Armagettron traffic received from MS.

Triggers: Increments when a packet of Armagettron traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-armagettron-dwlnk-bytes

Description: The total number of bytes of Armagettron traffic sent to MS.

Triggers: Increments when a packet of Armagettron traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-armagettron-uplnk-pkts

Description: The total number of packets of Armagettron traffic received from MS.

Triggers: Increments when a packet of Armagettron traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-armagettron-dwlnk-pkts

Description: The total number of packets of Armagettron traffic sent to MS.

Triggers: Increments when a packet of Armagettron traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-blackberry-uplnk-bytes

Description: The total number of bytes of Blackberry traffic received from MS.

Triggers: Increments when a packet of Blackberry traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-blackberry-dwlnk-bytes

Description: The total number of bytes of Blackberry traffic sent to MS.

Triggers: Increments when a packet of Blackberry traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-blackberry-uplnk-pkts

Description: The total number of packets of Blackberry traffic received from MS.

Triggers: Increments when a packet of Blackberry traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-blackberry-dwlnk-pkts

Description: The total number of packets of Blackberry traffic sent to MS.

Triggers: Increments when a packet of Blackberry traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-citrix-uplnk-bytes

Description: The total number of bytes of Citrix traffic received from MS.

Triggers: Increments when a packet of Citrix traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-citrix-dwlnk-bytes

Description: The total number of bytes of Citrix traffic sent to MS.

Triggers: Increments when a packet of Citrix traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-citrix-uplnk-pkts

Description: The total number of packets of Citrix traffic received from MS.

Triggers: Increments when a packet of Citrix traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-citrix-dwlnk-pkts

Description: The total number of packets of Citrix traffic sent to MS.

Triggers: Increments when a packet of Citrix traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-clubpenguin-uplnk-bytes

Description: The total number of bytes of Clubpenguin traffic received from MS.

Triggers: Increments when a packet of Clubpenguin traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-clubpenguin-dwlnk-bytes

Description: The total number of bytes of Clubpenguin traffic sent to MS.

Triggers: Increments when a packet of Clubpenguin traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-clubpenguin-uplnk-pkts

Description: The total number of packets of Clubpenguin traffic received from MS.

Triggers: Increments when a packet of Clubpenguin traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-clubpenguin-dwlnk-pkts

Description: The total number of packets of Clubpenguin traffic sent to MS.

Triggers: Increments when a packet of Clubpenguin traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-crossfire-uplnk-bytes

Description: The total number of bytes of Crossfire traffic received from MS.

Triggers: Increments when a packet of Crossfire traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-crossfire-dwlnk-bytes

Description: The total number of bytes of Crossfire traffic sent to MS.

Triggers: Increments when a packet of Crossfire traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-crossfire-uplnk-pkts

Description: The total number of packets of Crossfire traffic received from MS.

Triggers: Increments when a packet of Crossfire traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-crossfire-dwlnk-pkts

Description: The total number of packets of Crossfire traffic sent to MS.

Triggers: Increments when a packet of Crossfire traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-dofus-uplnk-bytes

Description: The total number of bytes of Dofus traffic received from MS.

Triggers: Increments when a packet of Dofus traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-dofus-dwlnk-bytes

Description: The total number of bytes of Dofus traffic sent to MS.

Triggers: Increments when a packet of Dofus traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-dofus-uplnk-pkts

Description: The total number of packets of Dofus traffic received from MS.

Triggers: Increments when a packet of Dofus traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-dofus-dwlnk-pkts

Description: The total number of packets of Dofus traffic sent to MS.

Triggers: Increments when a packet of Dofus traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-fiesta-uplnk-bytes

Description: The total number of bytes of Fiesta traffic received from MS.

Triggers: Increments when a packet of Fiesta traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-fiesta-dwlnk-bytes

Description: The total number of bytes of Fiesta traffic sent to MS.

Triggers: Increments when a packet of Fiesta traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-fiesta-uplnk-pkts

Description: The total number of packets of Fiesta traffic received from MS.

Triggers: Increments when a packet of Fiesta traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-fiesta-dwlnk-pkts

Description: The total number of packets of Fiesta traffic sent to MS.

Triggers: Increments when a packet of Fiesta traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-florensia-uplnk-bytes

Description: The total number of bytes of Florensia traffic received from MS.

Triggers: Increments when a packet of Florensia traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-florensia-dwlnk-bytes

Description: The total number of bytes of Florensia traffic sent to MS.

Triggers: Increments when a packet of Florensia traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-florensia-uplnk-pkts

Description: The total number of packets of Florensia traffic received from MS.

Triggers: Increments when a packet of Florensia traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-florensia-dwlnk-pkts

Description: The total number of packets of Florensia traffic sent to MS.

Triggers: Increments when a packet of Florensia traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-funshion-uplnk-bytes

Description: The total number of bytes of Funshion traffic received from MS.

Triggers: Increments when a packet of Funshion traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-funshion-dwlnk-bytes

Description: The total number of bytes of Funshion traffic sent to MS.

Triggers: Increments when a packet of Funshion traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-funshion-uplnk-pkts

Description: The total number of packets of Funshion traffic received from MS.

Triggers: Increments when a packet of Funshion traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-funshion-dwlnk-pkts

Description: The total number of packets of Funshion traffic sent to MS.

Triggers: Increments when a packet of Funshion traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-guildwars-uplnk-bytes

Description: The total number of bytes of Guildwars traffic received from MS.

Triggers: Increments when a packet of Guildwars traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-guildwars-dwlnk-bytes

Description: The total number of bytes of Guildwars traffic sent to MS.

Triggers: Increments when a packet of Guildwars traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-guildwars-uplnk-pkts

Description: The total number of packets of Guildwars traffic received from MS.

Triggers: Increments when a packet of Guildwars traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-guildwars-dwlnk-pkts

Description: The total number of packets of Guildwars traffic sent to MS.

Triggers: Increments when a packet of Guildwars traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-isakmp-uplnk-bytes

Description: The total number of bytes of ISAKMP traffic received from MS.

Triggers: Increments when a packet of ISAKMP traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-isakmp-dwlnk-bytes

Description: The total number of bytes of ISAKMP traffic sent to MS.

Triggers: Increments when a packet of ISAKMP traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-isakmp-uplnk-pkts

Description: The total number of packets of ISAKMP traffic received from MS.

Triggers: Increments when a packet of ISAKMP traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-isakmp-dwlnk-pkts

Description: The total number of packets of ISAKMP traffic sent to MS.

Triggers: Increments when a packet of ISAKMP traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-maplestory-uplnk-bytes

Description: The total number of bytes of Maplestory traffic received from MS.

Triggers: Increments when a packet of Maplestory traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-maplestory-dwlnk-bytes

Description: The total number of bytes of Maplestory traffic sent to MS.

Triggers: Increments when a packet of Maplestory traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-maplestory-uplnk-pkts

Description: The total number of packets of Maplestory traffic received from MS.

Triggers: Increments when a packet of Maplestory traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-maplestory-dwlnk-pkts

Description: The total number of packets of Maplestory traffic sent to MS.

Triggers: Increments when a packet of Maplestory traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-mgcp-uplnk-bytes

Description: The total number of bytes of MGCP traffic received from MS.

Triggers: Increments when a packet of MGCP traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-mgcp-dwlnk-bytes

Description: The total number of bytes of MGCP traffic sent to MS.

Triggers: Increments when a packet of MGCP traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-mgcp-uplnk-pkts

Description: The total number of packets of MGCP traffic received from MS.

Triggers: Increments when a packet of MGCP traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-mgcp-dwlnk-pkts

Description: The total number of packets of MGCP traffic sent to MS.

Triggers: Increments when a packet of MGCP traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-octoshape-uplnk-bytes

Description: The total number of bytes of Octoshape traffic received from MS.

Triggers: Increments when a packet of Octoshape traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-octoshape-dwlnk-bytes

Description: The total number of bytes of Octoshape traffic sent to MS.

Triggers: Increments when a packet of Octoshape traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-octoshape-uplnk-pkts

Description: The total number of packets of Octoshape traffic received from MS.

Triggers: Increments when a packet of Octoshape traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-octoshape-dwlnk-pkts

Description: The total number of packets of Octoshape traffic sent to MS.

Triggers: Increments when a packet of Octoshape traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-off-uplnk-bytes

Description: The total number of bytes of Off traffic received from MS.

Triggers: Increments when a packet of Off traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-off-dwlnk-bytes

Description: The total number of bytes of Off traffic sent to MS.

Triggers: Increments when a packet of Off traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-off-uplnk-pkts

Description: The total number of packets of Off traffic received from MS.

Triggers: Increments when a packet of Off traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-off-dwlnk-pkts

Description: The total number of packets of Off traffic sent to MS.

Triggers: Increments when a packet of Off traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-ps3-uplnk-bytes

Description: The total number of bytes of PS3 traffic received from MS.

Triggers: Increments when a packet of PS3 traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-ps3-dwlnk-bytes

Description: The total number of bytes of PS3 traffic sent to MS.

Triggers: Increments when a packet of PS3 traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-ps3-uplnk-pkts

Description: The total number of packets of PS3 traffic received from MS.

Triggers: Increments when a packet of PS3 traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-ps3-dwlnk-pkts

Description: The total number of packets of PS3 traffic sent to MS.

Triggers: Increments when a packet of PS3 traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-rmstream-uplnk-bytes

Description: The total number of bytes of Real Media Stream traffic received from MS.

Triggers: Increments when a packet of Real Media Stream traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-rmstream-dwlnk-bytes

Description: The total number of bytes of Real Media Stream traffic sent to MS.

Triggers: Increments when a packet of Real Media Stream traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-rmstream-uplnk-pkts

Description: The total number of packets of Real Media Stream traffic received from MS.

Triggers: Increments when a packet of Real Media Stream traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-rmstream-dwlnk-pkts

Description: The total number of packets of Real Media Stream traffic sent to MS.

Triggers: Increments when a packet of Real Media Stream traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-rfactor-uplnk-bytes

Description: The total number of bytes of Rfactor traffic received from MS.

Triggers: Increments when a packet of Rfactor traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-rfactor-dwlnk-bytes

Description: The total number of bytes of Rfactor traffic sent to MS.

Triggers: Increments when a packet of Rfactor traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-rfactor-uplnk-pkts

Description: The total number of packets of Rfactor traffic received from MS.

Triggers: Increments when a packet of Rfactor traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-rfactor-dwlnk-pkts

Description: The total number of packets of Rfactor traffic sent to MS.

Triggers: Increments when a packet of Rfactor traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-splashfighter-uplnk-bytes

Description: The total number of bytes of Splashfighter traffic received from MS.

Triggers: Increments when a packet of Splashfighter traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-splashfighter-dwlnk-bytes

Description: The total number of bytes of Splashfighter traffic sent to MS.

Triggers: Increments when a packet of Splashfighter traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-splashfighter-uplnk-pkts

Description: The total number of packets of Splashfighter traffic received from MS.

Triggers: Increments when a packet of Splashfighter traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-splashfighter-dwlnk-pkts

Description: The total number of packets of Splashfighter traffic sent to MS.

Triggers: Increments when a packet of Splashfighter traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-ssdp-uplnk-bytes

Description: The total number of bytes of SSDP traffic received from MS.

Triggers: Increments when a packet of SSDP traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-ssdp-dwlnk-bytes

Description: The total number of bytes of SSDP traffic sent to MS.

Triggers: Increments when a packet of SSDP traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-ssdp-uplnk-pkts

Description: The total number of packets of SSDP traffic received from MS.

Triggers: Increments when a packet of SSDP traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-ssdp-dwlnk-pkts

Description: The total number of packets of SSDP traffic sent to MS.

Triggers: Increments when a packet of SSDP traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-stealthnet-uplnk-bytes

Description: The total number of bytes of Stealthnet traffic received from MS.

Triggers: Increments when a packet of Stealthnet traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-stealthnet-dwlnk-bytes

Description: The total number of bytes of Stealthnet traffic sent to MS.

Triggers: Increments when a packet of Stealthnet traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-stealthnet-uplnk-pkts

Description: The total number of packets of Stealthnet traffic received from MS.

Triggers: Increments when a packet of Stealthnet traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-stealthnet-dwlnk-pkts

Description: The total number of packets of Stealthnet traffic sent to MS.

Triggers: Increments when a packet of Stealthnet traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-stun-uplnk-bytes

Description: The total number of bytes of STUN traffic received from MS.

Triggers: Increments when a packet of STUN traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-stun-dwlnk-bytes

Description: The total number of bytes of STUN traffic sent to MS.

Triggers: Increments when a packet of STUN traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-stun-uplnk-pkts

Description: The total number of packets of STUN traffic received from MS.

Triggers: Increments when a packet of STUN traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-stun-dwlnk-pkts

Description: The total number of packets of STUN traffic sent to MS.

Triggers: Increments when a packet of STUN traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-teamspeak-uplnk-bytes

Description: The total number of bytes of TeamSpeak traffic received from MS.

Triggers: Increments when a packet of TeamSpeak traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-teamspeak-dwlnk-bytes

Description: The total number of bytes of TeamSpeak traffic sent to MS.

Triggers: Increments when a packet of TeamSpeak traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-teamspeak-uplnk-pkts

Description: The total number of packets of TeamSpeak traffic received from MS.

Triggers: Increments when a packet of TeamSpeak traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-teamspeak-dwlnk-pkts

Description: The total number of packets of TeamSpeak traffic sent to MS.

Triggers: Increments when a packet of TeamSpeak traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-tor-uplnk-bytes

Description: The total number of bytes of Tor traffic received from MS.

Triggers: Increments when a packet of Tor traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-tor-dwlnk-bytes

Description: The total number of bytes of Tor traffic sent to MS.

Triggers: Increments when a packet of Tor traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-tor-uplnk-pkts

Description: The total number of packets of Tor traffic received from MS.

Triggers: Increments when a packet of Tor traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-tor-dwlnk-pkts

Description: The total number of packets of Tor traffic sent to MS.

Triggers: Increments when a packet of Tor traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-veohtv-uplnk-bytes

Description: The total number of bytes of VeohTV traffic received from MS.

Triggers: Increments when a packet of VeohTV traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-veohtv-dwlnk-bytes

Description: The total number of bytes of VeohTV traffic sent to MS.

Triggers: Increments when a packet of VeohTV traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-veohtv-uplnk-pkts

Description: The total number of packets of VeohTV traffic received from MS.

Triggers: Increments when a packet of VeohTV traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-veohtv-dwlnk-pkts

Description: The total number of packets of VeohTV traffic sent to MS.

Triggers: Increments when a packet of VeohTV traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-wii-uplnk-bytes

Description: The total number of bytes of Wii traffic received from MS.

Triggers: Increments when a packet of Wii traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-wii-dwlnk-bytes

Description: The total number of bytes of Wii traffic sent to MS.

Triggers: Increments when a packet of Wii traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-wii-uplnk-pkts

Description: The total number of packets of Wii traffic received from MS.

Triggers: Increments when a packet of Wii traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-wii-dwlnk-pkts

Description: The total number of packets of Wii traffic sent to MS.

Triggers: Increments when a packet of Wii traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-wmstream-uplnk-bytes

Description: The total number of bytes of Windows Media Stream traffic received from MS.

Triggers: Increments when a packet of Windows Media Stream traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-wmstream-dwlnk-bytes

Description: The total number of bytes of Windows Media Stream traffic sent to MS.

Triggers: Increments when a packet of Windows Media Stream traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-wmstream-uplnk-pkts

Description: The total number of packets of Windows Media Stream traffic received from MS.

Triggers: Increments when a packet of Windows Media Stream traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-wmstream-dwlnk-pkts

Description: The total number of packets of Windows Media Stream traffic sent to MS.

Triggers: Increments when a packet of Windows Media Stream traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-wofkungfu-uplnk-bytes

Description: The total number of bytes of WofKungfu traffic received from MS.

Triggers: Increments when a packet of WofKungfu traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-wofkungfu-dwlnk-bytes

Description: The total number of bytes of WofKungfu traffic sent to MS.

Triggers: Increments when a packet of WofKungfu traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-wofkungfu-uplnk-pkts

Description: The total number of packets of WofKungfu traffic received from MS.

Triggers: Increments when a packet of WofKungfu traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-wofkungfu-dwlnk-pkts

Description: The total number of packets of WofKungfu traffic sent to MS.

Triggers: Increments when a packet of WofKungfu traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-xdcc-uplnk-bytes

Description: The total number of bytes of XDCC traffic received from MS.

Triggers: Increments when a packet of XDCC traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-xdcc-dwlnk-bytes

Description: The total number of bytes of XDCC traffic sent to MS.

Triggers: Increments when a packet of XDCC traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-xdcc-uplnk-pkts

Description: The total number of packets of XDCC traffic received from MS.

Triggers: Increments when a packet of XDCC traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-xdcc-dwlnk-pkts

Description: The total number of packets of XDCC traffic sent to MS.

Triggers: Increments when a packet of XDCC traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yourfreetunnel-uplnk-bytes

Description: The total number of bytes of YourFreedomTunnel traffic received from MS.

Triggers: Increments when a packet of YourFreedomTunnel traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yourfreetunnel-dwlnk-bytes

Description: The total number of bytes of YourFreedomTunnel traffic sent to MS.

Triggers: Increments when a packet of YourFreedomTunnel traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yourfreetunnel-uplnk-pkts

Description: The total number of packets of YourFreedomTunnel traffic received from MS.

Triggers: Increments when a packet of YourFreedomTunnel traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-yourfreetunnel-dwlnk-pkts

Description: The total number of packets of YourFreedomTunnel traffic sent to MS.

Triggers: Increments when a packet of YourFreedomTunnel traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-facebook-uplnk-bytes

Description: The total number of bytes of Facebook traffic received from MS.

Triggers: Increments when a packet of Facebook traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-facebook-dwlnk-bytes

Description: The total number of bytes of Facebook traffic sent to MS.

Triggers: Increments when a packet of Facebook traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-facebook-uplnk-pkts

Description: The total number of packets of Facebook traffic received from MS.

Triggers: Increments when a packet of Facebook traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-facebook-dwlnk-pkts

Description: The total number of packets of Facebook traffic sent to MS.

Triggers: Increments when a packet of Facebook traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gamekit-uplnk-bytes

Description: The total number of bytes of Gamekit traffic received from MS.

Triggers: Increments when a packet of Gamekit traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gamekit-dwlnk-bytes

Description: The total number of bytes of Gamekit traffic sent to MS.

Triggers: Increments when a packet of Gamekit traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gamekit-uplnk-pkts

Description: The total number of packets of Gamekit traffic received from MS.

Triggers: Increments when a packet of Gamekit traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gamekit-dwlnk-pkts

Description: The total number of packets of Gamekit traffic sent to MS.

Triggers: Increments when a packet of Gamekit traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-facetime-uplnk-bytes

Description: The total number of bytes of Facetime traffic received from MS.

Triggers: Increments when a packet of Facetime traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-facetime-dwlnk-bytes

Description: The total number of bytes of Facetime traffic sent to MS.

Triggers: Increments when a packet of Facetime traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-facetime-uplnk-pkts

Description: The total number of packets of Facetime traffic received from MS.

Triggers: Increments when a packet of Facetime traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-facetime-dwlnk-pkts

Description: The total number of packets of Facetime traffic sent to MS.

Triggers: Increments when a packet of Facetime traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gmail-uplnk-bytes

Description: The total number of bytes of Gmail traffic received from MS.

Triggers: Increments when a packet of Gmail traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gmail-dwlnk-bytes

Description: The total number of bytes of Gmail traffic sent to MS.

Triggers: Increments when a packet of Gmail traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gmail-uplnk-pkts

Description: The total number of packets of Gmail traffic received from MS.

Triggers: Increments when a packet of Gmail traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-gmail-dwlnk-pkts

Description: The total number of packets of Gmail traffic sent to MS.

Triggers: Increments when a packet of Gmail traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-itunes-uplnk-bytes

Description: The total number of bytes of itunes traffic received from MS.

Triggers: Increments when a packet of Gmail traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-itunes-dwlnk-bytes

Description: The total number of bytes of iTunes traffic sent to MS.

Triggers: Increments when a packet of iTunes traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-itunes-uplnk-pkts

Description: The total number of packets of iTunes traffic received from MS.

Triggers: Increments when a packet of iTunes traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-itunes-dwlnk-pkts

Description: The total number of packets of iTunes traffic sent to MS.

Triggers: Increments when a packet of iTunes traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-myspace-uplnk-bytes

Description: The total number of bytes of MySpace traffic received from MS.

Triggers: Increments when a packet of MySpace traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-myspace-dwlnk-bytes

Description: The total number of bytes of MySpace traffic sent to MS.

Triggers: Increments when a packet of MySpace traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-myspace-uplnk-pkts

Description: The total number of packets of MySpace traffic received from MS.

Triggers: Increments when a packet of MySpace traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-myspace-dwlnk-pkts

Description: The total number of packets of MySpace traffic sent to MS.

Triggers: Increments when a packet of MySpace traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-teamviewer-uplnk-bytes

Description: The total number of bytes of TeamViewer traffic received from MS.

Triggers: Increments when a packet of TeamViewer traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-teamviewer-dwlnk-bytes

Description: The total number of bytes of TeamViewer traffic sent to MS.

Triggers: Increments when a packet of TeamViewer traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-teamviewer-uplnk-pkts

Description: The total number of packets of TeamViewer traffic received from MS.

Triggers: Increments when a packet of TeamViewer traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-teamviewer-dwlnk-pkts

Description: The total number of packets of TeamViewer traffic sent to MS.

Triggers: Increments when a packet of TeamViewer traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-twitter-uplnk-bytes

Description: The total number of bytes of Twitter traffic received from MS.

Triggers: Increments when a packet of Twitter traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-twitter-dwlnk-bytes

Description: The total number of bytes of Twitter traffic sent to MS.

Triggers: Increments when a packet of Twitter traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-twitter-uplnk-pkts

Description: The total number of packets of Twitter traffic received from MS.

Triggers: Increments when a packet of Twitter traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-twitter-dwlnk-pkts

Description: The total number of packets of Twitter traffic sent to MS.

Triggers: Increments when a packet of Twitter traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-viber-uplnk-bytes

Description: The total number of bytes of Viber traffic received from MS.

Triggers: Increments when a packet of Viber traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-viber-dwlnk-bytes

Description: The total number of bytes of Viber traffic sent to MS.

Triggers: Increments when a packet of Viber traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-viber-uplnk-pkts

Description: The total number of packets of Viber traffic received from MS.

Triggers: Increments when a packet of Viber traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-viber-dwlnk-pkts

Description: The total number of packets of Viber traffic sent to MS.

Triggers: Increments when a packet of Viber traffic is detected by the P2P analyzer. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-scydo-uplnk-bytes

Description: The total number of bytes of Scydo traffic received from MS.

Triggers: Increments when a packet of Scydo traffic is detected by the P2P analyzer in the uplink direction. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-scydo-dwlnk-bytes

Description: The total number of bytes of Scydo traffic sent to MS.

Triggers: Increments when a packet of Scydo traffic is detected by the P2P analyzer in the downlink direction. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-scydo-uplnk-pkts

Description: The total number of packets of Scydo traffic received from MS.

Triggers: Increments when a packet of Scydo traffic is detected by the P2P analyzer in the uplink direction. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-scydo-dwlnk-pkts

Description: The total number of packets of Scydo traffic sent to MS.

Triggers: Increments when a packet of Scydo traffic is detected by the P2P analyzer in the downlink direction. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-whatsapp-uplnk-bytes

Description: The total number of bytes of WhatsApp traffic received from MS.

Triggers: Increments when a packet of WhatsApp traffic is detected by the P2P analyzer in the uplink direction. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-whatsapp-dwlnk-bytes

Description: The total number of bytes of WhatsApp traffic sent to MS.

Triggers: Increments when a packet of WhatsApp traffic is detected by the P2P analyzer in the downlink direction. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-whatsapp-uplnk-pkts

Description: The total number of packets of WhatsApp traffic received from MS.

Triggers: Increments when a packet of WhatsApp traffic is detected by the P2P analyzer in the uplink direction. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

p2p-whatsapp-dwlnk-pkts

Description: The total number of packets of WhatsApp traffic sent to MS.

Triggers: Increments when a packet of WhatsApp traffic is detected by the P2P analyzer in the downlink direction. The payload length is added to the counter.

Availability: Per Active Charging Service.

Int64

DNS Statistics

dns-flows

Description: The combined total of the number of DNS flows previously analyzed + DNS flows currently being analyzed.

Triggers: Increments whenever a new DNS flow is created.

Availability: Per Active Charging Service.

Int32

dns-flows-cur

Description: The number of DNS flows currently being analyzed.

Triggers:

Increments whenever a new DNS flow is created.

Decrements whenever a DNS flow ends.

Availability: Per Active Charging Service.

Type: Gauge

Int32

dns-uplk-bytes

Description: The total number of DNS bytes received from MS.

Triggers: Increments whenever a new DNS packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

dns-dwnlk-bytes

Description: The total number of DNS bytes sent to MS.

Triggers: Increments whenever a new DNS packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

dns-uplk-pkts

Description: The total number of DNS packets received from MS.

Triggers: Increments whenever a new DNS packet is detected in uplink direction.

Availability: Per Active Charging Service.

Int64

dns-dwnlk-pkts

Description: The total number of DNS packets sent to MS.

Triggers: Increments whenever a new DNS packet is detected in downlink direction.

Availability: Per Active Charging Service.

Int64

dns-unk-opcode

Description: The total number of DNS packets with an unknown operational code.

Triggers: Increments whenever a DNS packet with unknown operation code is received.

Availability: Per Active Charging Service.

Int32

dns-inv-pkts

Description: The total number of invalid DNS packets detected.

Triggers: Increments whenever an invalid DNS packet is detected.

Availability: Per Active Charging Service.

Int32

dns-over-tcp-uplk-bytes

Description: The total number of DNS uplink bytes that were detected over TCP.

Triggers: Increments whenever a new DNS uplink packet arrives over TCP.

Availability: Per Active Charging Service.

Int64

dns-over-tcp-dwnlk-bytes

Description: The total number of DNS downlink bytes that were detected over TCP.

Triggers: Increments whenever a new DNS downlink packet arrives over TCP.

Availability: Per Active Charging Service.

Int64

dns-over-tcp-uplk-pkts

Description: The total number of DNS uplink packets that were detected over TCP.

Triggers: Increments whenever a new DNS uplink packet arrives over TCP.

Availability: Per Active Charging Service.

Int64

dns-over-tcp-dwnlk-pkts

Description: The total number of DNS downlink packets that were detected over TCP.

Triggers: Increments whenever a new DNS downlink packet arrives over TCP.

Availability: Per Active Charging Service.

Int64

dns-req-a-query

Description: The total number of DNS requests received for queries.

Triggers: Increments whenever a DNS packet is received for queries.

Availability: Per Active Charging Service.

Int64

dns-req-cname-query

Description: The total number of DNS requests received for cname queries.

Triggers: Increments whenever a DNS packet is received for cname queries.

Availability: Per Active Charging Service.

Int64

dns-req-ns-query

Description: The total number of DNS requests received for ns queries.

Triggers: Increments whenever a DNS packet is received for ns queries.

Availability: Per Active Charging Service.

Int64

dns-req-ptr-query

Description: The total number of DNS requests received for ptr queries.

Triggers: Increments whenever a DNS packet is received for ptr queries.

Availability: Per Active Charging Service.

Int64

dns-req-aaaa-query

Description: The total number of DNS requests received for AAAA queries.

Triggers: Increments whenever a DNS packet is received for AAAA queries.

Availability: Per Active Charging Service.

Int64

dns-req-unknown-query

Description: The total number of DNS requests received for unknown queries.

Triggers: Increments whenever a DNS packet is received for unknown queries.

Availability: Per Active Charging Service.

Int64

dns-rsp-a-query

Description: The total number of DNS responses received for queries.

Triggers: Increments whenever a DNS response packet is received for queries.

Availability: Per Active Charging Service.

Int64

dns-rsp-cname-query

Description: The total number of DNS responses received for cname queries.

Triggers: Increments whenever a DNS response packet is received for cname queries.

Availability: Per Active Charging Service.

Int64

dns-rsp-ns-query

Description: The total number of DNS responses received for ns queries.

Triggers: Increments whenever a DNS response packet is received for ns queries.

Availability: Per Active Charging Service.

Int64

dns-rsp-ptr-query

Description: The total number of DNS responses received for ptr queries.

Triggers: Increments whenever a DNS response packet is received for ptr queries.

Availability: Per Active Charging Service.

Int64

dns-rsp-aaaa-query

Description: The total number of DNS responses received for AAAA queries.

Triggers: Increments whenever a DNS response packet is received for AAAA queries.

Availability: Per Active Charging Service.

Int64

dns-rsp-unknown-query

Description: The total number of DNS responses received for unknown queries.

Triggers: Increments whenever a DNS response packet is received for unknown queries.

Availability: Per Active Charging Service.

Int64

ECS DNS Snooping Feature Related

Historical ECS Statistics

ecs-ttlsuccess

Description: The total number of successful ECS sessions.

Triggers: Increments whenever an ECS session is successfully created.

Availability: Per Active Charging Service.

Int32

ecs-ttlfail

Description: The total number of failed ECS sessions.

Triggers: Increments whenever an ECS session creation fails.

Availability: Per Active Charging Service.

Int32

ecs-curactive

Description: The number of currently active ECS sessions.

Triggers:

Increments whenever a new ECS session is created.

Decrements whenever an ECS session ends.

Availability: Per Active Charging Service.

Type: Gauge

Int32

ecs-15peak-curactive

Description: The peak number of active ECS sessions in 15 one-minute intervals over the last 15 minutes.

ecs-15peak-curactive is computed from ecs-curactive gathered every minute over the last 15 minutes.

Triggers: This is updated every 15 minutes.

Availability: Per Active Charging Service.

Type: Gauge

Int32

ecs-ruleshit

Description: The total number of rules hit.

Triggers: Increments whenever a rule is hit.

Availability: Per Active Charging Service.

v12.3 and earlier: Int32

ecs-ppruleshit

Description: The total number of post-processing rules hit.

Triggers: Increments whenever a post-processing rule is hit.

Availability: Per Active Charging Service.

v12.3 and earlier: Int32

ecs-ttldlinkbytes

Description: The total number of downlink bytes detected for ECS sessions.

Triggers: Increments whenever a downlink packet is received for the ECS session.

Availability: Per Active Charging Service.

Int64

ecs-ttlulinkbytes

Description: The total number of uplink bytes detected for ECS sessions.

Triggers: Increments whenever an uplink packet is received for the ECS session.

Availability: Per Active Charging Service.

Int64

ecs-ttldlinkpackets

Description: The total number of downlink packets detected for ECS sessions.

Triggers: Increments whenever a downlink packet is received for the ECS session.

Availability: Per Active Charging Service.

Int64

ecs-ttlulinkpackets

Description: The total number of uplink packets detected for ECS sessions.

Triggers: Increments whenever an uplink packet is received for the ECS session.

Availability: Per Active Charging Service.

Int64

ecs-ttlflowconn

Description: The total number of flows established by ECS sessions.

Triggers: Increments whenever a new flow is created for the ECS session.

Availability: Per Active Charging Service.

v12.3 and earlier: Int32

ecs-ttlflowdisc

Description: The total number of flows disconnected for ECS sessions.

Triggers: Increments whenever a flow is disconnected for the ECS session.

Availability: Per Active Charging Service.

v12.3 and earlier: Int32

ecs-curflow

Description: The number of currently active ECS flows.

Triggers:

Increments whenever a new ECS flow is created.

Decrements whenever an ECS flow is removed.

Availability: Per Active Charging Service.

Type: Gauge

Int32

ecs-15peak-curflow

Description: The peak number of active ECS flows in 15 one-minute intervals over the last 15 minutes.

ecs-15peak-curflow is computed from ecs-curflow gathered every minute over the last 15 minutes.

Triggers: This is updated every 15 minutes.

Availability: Per Active Charging Service.

Type: Gauge

Int32

ecs-15min-usage-flowall

Description: The total number of active ECS flows detected in the last 15 minutes.

Triggers:

Increments whenever a new ECS flow is created in last 15 minutes.

Decrements whenever an ECS flow is removed in last 15 minutes.

Availability: Per Active Charging Service.

Type: Gauge

Int32

IMPORTANT:

For information on statistics that are common to all schema see the Statistics and Counters Overview chapter.