#include <HttpManager.h>
◆ FHttpStats() [1/2]
| FHttpStats::FHttpStats |
( |
| ) |
|
|
inline |
◆ FHttpStats() [2/2]
| FHttpStats::FHttpStats |
( |
const FHttpStats & |
Other | ) |
|
|
inline |
◆ BandwidthMbps
| std::atomic<int64> FHttpStats::BandwidthMbps = 0 |
Approximate download bandwidth used
◆ HttpDurationMsAvg
| std::atomic<int64> FHttpStats::HttpDurationMsAvg = 0 |
Avg duration (in milliseconds) from request to response
◆ MaxRequestsInFlight
| std::atomic<uint32> FHttpStats::MaxRequestsInFlight = 0 |
The max number of requests in flight in http manager
◆ MaxRequestsInQueue
| std::atomic<uint32> FHttpStats::MaxRequestsInQueue = 0 |
The max waiting queue in http manager
◆ MaxTimeToConnect
| std::atomic<float> FHttpStats::MaxTimeToConnect = -1.0f |
The max time to successfully connect the backend
◆ MaxTimeToWaitInQueue
| std::atomic<float> FHttpStats::MaxTimeToWaitInQueue = 0.0f |
The max waiting time in queue of http manager
◆ PlatformStats
The optional http stats on specific platform
◆ RequestsInFlight
| std::atomic<int32> FHttpStats::RequestsInFlight = 0 |
The number of requests in flight in http manager
◆ RequestsInQueue
| std::atomic<int32> FHttpStats::RequestsInQueue = 0 |
The number of requests waiting in queue in http manager
◆ TotalDownloadedBytes
| std::atomic<int64> FHttpStats::TotalDownloadedBytes = 0 |
The total bytes downloaded so far
The documentation for this struct was generated from the following file: