关于React堆netty的一些指标的小问题,请回答。
我有一个SpringWebFlux应用程序,没什么特别的。我确实示例化了reactor netty的指标,开箱即用,我确实看到了非常有用的指标。
有一批我特别感兴趣,出于某种原因,数字似乎从未改变。无论系统有多自由,或在极端压力下,它都不会上升、下降、波动。我们从应用程序开始到结束都看到了完全相同的数字,而我们在雾中进行了几次性能测试。
这些指标包括:
reactor.netty.bytebuf.allocator.used.heap.memory
reactor.netty.bytebuf.allocator.used.direct.memory
reactor.netty.bytebuf.allocator.used.heap.arenas
reactor.netty.bytebuf.allocator.used.direct.arenas
reactor.netty.bytebuf.allocator.used.small.cache.size
reactor.netty.bytebuf.allocator.used.normal.cache.size
reactor.netty.bytebuf.allocator.used.chunk.size
数字始终保持不变:例如reactor.netty.bytebuf.allocator.used.heap.memory始终为6,heap_内存始终为100663296。
我的问题是,这个问题的根本原因是什么?为什么总是一样的?
非常感谢。
暂无答案!
目前还没有任何答案,快来回答吧!