PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 12 hours 5 minutes 44 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
2 / 1 024 max
Total
67 535
Rejected
0
llm:16764519d13b21eb564b17bf2c950a6561afcb39cb72050d9f7dfb94ef36e46b
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"
}
]
}
```