Hi,
I’m running SS on Kestrel/.NET Core6. Is there a way to get the number of current requests (i.e. that have started, but not yet stopped). I monitor the threadpool, but is there something more directly related to the # of requests being processed?
Thanks!