PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 20 hours 36 minutes 35 seconds
Memory
Total
512MB
Used
8,15MB (1.59%)
Free
503,85MB
Keys
Current
6 252
Total (since start)
11 098
Evictions
0
Reclaimed
299
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
73 425
Rejected
0
llm:f3dc2d7665fd04966e202f310a3d7ac66428e6a3cdfa5dfebbe8eb2f30e033c5
Edit
```xml
<result>
<column_name>tokens_out</column_name>
<family>additive</family>
<subtype>ordinal_additive</subtype>
<confidence>0.85</confidence>
<requires_user_confirmation>false</requires_user_confirmation>
<sum_meaningful>true</sum_meaningful>
<signed>false</signed>
<reducers>
<primary_reducer>sum</primary_reducer>
<valid_reducers>sum, mean, min, max, median, count, distribution</valid_reducers>
<excluded_reducers>product (not a ratio), geomean (not a ratio)</excluded_reducers>
<average_semantics>arithmetic_mean</average_semantics>
</reducers>
<inner_outer_measure>
<inner_measure_reducer>sum</inner_measure_reducer>
<outer_measure_reducer>sum</outer_measure_reducer>
</inner_outer_measure>
<multiplicative_partner_derivable>true</multiplicative_partner_derivable>
<reasoning>
Table type is PATH with sequence axis, so ordinal_additive is plausible. Column name "tokens_out" indicates a count/quantity (additive signal). Statistics show large unbounded magnitude (mean 396, max 3791), strictly non-negative with ~2% zeros, centered far from 1.0 - all consistent with an extensive count. This is a token count at each sequence step, which sums meaningfully across entities at a fixed step but represents an instantaneous rate/level along the sequence (ordinal behavior). Classified as ordinal_additive rather than real_additive because on a PATH table, instantaneous counts are typically not summed along the sequence axis but rather normalized or averaged.
</reasoning>
<table_type_conflict>false</table_type_conflict>
</result>
```