Viewing Admin Probes

This page describes the metrics within the Admin Portal Probes.

Use Case

Lets give a situation where an admin user is experiencing latency or problems in communication regarding the IIS and they want to verify and validate if the systems are operating properly.

Viewing the Admin Portal Service Metrics

🚧To view the Admin Portal Service Metrics, please follow the steps below:

1

Go to the System → Probes page.

2

Select Local Service from the Show Probes From dropdown.


Local Service Breakdown

.NET Thread Pool

Breakdown of .Net Thread Pool Metrics

This section of the probes describes the current characteristics of the .NET thread pool. Since the technology used is vastly of the .NET framework, the Admin Portal can provide metrics pertaining to threads that are in use. In other words, processes on the Admin Portal which may still be performed that could be still in use, stuck, or just not being released after being used.

  • 🛠️The .NET Pool metric (on the left) defines background workers that are busy

  • 📝The .NET I/O Threads metric (on the right) describes threads that are performing reading and writing operations within the IIS.

💼In the case of the above image, the system is not doing very much and is mostly at idle.

📝This is a characteristic for a machine that is not seeing much activity.

🖥️On a machine that was being used more frequently, this number would fluctuate and depend on:

  • 🔨the how the system was implemented,

  • 👥how many people were using the system, and

  • 👀how much activity the system was seeing.

Last updated