Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 717 Bytes

README.md

File metadata and controls

49 lines (34 loc) · 717 Bytes

mmctl

You can use mmctl display appid's at Mesos + Marathon

building mmctl

ENV

  • Go version: 1.13.5
git clone https://github.com/sober-wang/mmctl.git

cd mmctl 

go build .

chmod +x mmctl 

How to use mmctl

Show help information

./mmctl --help

Show Marathon appid's

./mmctl get appid --all-appid

Show framework on Mesos

./mmctl get framework 

Show appid from a specific framework

./mmctl get appid -m <YOUR_FRAMEWORK_NAME>

# Maby you want see a appid containers from framework 
./mmctl get appid -m <YOUR_FRAMEWORK_NAME> <APPID_NAME>

Show Mesos node's

./mmctl get node