RAT Type-based Statistics
The RAT Type-based Statistics feature equip users to view data statistics segregated by RAT Type in UPF.
RAT Type-based data statistics in UPF maintains separate buckets. These buckets are created at Session Manager instance level. Bucket is assigned to a subscriber at the time of call-setup, based on RAT Type IE received in “Subscriber-Parameters”. If the IE is not received, “Unknown” RAT Type bucket is assigned to that subscriber. During the session, if UPF receives a new RAT Type for a subscriber, the bucket is changed accordingly.
Important | Data statistics are not checkpointed and lost during Session Recovery/ICSR. Only “Current-Subscriber” statistics are recalculated after recovery (during the time of call-audit). |
Show Command and Output
The following CLI command displays node-level RAT statistics for UPF: show user-plane-service statistics rat { 5g-nr | all | eutran | unknown | wlan }
NOTES:
-
5g-nr : Displays the data statistics for 5G NR subscribers.
-
all : Displays the data statistics for all RAT Type subscribers.
-
eutran : Displays the data statistics for EUTRAN subscribers.
-
unknown : Displays the data statistics for subscribers of unknown RAT type.
-
wlan : Displays the data statistics for WLAN subscribers.
Statistics
The following table provides description of each field.
Field | Description |
---|---|
Current Subscribers | |
5G NR | Specifies the total number of current 5G NR subscribers. |
EUTRAN | Specifies the total number of current EUTRAN subscribers. |
WLAN | Specifies the total number of current WLAN subscribers. |
Unknown | Specifies the total number of current subscribers of unknown RAT type. |
Data Statistics | |
5G NR | Specifies the data statistics for 5G NR subscribers. |
Uplink | Specifies data statistics for 5G NR subscribers in uplink direction. |
Total Pkts | Specifies the total number of uplink packets for 5G NR subscribers. |
Total Bytes | Specifies the total number of uplink bytes for 5G NR subscribers. |
Total Dropped Pkts | Specifies the total number of uplink packets dropped for 5G NR subscribers. |
Total Dropped Bytes | Specifies the total number of uplink bytes dropped for 5G NR subscribers. |
Downlink | Specifies data statistics for 5G NR subscribers in downlink direction. |
Total Pkts | Specifies the total number of downlink packets for 5G NR subscribers. |
Total Bytes | Specifies the total number of downlink bytes for 5G NR subscribers. |
Total Dropped Pkts | Specifies the total number of downlink packets dropped for 5G NR subscribers. |
Total Dropped Bytes | Specifies the total number of downlink bytes dropped for 5G NR subscribers. |
EUTRAN | Specifies the data statistics for EUTRAN subscribers. |
Uplink | Specifies data statistics for EUTRAN subscribers in uplink direction. |
Total Pkts | Specifies the total number of uplink packets for EUTRAN subscribers. |
Total Bytes | Specifies the total number of uplink bytes for EUTRAN subscribers. |
Total Dropped Pkts | Specifies the total number of uplink packets dropped for EUTRAN subscribers. |
Total Dropped Bytes | Specifies the total number of uplink bytes dropped for EUTRAN subscribers. |
Downlink | Specifies data statistics for EUTRAN subscribers in downlink direction. |
Total Pkts | Specifies the total number of downlink packets for EUTRAN subscribers. |
Total Bytes | Specifies the total number of downlink bytes for EUTRAN subscribers. |
Total Dropped Pkts | Specifies the total number of downlink packets dropped for EUTRAN subscribers. |
Total Dropped Bytes | Specifies the total number of downlink bytes dropped for EUTRAN subscribers. |
WLAN | Specifies the data statistics for WLAN subscribers. |
Uplink | Specifies data statistics for WLAN subscribers in uplink direction. |
Total Pkts | Specifies the total number of uplink packets for WLAN subscribers. |
Total Bytes | Specifies the total number of uplink bytes for WLAN subscribers. |
Total Dropped Pkts | Specifies the total number of uplink packets dropped for WLAN subscribers. |
Total Dropped Bytes | Specifies the total number of uplink bytes dropped for WLAN subscribers. |
Downlink | Specifies data statistics for WLAN subscribers in downlink direction. |
Total Pkts | Specifies the total number of downlink packets for WLAN subscribers. |
Total Bytes | Specifies the total number of downlink bytes for WLAN subscribers. |
Total Dropped Pkts | Specifies the total number of downlink packets dropped for WLAN subscribers. |
Total Dropped Bytes | Specifies the total number of downlink bytes dropped for WLAN subscribers. |
Unknown | Specifies the data statistics for subscribers of unknown RAT type. |
Uplink | Specifies data statistics for unknown RAT type subscribers in uplink direction. |
Total Pkts | Specifies the total number of uplink packets for unknown RAT type subscribers. |
Total Bytes | Specifies the total number of uplink bytes for unknown RAT type subscribers. |
Total Dropped Pkts | Specifies the total number of uplink packets dropped for unknown RAT type subscribers. |
Total Dropped Bytes | Specifies the total number of uplink bytes dropped for unknown RAT type subscribers. |
Downlink | Specifies data statistics for unknown RAT type subscribers in downlink direction. |
Total Pkts | Specifies the total number of downlink packets for unknown RAT type subscribers. |
Total Bytes | Specifies the total number of downlink bytes for unknown RAT type subscribers. |
Total Dropped Pkts | Specifies the total number of downlink packets dropped for unknown RAT type subscribers. |
Total Dropped Bytes | Specifies the total number of downlink bytes dropped for unknown RAT type subscribers. |
Bulk Statistics
The following bulk statistics are included in the User Plane Service schema to track RAT Type-based data statistics events.
Variable Name |
Data Type |
Key |
Counter Type |
---|---|---|---|
vpnname |
String |
1 |
Info |
vpnid |
Int32 |
1 |
Info |
servname |
String |
1 |
Info |
servid |
Int32 |
1 |
Info |
curr-pdn-rat-eutran |
Int64 |
0 |
Gauge |
curr-pdn-rat-5g-nr |
Int64 |
0 |
Gauge |
curr-pdn-rat-wlan |
Int64 |
0 |
Gauge |
curr-pdn-rat-unknown |
Int64 |
0 |
Gauge |
uplink-total-pkts-pdn-rat-eutran |
Int64 |
0 |
Counter |
uplink-total-bytes-pdn-rat-eutran |
Int64 |
0 |
Counter |
uplink-total-pkts-dropped-pdn-rat-eutran |
Int64 |
0 |
Counter |
uplink-total-bytes-dropped-pdn-rat-eutran |
Int64 |
0 |
Counter |
downlink-total-pkts-pdn-rat-eutran |
Int64 |
0 |
Counter |
downlink-total-bytes-pdn-rat-eutran |
Int64 |
0 |
Counter |
downlink-total-pkts-dropped-pdn-rat-eutran |
Int64 |
0 |
Counter |
downlink-total-bytes-dropped-pdn-rat-eutran |
Int64 |
0 |
Counter |
uplink-total-pkts-pdn-rat-5g-nr |
Int64 |
0 |
Counter |
uplink-total-bytes-pdn-rat-5g-nr |
Int64 |
0 |
Counter |
uplink-total-pkts-dropped-pdn-rat-5g-nr |
Int64 |
0 |
Counter |
uplink-total-bytes-dropped-pdn-rat-5g-nr |
Int64 |
0 |
Counter |
downlink-total-pkts-pdn-rat-5g-nr |
Int64 |
0 |
Counter |
downlink-total-bytes-pdn-rat-5g-nr |
Int64 |
0 |
Counter |
downlink-total-pkts-dropped-pdn-rat-5g-nr |
Int64 |
0 |
Counter |
downlink-total-bytes-dropped-pdn-rat-5g-nr |
Int64 |
0 |
Counter |
uplink-total-pkts-pdn-rat-wlan |
Int64 |
0 |
Counter |
uplink-total-bytes-pdn-rat-wlan |
Int64 |
0 |
Counter |
uplink-total-pkts-dropped-pdn-rat-wlan |
Int64 |
0 |
Counter |
uplink-total-bytes-dropped-pdn-rat-wlan |
Int64 |
0 |
Counter |
downlink-total-pkts-pdn-rat-wlan |
Int64 |
0 |
Counter |
downlink-total-bytes-pdn-rat-wlan |
Int64 |
0 |
Counter |
downlink-total-pkts-dropped-pdn-rat-wlan |
Int64 |
0 |
Counter |
downlink-total-bytes-dropped-pdn-rat-wlan |
Int64 |
0 |
Counter |
uplink-total-pkts-pdn-rat-unknown |
Int64 |
0 |
Counter |
uplink-total-bytes-pdn-rat-unknown |
Int64 |
0 |
Counter |
uplink-total-pkts-dropped-pdn-rat-unknown |
Int64 |
0 |
Counter |
uplink-total-bytes-dropped-pdn-rat-unknown |
Int64 |
0 |
Counter |
downlink-total-pkts-pdn-rat-unknown |
Int64 |
0 |
Counter |
downlink-total-bytes-pdn-rat-unknown |
Int64 |
0 |
Counter |
downlink-total-pkts-dropped-pdn-rat-unknown |
Int64 |
0 |
Counter |
downlink-total-bytes-dropped-pdn-rat-unknown |
Int64 |
0 |
Counter |