PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 15 hours 44 minutes 56 seconds
Memory
Total
512MB
Used
10,72MB (2.09%)
Free
501,28MB
Keys
Current
8 118
Total (since start)
11 096
Evictions
0
Reclaimed
206
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
70 524
Rejected
0
llm:ad7454f3075c80cfc604a570f64079676bda45294047ac77fb3162dc151e299f
Edit
```json
{
"classifications": [
{
"column": "id",
"label": "primary_key",
"confidence": 1.0,
"reason": "100% distinct (49360/49360), zero nulls, sequential BIGINT identifier"
},
{
"column": "created_at",
"label": "none",
"confidence": 1.0,
"reason": "Timestamp column, not a key despite 100% distinct values"
},
{
"column": "purpose",
"label": "none",
"confidence": 1.0,
"reason": "Categorical attribute with 26 distinct values, describes call purpose"
},
{
"column": "model",
"label": "none",
"confidence": 1.0,
"reason": "Categorical attribute with 7 distinct model names"
},
{
"column": "provider",
"label": "none",
"confidence": 1.0,
"reason": "Categorical attribute with 3 distinct providers"
},
{
"column": "status",
"label": "none",
"confidence": 1.0,
"reason": "Binary status indicator (ok/error)"
},
{
"column": "input_tokens",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric, not a key"
},
{
"column": "output_tokens",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric, not a key"
},
{
"column": "cache_read_tokens",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric, not a key"
},
{
"column": "cache_write_tokens",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric, not a key"
},
{
"column": "cost_usd",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric, not a key"
},
{
"column": "latency_ms",
"label": "none",
"confidence": 1.0,
"reason": "Numeric metric, not a key"
},
{
"column": "cache_hit",
"label": "none",
"confidence": 1.0,
"reason": "Binary flag (0/1)"
},
{
"column": "error_type",
"label": "none",
"confidence": 1.0,
"reason": "Categorical attribute with 96% nulls, describes error category"
},
{
"column": "error_message",
"label": "none",
"confidence": 1.0,
"reason": "Text attribute with 96% nulls, describes error details"
},
{
"column": "dataset_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "217 distinct values (0.4% of rows), 3.3% nulls, references dataset table"
},
{
"column": "job_id",
"label": "foreign_key",
"confidence": 0.95,
"reason": "5124 distinct values (10.4% of rows), 4.2% nulls, references job table"
},
{
"column": "conversation_id",
"label": "foreign_key",
"confidence": 0.9,
"reason": "67 distinct values, 98.9% nulls, references conversation table when present"
}
]
}
```