PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 8 hours 13 minutes 22 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
4 / 1 024 max
Total
63 335
Rejected
0
llm:7ffcd86f27192ebca5b0b2edece59ec7b51dfba9dec07833740477c634125cfd
Edit
```json
{
"classifications": [
{
"column": "id",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (12945/12945), zero nulls, BIGINT type - perfect primary key"
},
{
"column": "message_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "References message table; 1763 distinct values across 12945 rows (13.6%) indicates many LLM calls per message"
},
{
"column": "model",
"label": "none",
"confidence": 1.0,
"reason": "Only 6 distinct values - categorical attribute describing LLM model used"
},
{
"column": "provider",
"label": "none",
"confidence": 1.0,
"reason": "Only 3 distinct values - categorical attribute for LLM provider"
},
{
"column": "purpose",
"label": "none",
"confidence": 1.0,
"reason": "Only 7 distinct values - categorical attribute describing call purpose"
},
{
"column": "tokens_in",
"label": "none",
"confidence": 1.0,
"reason": "Metric column tracking input tokens; 5366 distinct values but not a key"
},
{
"column": "tokens_out",
"label": "none",
"confidence": 1.0,
"reason": "Metric column tracking output tokens; 1397 distinct values but not a key"
},
{
"column": "cost_usd",
"label": "none",
"confidence": 1.0,
"reason": "Metric column for cost calculation; high distinctness due to floating point precision"
},
{
"column": "latency_ms",
"label": "none",
"confidence": 1.0,
"reason": "Metric column tracking response time; 7977 distinct values but not a key"
}
]
}
```