PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 22 hours 21 minutes 6 seconds
Memory
Total
512MB
Used
8,13MB (1.59%)
Free
503,87MB
Keys
Current
6 246
Total (since start)
11 098
Evictions
0
Reclaimed
305
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
74 593
Rejected
0
llm:514da166f4302b2e0bb108aeee344a638dfdf3d3172a83cc23a4724fbcbd8711
Edit
```xml
<result>
<column_name>total_llm_calls</column_name>
<family>additive</family>
<subtype>real_additive</subtype>
<confidence>0.95</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, min, max, mean, 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>false</multiplicative_partner_derivable>
<reasoning>
Table-type gate: DIMENSION with no sequence axis makes multiplicative highly implausible. Column name "total_llm_calls" contains "total" and "_calls" tokens, both strong real_additive signals indicating a count/accumulation. Statistics confirm: BIGINT dtype, non-negative integers (min=0, max=9), mean=8.74 far from 1.0, contains zeros (2.6%), center-of-mass nowhere near 1.0. This is a classic extensive count measure where sum is the natural rollup across entities. No multiplicative evidence whatsoever.
</reasoning>
<table_type_conflict>false</table_type_conflict>
</result>
```