PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 14 hours 48 minutes 45 seconds
Memory
Total
512MB
Used
13,16MB (2.57%)
Free
498,84MB
Keys
Current
10 040
Total (since start)
11 096
Evictions
0
Reclaimed
196
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
70 036
Rejected
0
llm:4ad13d9c0603145719a0697a5d00c18fe7c7f73acdc0346dc8afa41a9af34dad
Edit
```json
{
"classifications": [
{
"column": "id",
"role": "identifier",
"confidence": 1.0,
"reason": "Primary key with unique VARCHAR values (npr_ prefix), 679 distinct in 679 rows"
},
{
"column": "dataset_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key referencing datasets (d_ prefix), used for JOINs"
},
{
"column": "batch_id",
"role": "identifier",
"confidence": 1.0,
"reason": "Foreign key referencing batches (batch_ prefix), used for JOINs"
},
{
"column": "probe_kind",
"role": "dimension",
"confidence": 1.0,
"reason": "Categorical field with 8 distinct types (concentration, difference, etc.), used for grouping/filtering"
},
{
"column": "status",
"role": "dimension",
"confidence": 1.0,
"reason": "Categorical field with 2 values (refused, succeeded), used for grouping/filtering"
},
{
"column": "lease_owner",
"role": "dimension",
"confidence": 0.8,
"reason": "100% null currently but appears to be categorical owner field for filtering when populated"
},
{
"column": "attempts",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric count (1-10) that would be aggregated with sum/avg to analyze retry behavior"
},
{
"column": "refusal_code",
"role": "dimension",
"confidence": 1.0,
"reason": "Categorical error code with 15 distinct values, used for grouping/filtering failures"
},
{
"column": "detail",
"role": "attribute",
"confidence": 1.0,
"reason": "Free-form descriptive text explaining errors/details, displayed but not grouped"
},
{
"column": "finding_count",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric count (0-12) to be aggregated with sum/avg to analyze findings"
},
{
"column": "bytes_scanned",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric quantity for aggregation (currently all 0, but designed to track bytes)"
},
{
"column": "duration_ms",
"role": "measure",
"confidence": 1.0,
"reason": "Numeric milliseconds (0-1392) to be aggregated with sum/avg for performance analysis"
},
{
"column": "created_at",
"role": "dimension",
"confidence": 1.0,
"reason": "Timestamp for temporal grouping/filtering (by day, hour, etc.)"
},
{
"column": "started_at",
"role": "dimension",
"confidence": 1.0,
"reason": "Timestamp for temporal grouping/filtering (by day, hour, etc.)"
},
{
"column": "finished_at",
"role": "dimension",
"confidence": 1.0,
"reason": "Timestamp for temporal grouping/filtering (by day, hour, etc.)"
}
]
}
```