Re: [ovs-dev] [PATCH] ovsdb: add user space instruction counters

2015-06-01 Thread Andy Zhou
On Fri, May 29, 2015 at 1:32 PM, Ben Pfaff wrote: > On Wed, Apr 15, 2015 at 09:01:14AM -0700, Andy Zhou wrote: >> Add a set of user space instruction counters to help break down >> where instructions are spent. >> >> Here is an example of screen capture of adding a port to database >> without any

Re: [ovs-dev] [PATCH] ovsdb: add user space instruction counters

2015-05-29 Thread Ben Pfaff
On Wed, Apr 15, 2015 at 09:01:14AM -0700, Andy Zhou wrote: > Add a set of user space instruction counters to help break down > where instructions are spent. > > Here is an example of screen capture of adding a port to database > without any monitoring client. > > ~/projs/ovs/tutorial$ ovs-appctl

[ovs-dev] [PATCH] ovsdb: add user space instruction counters

2015-04-15 Thread Andy Zhou
Add a set of user space instruction counters to help break down where instructions are spent. Here is an example of screen capture of adding a port to database without any monitoring client. ~/projs/ovs/tutorial$ ovs-appctl -t ovsdb-server ovsdb-server/perf-counters-clear ~/projs/ovs/tutorial$ ov