| Total | |
|---|---|
| Total Clusters | {{ total_clusters }} | 
| Total getClientFor Calls | {{ total_getClientFor_calls }} | 
| Total getClientFor Errors | {{ total_getClientFor_errors }} | 
| Total RPC Calls | {{ total_rpc_calls }} | 
| Total RPC Succeed | {{ total_rpc_succeed }} | 
| Total RPC Fail | {{ total_rpc_fail }} | 
| Total Time | {{ total_time }}ms | 
| Cluster UUID | Cluster Name | Error | Traceback | 
|---|---|---|---|
| {{ error.uuid }} | {{ error.cluster }} | {{ error.error }} | {{ error.traceback }} | 
| Cluster UUID | Cluster Name | Exec Time | Command | Arguments | Error | Traceback | |
|---|---|---|---|---|---|---|---|
|   | {{ call.uuid }} | {{ call.cluster }} | {{ call.time }}ms | {{ call.command }} | {{ call.arguments }} | {{ call.error }} | {{ call.traceback }} | 
| Cluster UUID | Cluster Name | Exec Time | Command | Arguments | Result | |
|---|---|---|---|---|---|---|
|   | {{ call.uuid }} | {{ call.cluster }} | {{ call.time }}ms | {{ call.command }} | {{ call.arguments }} | {{ call.result }} |