PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 6 hours 50 minutes 22 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
4 / 1 024 max
Total
62 186
Rejected
0
llm:5d0bdcee111a3213f5ff31b2c0485045543228f3c7b66ad2f457aa2827427d64
Edit
```json
{
"classifications": [
{
"column": "id",
"role": "identifier",
"confidence": 1.0,
"reason": "Primary key with unique values (1078 distinct in 1078 rows)"
},
{
"column": "dataset_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key referencing dataset; used for JOINs"
},
{
"column": "batch_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key referencing batch; used for JOINs"
},
{
"column": "module",
"role": "dimension",
"confidence": 1.0,
"reason": "Categorical field with 11 distinct values; used for grouping/filtering pipeline stages"
},
{
"column": "outcome",
"role": "dimension",
"confidence": 1.0,
"reason": "Categorical status field (success/failed); used for grouping and filtering"
},
{
"column": "reason",
"role": "attribute",
"confidence": 1.0,
"reason": "Free-form error message text; displayed but not grouped or aggregated"
},
{
"column": "produced_json",
"role": "attribute",
"confidence": 1.0,
"reason": "JSON content field; descriptive data displayed but not aggregated"
},
{
"column": "attempt",
"role": "measure",
"confidence": 0.9,
"reason": "Numeric retry count (1-5); can be aggregated (avg/max attempts per stage)"
},
{
"column": "started_at",
"role": "dimension",
"confidence": 1.0,
"reason": "Timestamp used for filtering, grouping by time periods, and temporal analysis"
},
{
"column": "finished_at",
"role": "dimension",
"confidence": 1.0,
"reason": "Timestamp used for filtering, grouping by time periods, and temporal analysis"
}
]
}
```