github bestarch-ae/cacherpc 0.2.2

latest releases: 0.2.17, 0.2.16, 0.2.15...
4 years ago

Highlights

  1. Fix: wrong argument was used to limit the number of waiting gPA requests (--program-request-queue-size parameter)
  2. New metrics were added to gain some insights related to response serialization:
    • serialization_time - compound histogram metric, which uses triple (request type, request encoding, rpc worker thread id) for labeling purposes. It shows the amount of time (in seconds) that caching server spent serializing response after cache hit occurred (not LRU).
    • account_data_len - histogram metric, which uses rpc worker thread id as its labels. It shows the number of bytes in account's data field before this account was serialized, which should provide some information as to how large accounts can be (in binary), and how their size affects the rpc thread load during serialization.

What's Changed

  • Fixed wrong queue size argument passing for program accounts by @bobs4462 in #223
  • Added serialization related metrics by @bobs4462 in #225
  • chore: bumped version to 0.2.2 + updated readme by @bobs4462 in #226

Full Changelog: 0.2.1...0.2.2

Don't miss a new cacherpc release

NewReleases is sending notifications on new releases.