PHPMem v2.0.1
Version
1.6.45
Uptime
8 days 2 hours 38 minutes 11 seconds
Memory
Total
512MB
Used
7,68MB (1.5%)
Free
504,32MB
Keys
Current
5 910
Total (since start)
11 098
Evictions
0
Reclaimed
326
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
4 / 1 024 max
Total
76 480
Rejected
0
llm:30ed264ae20dc58700de2f137cc8367840c967029741cb1ac0ea464738838c09
Edit
```json
{
"table_name": "llm_calls",
"table_type_tags": [
{"tag": "event", "confidence": 0.90},
{"tag": "dimension", "confidence": 0.15}
],
"primary_type": "event",
"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), and created_at is a complete event timestamp (Uniqueness 1.000) with high monotonicity (1.000). Each row records an LLM API call occurrence — something that HAPPENED — with purpose, model, status, and performance metrics (tokens, cost, latency). The rows are bare occurrences to count and analyze; replaying them does not reconstruct a meaningful state of the id entity (the id is an artificial occurrence identifier, not a tracked object). This is event. The unique-per-row grain gives a weak secondary dimension reading, but the action-driven row existence dominates."
}
```