PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 16 hours 23 minutes 52 seconds
Memory
Total
512MB
Used
10,62MB (2.07%)
Free
501,38MB
Keys
Current
8 074
Total (since start)
11 096
Evictions
0
Reclaimed
233
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
70 861
Rejected
0
llm:3c812d3214c9c8f62e0d0506edb2510b746d0947adc0732452678b40a9fda387
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"
}
]
}
```