PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 8 hours 32 minutes 7 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
63 985
Rejected
0
llm:d41cb0ac634a62d3478b38e1176c51dd5fd240e3c9321c9f20e4b85874f12ffb
Edit
```json
{
"classifications": [
{
"column": "age_A",
"role": "measure",
"confidence": 0.85,
"reason": "Numeric age value for boxer A, can be aggregated (avg age)"
},
{
"column": "age_B",
"role": "measure",
"confidence": 0.85,
"reason": "Numeric age value for boxer B, can be aggregated (avg age)"
},
{
"column": "height_A",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric height for boxer A, typically aggregated (avg height)"
},
{
"column": "height_B",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric height for boxer B, typically aggregated (avg height)"
},
{
"column": "reach_A",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric reach measurement for boxer A, can be aggregated"
},
{
"column": "reach_B",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric reach measurement for boxer B, can be aggregated"
},
{
"column": "stance_A",
"role": "dimension",
"confidence": 0.95,
"reason": "Categorical stance (orthodox/southpaw) for boxer A, used for grouping/filtering"
},
{
"column": "stance_B",
"role": "dimension",
"confidence": 0.95,
"reason": "Categorical stance (orthodox/southpaw) for boxer B, used for grouping/filtering"
},
{
"column": "weight_A",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric weight for boxer A, can be aggregated (avg weight)"
},
{
"column": "weight_B",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric weight for boxer B, can be aggregated (avg weight)"
},
{
"column": "won_A",
"role": "measure",
"confidence": 0.95,
"reason": "Count of wins for boxer A, numeric quantity to aggregate"
},
{
"column": "won_B",
"role": "measure",
"confidence": 0.95,
"reason": "Count of wins for boxer B, numeric quantity to aggregate"
},
{
"column": "lost_A",
"role": "measure",
"confidence": 0.95,
"reason": "Count of losses for boxer A, numeric quantity to aggregate"
},
{
"column": "lost_B",
"role": "measure",
"confidence": 0.95,
"reason": "Count of losses for boxer B, numeric quantity to aggregate"
},
{
"column": "drawn_A",
"role": "measure",
"confidence": 0.95,
"reason": "Count of draws for boxer A, numeric quantity to aggregate"
},
{
"column": "drawn_B",
"role": "measure",
"confidence": 0.95,
"reason": "Count of draws for boxer B, numeric quantity to aggregate"
},
{
"column": "kos_A",
"role": "measure",
"confidence": 0.95,
"reason": "Count of knockouts for boxer A, numeric quantity to aggregate"
},
{
"column": "kos_B",
"role": "measure",
"confidence": 0.95,
"reason": "Count of knockouts for boxer B, numeric quantity to aggregate"
},
{
"column": "result",
"role": "dimension",
"confidence": 0.95,
"reason": "Categorical match outcome (win_A/win_B/draw), used for grouping/filtering"
},
{
"column": "decision",
"role": "dimension",
"confidence": 0.95,
"reason": "Categorical decision type (KO/PTS/DQ etc), used for grouping/filtering"
},
{
"column": "judge1_A",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric score from judge 1 for boxer A, can be aggregated"
},
{
"column": "judge1_B",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric score from judge 1 for boxer B, can be aggregated"
},
{
"column": "judge2_A",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric score from judge 2 for boxer A, can be aggregated"
},
{
"column": "judge2_B",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric score from judge 2 for boxer B, can be aggregated"
},
{
"column": "judge3_A",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric score from judge 3 for boxer A, can be aggregated"
},
{
"column": "judge3_B",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric score from judge 3 for boxer B, can be aggregated"
}
]
}
```