andreaspeters opened a new pull request #416:
URL: https://github.com/apache/mesos/pull/416
Add the possibility to inspect mesos tasks via mesos-cli.
As example:
```
$ mesos task inspect
test.instance-03850279-536a-11ec-847b-020000002252._app.8
{
"id": "test.instance-03850279-536a-11ec-847b-020000002252._app.8",
"name": "test",
"framework_id": "6ed2b6d8-f787-4fee-988e-bbea271bab99-0000",
"executor_id": "",
"slave_id": "950dc31e-c9b3-4ce1-adca-e6f51ca64c50-S1",
"state": "TASK_RUNNING",
"resources": {
"disk": 0.0,
"mem": 50.0,
"gpus": 0.0,
"cpus": 0.1,
"ports": "[31603-31603]"
},
.
.
.
.
.
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]