如何监控排水期间的流量?
How to monitor number of flows during draining?
根据https://docs.corda.net/releases/release-V3.0/key-concepts-node.html?highlight=drain#draining-mode
当我将 drainingMode 设置为 true 时。如何根据以下内容监控飞行中的流量数量:
As their number - which can be monitored through RPC - reaches zero, it is safe to shut the node down.
根据https://docs.corda.net/releases/release-V3.0/key-concepts-node.html?highlight=drain#draining-mode
当我将 drainingMode 设置为 true 时。如何根据以下内容监控飞行中的流量数量:
As their number - which can be monitored through RPC - reaches zero, it is safe to shut the node down.