pub fn get_processing_accepted() -> (i32, u64)Expand description
Returns a tuple of (currently processing requests, total accepted requests).
Returns:
i32: Number of requests currently being processedu64: Total number of requests accepted since startup