PHPMem v2.0.1
Version
1.6.45
Uptime
8 days 1 hour 51 minutes 55 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
3 / 1 024 max
Total
76 183
Rejected
0
llm:c79c6d3d92a0f35bf88a6dbb0d6f0b07e25723587a7b550e9b2bbd3503e68ecd
Edit
```json
{
"classifications": [
{
"column": "jobs_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key referencing jobs table, used for joining and identifying records"
},
{
"column": "model_name",
"role": "dimension",
"confidence": 1.0,
"reason": "Categorical field with 5 distinct values, used for grouping and filtering LLM models"
},
{
"column": "calls",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric quantity representing count of API calls, suitable for aggregation (sum/avg)"
},
{
"column": "input_tokens",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric quantity representing token count, aggregated to analyze usage"
},
{
"column": "output_tokens",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric quantity representing token count, aggregated to analyze usage"
},
{
"column": "cost_usd",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric monetary amount, aggregated with sum/avg to analyze costs"
}
]
}
```