Skip to content

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

Notifications You must be signed in to change notification settings

sober-wang/mmctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages