PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 8 hours 32 minutes 53 seconds
Memory
Total
512MB
Used
13,32MB (2.6%)
Free
498,68MB
Keys
Current
10 162
Total (since start)
11 092
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
64 001
Rejected
0
llm:46425444b99c5d3b6b60c621b2839c85b3f8508b595864587074f87009bd7c16
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 attributes of each probe run's lifecycle — when it was created, started, and finished — rather than ordering actions or state transitions of a repeating entity. The table catalogs probe run executions: each run is a distinct occurrence with its own unique identifier, and sibling tables (neal_findings, neal_readings, neal_actions) likely reference these runs. This is a catalog of occurrence-like things, making it dimension despite the timestamps."
}
```