matrixorigin/mo_ctl_standalone

[Feature Request]: implement function 'status'

Closed this issue · 1 comments

Is there an existing issue for the feature request?

  • I have checked the existing issues.

Feature Description

Implement function status, `mo_ctl status` will check if any mo-services are running on current machine.

Feature Implementation

Use `ps -ef | grep mo-service` to check if any process is running, and if yes return all information found, otherwise return no mo-service is running message.

Additional information

none

feature implemented