[ovs-dev] [PATCH 0/2] make manager connection stats useful

Andrew Evans aevans at nicira.com
Tue Mar 8 22:38:16 UTC 2011


Instead of reporting time in a given struct rconn state, report time each
manager has been connected or disconnected as appropriate. This is what people
really want, since "time in state" changes even if a manager remains connected.

Andrew Evans (2):
  reconnect: Track last-disconnected time.
  ovsdb: Change the way connection duration time is reported in Manager
    table.

 lib/reconnect.c        |   18 ++++++++++++++++++
 lib/reconnect.h        |    4 ++++
 ovsdb/jsonrpc-server.c |    5 ++++-
 ovsdb/jsonrpc-server.h |    2 +-
 ovsdb/ovsdb-server.c   |    5 +++--
 5 files changed, 30 insertions(+), 4 deletions(-)

-- 
1.7.2.3




More information about the dev mailing list