You can use mmctl display appid's at Mesos + Marathon
ENV
- Go version: 1.13.5
git clone https://github.com/sober-wang/mmctl.git
cd mmctl
go build .
chmod +x 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