Framework status commands

Framework status commands

startup command

Check whether the current framework has started completely

  1. dubbo>startup
  2. true
  3. dubbo>

ready command

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

  1. dubbo>ready
  2. true
  3. dubbo>

live command

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

  1. dubbo>live
  2. true
  3. dubbo>

Feedback

Was this page helpful?

Yes No

Last modified September 30, 2024: Update & Translate Overview Docs (#3040) (d37ebceaea7)