PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 9 hours 43 minutes 9 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
2 / 1 024 max
Total
65 249
Rejected
0
llm:efd699e1fa8ba6ba6cb439db49fffeeafa62f46365ff551c7f76266ff0035c49
Edit
```json
{
"table_name": "llm_calls",
"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"],
"kind": "event_time"
},
"reasoning": "The entity id is unique per row (Uniqueness 1.000, RPUV 1.00), making each row a distinct LLM API call record. Although created_at is a timestamp (Uniqueness 1.000), it is an attribute of when each call occurred, not an axis ordering state transitions of a repeating entity. The table catalogs individual API calls with their properties (purpose, model, tokens, cost, latency, errors) — each row IS a complete call record, not an action that happened TO something or a snapshot OF something. This is a catalog of occurrences with unique identifiers: dimension."
}
```