ws load test: provide stats on number of active connections

This commit is contained in:
Joakim Frostegård 2023-01-25 22:49:24 +01:00
parent 1d8eec3c44
commit 3d2ae26b13
3 changed files with 8 additions and 0 deletions

View file

@ -13,6 +13,7 @@ pub struct Statistics {
pub responses_answer: AtomicUsize,
pub responses_scrape: AtomicUsize,
pub responses_error: AtomicUsize,
pub connections: AtomicUsize,
}
#[derive(Clone)]