I am trying to figure out whether Cassandra uses `threads per connection` or `thread per operation`. I've observed `tpstats` output while workload is running but it is not giving any clear picture about it from the thread-pool. I've seen one process thread active all time when workload is running which is also not helping much to give an idea whether it is per connection base or per operation base.
Is there a utility / parameter or any way to check how threads are spawned, apart from `tpstats`?