> ## Documentation Index
> Fetch the complete documentation index at: https://docs.minns.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# System stats

> High-level system statistics — total events, nodes, episodes, and processing performance.

## Response

<ResponseField name="total_events_processed" type="integer">Total events ingested.</ResponseField>
<ResponseField name="total_nodes_created" type="integer">Total graph nodes.</ResponseField>
<ResponseField name="total_episodes_detected" type="integer">Total completed episodes.</ResponseField>
<ResponseField name="total_memories_formed" type="integer">Total memories stored.</ResponseField>
<ResponseField name="total_strategies_extracted" type="integer">Total strategies learned.</ResponseField>
<ResponseField name="total_reinforcements_applied" type="integer">Total reinforcement updates.</ResponseField>
<ResponseField name="average_processing_time_ms" type="number">Average event processing time in milliseconds.</ResponseField>

```json theme={null}
{
  "total_events_processed": 15420,
  "total_nodes_created": 32801,
  "total_episodes_detected": 1250,
  "total_memories_formed": 980,
  "total_strategies_extracted": 45,
  "total_reinforcements_applied": 320,
  "average_processing_time_ms": 12.5
}
```
