# Monitoring View
In order to facilitate business to view business performance, security protection, and package resource usage requests after accessing the WeChat gateway, the WeChat gateway provides three dimensions of monitoring view, such as performance monitoring, security monitoring, and package monitoring.Because the data is calculated in real time, there is a delay of about 1 minute.
# I. Performance monitoring
View according to the business dimension (Weixin Mini Program / Web / APP), drop down and select the business to view.The performance indicators supported are as follows:
- Business Request Success Rate: Clients' business successful requests as a proportion of total requests
- Overtime Requests: Number of requests requesting overtime from the business source
- Average Request Time: The average time taken by a C-end user to receive a request back packet at the Weixin Mini Program end
- Request P50 Time: The C-side user initiates a request at the Weixin Mini Program end until receiving a request back (i.e. the data in the 50% position of the request time in ascending order)
- Request P95 Time: The C-side user initiates the request at the Weixin Mini Program end until receiving the request back (i.e. the data in 95% of the ascending order of the request time)
- Request size: the average packet size of the request made by the C-end user
- Request packet size: The server returns the average size of the request packet
Query each performance indicator according to the URL dimension and more performance data indicators for continuous updates...
# II. Security monitoring
View according to the business dimension (Weixin Mini Program / Web / APP), drop down and select the business to view.It is currently supported to view the "abnormal request volume" situation, that is, the number of requests that enter the WeChat gateway and are intercepted after the request is identified by the risk control policy as abnormal requests.
- Non-whitelisted Weixin Mini Program Request: WeChat The gateway only receives requests from Mini Programs that use the WeChat gateway, and Mini Programs that do not access the WeChat gateway are intercepted
- User-level frequency-limiting requests: Based on the user dimension, a single user requests requests that exceed the normal frequency per unit of time
- Illegal Request: Forging a request that conforms to the WeChat Gateway Private Protocol, etc.
Capabilities such as exception request block logs are continuously updated...
# III. Package monitoring
Package monitoring for the entire WeChat gateway all business use package resources, temporarily do not support the view of each business use package resources.
- Request volume: Number of requests passing through the WeChat gateway
- QPS: Concurrent requests per second, real-time data
- Bandwidth: the peak bandwidth of the service per second, the sum of the upstream bandwidth and the downstream bandwidth, in Mbps
- Request Over Concurrent Limit: The number of concurrent requests that exceed the QPS Concurrent Requests Per Second specification in the current gateway plan
- Requests exceeding bandwidth limits: number of requests exceeding the bandwidth specifications in the current gateway plan