PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 14 hours 42 minutes 6 seconds
Memory
Total
512MB
Used
13,27MB (2.59%)
Free
498,73MB
Keys
Current
10 126
Total (since start)
11 096
Evictions
0
Reclaimed
183
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
69 655
Rejected
0
llm:2c38c1a4c402dc1a502f097a97fb15898a0df9630e3b9d0b40d05195a853c1b4
Edit
```json
{
"table_name": "neal_probe_runs",
"table_type_tags": [
{"tag": "dimension", "confidence": 0.90}
],
"primary_type": "dimension",
"insufficient_evidence": false,
"entity": {
"columns": ["id"],
"unique_per_row": true
},
"time_axis": {
"columns": ["created_at", "started_at", "finished_at"],
"kind": "event_time"
},
"reasoning": "The entity id has Uniqueness 1.000 (RPUV 1.00), making each row unique information about one probe run. While created_at, started_at, and finished_at are event timestamps (all Uniqueness 1.000), they describe the lifecycle attributes of each unique probe run occurrence, not a time axis ordering repeated observations of the same entity. Each probe run is a distinct thing that happened once, cataloged here with its properties (probe_kind, status, attempts, duration_ms, finding_count). This is a catalog of probe run occurrences, not a log of actions on repeating entities — dimension."
}
```