Reply To: Monitoring for Threads down

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Monitoring for Threads down Reply To: Monitoring for Threads down

#59552
Steve Carter
Participant

    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