Re: [ovs-dev] [PATCH] ovsdb-server: Add Json cache count to memory/show

2016-03-10 Thread Andy Zhou
On Thu, Mar 10, 2016 at 5:50 PM, Ben Pfaff wrote: > On Tue, Mar 08, 2016 at 11:54:45AM -0800, Andy Zhou wrote: > > Add the size of json cache to the data reported by ovsdb-server appctl > > "memory/show" command. > > > > Signed-off-by: Andy Zhou > > Acked-by: Ben Pfaff > Thanks. Pushed to maste

Re: [ovs-dev] [PATCH] ovsdb-server: Add Json cache count to memory/show

2016-03-10 Thread Ben Pfaff
On Tue, Mar 08, 2016 at 11:54:45AM -0800, Andy Zhou wrote: > Add the size of json cache to the data reported by ovsdb-server appctl > "memory/show" command. > > Signed-off-by: Andy Zhou Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http

[ovs-dev] [PATCH] ovsdb-server: Add Json cache count to memory/show

2016-03-08 Thread Andy Zhou
Add the size of json cache to the data reported by ovsdb-server appctl "memory/show" command. Signed-off-by: Andy Zhou --- ovsdb/monitor.c | 5 + 1 file changed, 5 insertions(+) diff --git a/ovsdb/monitor.c b/ovsdb/monitor.c index 6b0d13d..f9cd965 100644 --- a/ovsdb/monitor.c +++ b/ovsdb/mo