PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 23 hours 12 minutes 6 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
4 / 1 024 max
Total
75 166
Rejected
0
llm:83f3bc25689644409da6afa18424bf99c22fc96a10386ca9fc28764a833a73b4
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"
}
]
}
```