gpt4 book ai didi

ruby - Ruby2.0 中 GC.stat 指标的持续时间是多少

转载 作者:数据小太阳 更新时间:2023-10-29 08:12:29 24 4
gpt4 key购买 nike

我正在查看 GC.stat 指标,似乎没有关于它们的良好官方文档。

这两篇文章很有帮助:

谁能澄清报告指标的时间范围。

例如:

 {:count=>258,
:heap_used=>2186,
:heap_length=>3202,
:heap_increment=>1016,
:heap_live_num=>673453,
:heap_free_num=>239928,
:heap_final_num=>0,
:total_allocated_object=>11211755,
:total_freed_object=>10538302}

以下是我知道的和不知道的:

 :count=> Since the start of the process 
:heap_used=> Since ?
:heap_length=>Since ?
:heap_increment=>Since ?
:heap_live_num=>Since ?
:heap_free_num=>Since ?
:heap_final_num=>Since ?
:total_allocated_object=> Since the start of the process
:total_freed_object=> Since the start of the process

有人可以用“?”澄清指标吗?时间框架。它可能是自进程开始或自上次 GC 以来。

我猜它的所有“自流程开始以来”都是一致的,但我想确定。

Ruby2.0

最佳答案

根据您已经发布的第一个资源,我们可以得出以下结论:

  • heap_used:目前
  • heap_length:目前
  • heap_increment:当前(如果在 GC 运行后没有足够的空间则更新)
  • heap_live_num:当前(每次 GC 运行后更新)
  • heap_free_num:当前(每次 GC 运行后更新)
  • heap_final_num:当前(每次 GC 运行后更新)

关于ruby - Ruby2.0 中 GC.stat 指标的持续时间是多少,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20642636/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com