for server in content['servers']:
for key in ['id', 'latency', 'name', 'weight', 'outstanding', 'qpsLimit',
'reuseds', 'state', 'address', 'pools', 'qps', 'queries', 'order', 'sendErrors',
- 'dropRate']:
+ 'dropRate', 'responses', 'tcpDiedSendingQuery', 'tcpDiedReadingResponse',
+ 'tcpGaveUp', 'tcpReadTimeouts', 'tcpWriteTimeouts', 'tcpCurrentConnections',
+ 'tcpNewConnections', 'tcpReusedConnections', 'tcpAvgQueriesPerConnection',
+ 'tcpAvgConnectionDuration']:
self.assertIn(key, server)
for key in ['id', 'latency', 'weight', 'outstanding', 'qpsLimit', 'reuseds',