mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
ws load test: provide stats on number of active connections
This commit is contained in:
parent
1d8eec3c44
commit
3d2ae26b13
3 changed files with 8 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ pub struct Statistics {
|
|||
pub responses_answer: AtomicUsize,
|
||||
pub responses_scrape: AtomicUsize,
|
||||
pub responses_error: AtomicUsize,
|
||||
pub connections: AtomicUsize,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue