gpt4 book ai didi

linux - FreeIPA 的 NSCD(命名服务缓存守护进程)中的 "Positive entries"和 "Negative entries"是什么

转载 作者:太空宇宙 更新时间:2023-11-04 05:00:03 25 4
gpt4 key购买 nike

“正条目”和“负条目”统计信息位于“主机缓存”部分下的 nscd -g 命令中。从nscd.conf手册中,我看到“正项是指定缓存中的成功查询”和“负项是指定缓存中的成功查询”。但是,当查询本身意味着它无法在缓存中找到该值时,缓存中不成功的查询(负条目)如何能够命中(缓存对负条目的命中)...无法理解这两者之间的区别..可以简单解释一下吗?

{代码}

          "hosts cache:
yes cache is enabled
yes cache is persistent
yes cache is shared
211 suggested size
216064 total data pool size
12880 used data pool size
3600 seconds time to live for positive entries
20 seconds time to live for negative entries
102658 cache hits on positive entries
221 cache hits on negative entries
129187 cache misses on positive entries
10926 cache misses on negative entries
42% cache hit rate
74 current number of cached values
167 maximum number of cached values
8 maximum chain length searched
0 number of delays on rdlock
0 number of delays on wrlock
0 memory allocations failed
yes check /etc/hosts for changes"

{代码}

最佳答案

nscd 与 FreeIPA 无关。

正缓存条目是那些被发现存在并且可以缓存更长时间的缓存条目,因为假设它们不会经常更改。

负缓存条目是由于某种原因在源中不存在的条目,并且该事实的缓存时间较短。负缓存的原因是为了避免源上的过多负载,因为这可能比正缓存条目消耗更多的时间和精力。例如,由于操作超时,可能会得到负缓存条目。在短时间内重复相同的请求将导致每个操作超时。负缓存允许通过缓存 TTL 应答来自缓存的这些请求(结果将是“条目不存在”),但一旦负缓存条目的 TTL 过期,则再次重试以从原始源检索数据。

关于linux - FreeIPA 的 NSCD(命名服务缓存守护进程)中的 "Positive entries"和 "Negative entries"是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35933408/

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