If you’re talking about a single site, it’s fairly simple to do using the msi commands. First use the msiAttach and then create a thread list by running msTocEntry. You can then iterate through each thread and obtain stats on each thread by running msiGetStatSample. This will give you all the information that is available from running hcimsiutil -dd threadName.
You can then page/email based on the criteria that fits your needs.
It gets just a little more complicated if you want to run it across multiple sites, but it is possible.
Let me know if you’d like more detailed information.
Steve