PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 18 hours 59 minutes 41 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
72 424
Rejected
0
llm:1567697343bf06a8b376c17d8e32f1e70b3ded95c17e059e686b4acb8a8df5c6
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"
}
]
}
```