# Probes

The probes screen shows a summary of all installed `IDiagnosticsProbe` implementations on the dCDR or iCDR to which the administration panel is connected. These probes provide a real-time reading of available operating system and internal system data.

![](/files/63gKKRqkrjVHVNNvUg77)

Probes are used to diagnose the overall health and status of the server. Any plugin can implement an `IDiagnosticsProbe` (see: [Documentation](http://santesuite.org/assets/doc/net/html/T_SanteDB_Core_Diagnostics_IDiagnosticsProbe_1.htm)) for any reading it wishes to emit to administrators.&#x20;

By default the probes on SanteDB are:

| Probe       | Description                                                                                                                                                                                                                                                              | Components                                                                                                                                                                                                                                                               |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Thread Pool | SanteDB iCDR and dCDR use their own ThreadPool for asynchronous operations. This implementation allows cross-platform use of a consistent thread pool without consuming the underlying .NET thread pool.                                                                 | <p>Pool Size: The maximum number of concurrent actions allowed in the thread pool</p><p>Pool Use: The number of worker threads which are currently busy servicing requests</p><p>Queue Depth: The number of waiting tasks which are waiting for an available worker.</p> |
| Machine     | The machine probe shows underlying use statistics from the host environment on which the iCDR or dCDR is running. Currently these probes values are only available on Windows Operating Systems.                                                                         | <p>CPU Use: The % use of all CPUs on the iCDR or dCDR machine</p><p>Memory Use: The % use of system memory on the iCDR or dCDR machine</p><p>Disk Use: The % busy time of the disk infrastructure on the iCDR or dCDR machine</p><p></p>                                 |
| REST Pool   | The REST server pool probe is used for diagnosing issues on the REST based API. In SanteDB the REST APIs use their own thread pool (separate from the system thread pool), this thread pool use statistic shows the occupation of HTTP requests waiting to be processed. |                                                                                                                                                                                                                                                                          |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.santesuite.org/operations/cdr-administration/santedb-administration-panel/system-administration/probes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
