Traffic Statistics
Used to configure traffic statistics for Xray.
StatsObject
The StatsObject corresponds to the stats item in the configuration file.
{
"stats": {}
}
Currently, no parameters are required for traffic statistics, and internal statistics will be enabled as long as the StatsObject item exists.
After statistics are enabled, you only need to enable the corresponding items in the Policy to collect the corresponding data.
Retrieving Traffic Statistics
You can use the xray api command to retrieve traffic statistics.
The current traffic statistics are as follows:
- User Data
user>>>[email]>>>traffic>>>uplinkThe uplink traffic of a specific user, in bytes.
user>>>[email]>>>traffic>>>downlinkThe downlink traffic of a specific user, in bytes.
Tip
If the corresponding user does not have an email specified, statistics will not be enabled.
- Global Data
inbound>>>[tag]>>>traffic>>>uplinkThe uplink traffic of a specific inbound, in bytes.
inbound>>>[tag]>>>traffic>>>downlinkThe downlink traffic of a specific inbound, in bytes.
outbound>>>[tag]>>>traffic>>>uplinkThe uplink traffic of a specific outbound, in bytes.
outbound>>>[tag]>>>traffic>>>downlinkThe downlink traffic of a specific outbound, in bytes.