You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to disrup...@googlegroups.com
Hi All,
Other than the suite of tests provided with the Disruptor how does every measure the performance of their use of the Disruptor. Do you use perfmon or something else?
Thanks
Paul
Thomas Vestergaard Fredsted
unread,
Jan 12, 2016, 7:33:42 AM1/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Disruptor-net
Hi Paul
Check out the disruptor-net.Metrics nuget package.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Disruptor-net
We do something fairly similar to Thomas' package in our own project however we process and publish the metrics in a separate EventHandler so as not to be on the critical path of our application.