Re: [ovs-dev] [v3 3/3] ovsdb: Add per transaction commit instruction counter

2015-07-17 Thread Andy Zhou
Pushed. Thanks for the review and catching the test failure! On Thu, Jul 16, 2015 at 11:58 AM, Ben Pfaff wrote: > Tests pass for me now with v3, so please push these when you are > satisfied with them. Thank you! ___ dev mailing list dev@openvswitch.or

Re: [ovs-dev] [v3 3/3] ovsdb: Add per transaction commit instruction counter

2015-07-16 Thread Ben Pfaff
Tests pass for me now with v3, so please push these when you are satisfied with them. Thank you! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [v3 3/3] ovsdb: Add per transaction commit instruction counter

2015-07-15 Thread Andy Zhou
Measure user space only instruction counters for commit each transaction. This measurement is mainly useful for tuning OVSDB internal implementation, such as how OVSDB scales over number of client connections. A simple usage example: ovs-appctl -t ovsdb-server ovsdb-server/perf-counters-clear ovs