PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 23 hours 12 minutes 52 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
6 / 1 024 max
Total
75 182
Rejected
0
llm:299494a89ccd499899ddf0943046f42525999568a09ec35fa8a8828c9bd71080
Edit
```json
{
"classifications": [
{
"column": "jobs_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "References jobs table; 113 distinct values in 226 rows (50% distinct) indicates repeated values typical of foreign keys"
},
{
"column": "model_name",
"label": "none",
"confidence": 0.99,
"reason": "Only 5 distinct values in 226 rows; categorical dimension, not a key"
},
{
"column": "calls",
"label": "none",
"confidence": 1.0,
"reason": "Only 3 distinct values (2, 6, 7); metric column, not a key"
},
{
"column": "input_tokens",
"label": "none",
"confidence": 0.99,
"reason": "104 distinct values but represents usage metric; not suitable as key"
},
{
"column": "output_tokens",
"label": "none",
"confidence": 0.99,
"reason": "142 distinct values but represents usage metric; not suitable as key"
},
{
"column": "cost_usd",
"label": "none",
"confidence": 0.99,
"reason": "159 distinct values but represents calculated cost metric; not a key"
}
]
}
```