You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by Shuai Liu <se...@apache.org> on 2022/08/23 11:21:25 UTC

[NEW FEATURES] Apache brpc bvar WindowEx and PerSecondEx feature available

Hi all,

I am pleased to announce that bvar::WindowEx and bvar::PerSecondEx feature
has been available!

bvar is high performance counters in multi-threaded applications and view
miscellaneousstatistics
conveniently in multi-threaded applications.The implementation reduces
cache bouncing by storing
data in thread local storage(TLS).

More resources:

- What is bvar? <https://brpc.apache.org/docs/bvar/bvar/>
- How to use bvar::WindowEx with c++?
<https://github.com/apache/incubator-brpc/blob/master/docs/cn/bvar_c%2B%2B.md#bvarwindowex>
- How to use bvar::PerSecondEx with c++?
<https://github.com/apache/incubator-brpc/blob/master/docs/cn/bvar_c%2B%2B.md#bvarpersecondex>

Best Regards,
serverglen

Re: [NEW FEATURES] Apache brpc bvar WindowEx and PerSecondEx feature available

Posted by "Wang,Weibing" <ww...@gmail.com>.
Good job!

On Tue, Aug 23, 2022 at 7:21 PM Shuai Liu <se...@apache.org> wrote:
>
> Hi all,
>
> I am pleased to announce that bvar::WindowEx and bvar::PerSecondEx feature
> has been available!
>
> bvar is high performance counters in multi-threaded applications and view
> miscellaneousstatistics
> conveniently in multi-threaded applications.The implementation reduces
> cache bouncing by storing
> data in thread local storage(TLS).
>
> More resources:
>
> - What is bvar? <https://brpc.apache.org/docs/bvar/bvar/>
> - How to use bvar::WindowEx with c++?
> <https://github.com/apache/incubator-brpc/blob/master/docs/cn/bvar_c%2B%2B.md#bvarwindowex>
> - How to use bvar::PerSecondEx with c++?
> <https://github.com/apache/incubator-brpc/blob/master/docs/cn/bvar_c%2B%2B.md#bvarpersecondex>
>
> Best Regards,
> serverglen

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org