> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/telecom-references/other-pages/system-statistics.md).

# System Statistics

**This tool has been deprecated in version 2.8+**

System Statistics is a tool that allows the monitoring of the evolution of the system status. It gathers statistics at a fixed interval and stores them. Those statistics can then be used to generate graphs.

### Statistics Collection

The gathered statistics are determined by the Global Polling Level. By default, this value is set to Level 3. This means that only statistics level 3 or higher are queried. A list of all the available statistics for your system can be found on the [statistics dictionary](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/misc/statistics-dictionary/README.md) page.

Statistics are queried at a fixed interval. By default, this is set so statistics are queried once every 10 minutes. Once queried, the statistics are saved on disk for future use. If the statistics grow over a configurable size, statistics will be deleted starting by the oldest ones. This will, at most, delete a single day's statistics at a time.

### Loggable Statistics

* [ToolpackToolpack v2.7:Loggable Statistics](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/loggable-statistics/README.md)

### Configuration

* [Toolpack v2.7: System Statistics](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/tmedia-tsig-and-tdev-web-portal-2-7-tutorial-guide/README.md#statistics)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/telecom-references/other-pages/system-statistics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
