Ticket #196 (closed enhancement: wontfix)

Opened 5 years ago

Last modified 5 years ago

Add cache-size statistic for rec_control get

Reported by: anon Owned by: somebody
Priority: low Milestone:
Component: component1 Version:
Severity: trivial Keywords: recursor cache size rec_control
Cc:

Description

While you can see the number of cache entries via rec_control you cannot see the actual size of the cache. Patch attached.

Attachments

recursor-3.1.7.patch Download (0.5 KB) - added by anon 5 years ago.

Change History

Changed 5 years ago by anon

Changed 5 years ago by ahu

  • status changed from new to closed
  • resolution set to wontfix

The number is not reported because it holds only a very indirect link to the real amount of memory used. It is also costly to calculate.

In reality, a multiple of the reported number is actually used.

Note: See TracTickets for help on using tickets.