PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 21 hours 31 minutes 18 seconds
Memory
Total
512MB
Used
8,15MB (1.59%)
Free
503,85MB
Keys
Current
6 252
Total (since start)
11 098
Evictions
0
Reclaimed
299
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
74 129
Rejected
0
llm:17f14a6e4287a6fa1a0d74ff174bd32a67958c6f02aa4491229a1db98ad2eb31
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."
}
```