I have a question about the informations the egg give when we type .status in the partyline. In my case it gives :
<VaLkyRie> I am VaLkyRie, running eggdrop v1.6.18: 24 users (mem: 144k).
<VaLkyRie> Online for 12:53 (background) - CPU: 00:32 - Cache hit: 99.7%
AS u see, Cache hit: 99.7%. What does Cache hit means ? is this high value of 99.7 % normal ? can it cause problem to the egg if it reach 100 % ? what to do to keep that value low ?
It is basically a measurement on how many user lookups (from either get_user_by_handle or get_user_by_host calls) that were able to use cached entries rather than having to search through the whole linked list of user entries. In most cases, the higher the value, the less work your bot has done in order to find a userrecord, and thus saving resources...
With such a small userlist, achieving such high cache hits is not unusual. As your userlist grows, you'll most likely find this dropping