Monitor multithread usage by R studio server

I've been using multithread enabled Rstudio server on my institution's cluster and would like to know the usage of multithread (how many threads are used per session. Is there any way to directly determined the multithread usage rather than using sys.time() or related commands ?

Thanks.