Framework status commands

Framework status commands

startup command

Check whether the current framework has started completely

dubbo>startup
true

dubbo>

ready command

Check whether the current framework can provide services normally (it may be temporarily offline)

dubbo>ready
true

dubbo>

live command

Check whether the current framework is running normally (it may be permanently abnormal)

dubbo>live
true

dubbo>