blob: 168d5b6aefc1870c5bb71bbac75d4cd024de1642 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Apache Mesos - HTTP Endpoints - /state</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:locale" content="en_US"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Apache Mesos"/>
<meta property="og:site_name" content="Apache Mesos"/>
<meta property="og:url" content="http://mesos.apache.org/"/>
<meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
<meta property="og:description"
content="Apache Mesos abstracts resources away from machines,
enabling fault-tolerant and elastic distributed systems
to easily be built and run effectively."/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="@ApacheMesos"/>
<meta name="twitter:title" content="Apache Mesos"/>
<meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
<meta name="twitter:description"
content="Apache Mesos abstracts resources away from machines,
enabling fault-tolerant and elastic distributed systems
to easily be built and run effectively."/>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
<link href="../../../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
<!-- Google Analytics Magic -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20226872-1']);
_gaq.push(['_setDomainName', 'apache.org']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<!-- magical breadcrumbs -->
<div class="topnav">
<div class="container">
<ul class="breadcrumb">
<li>
<div class="dropdown">
<a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="http://www.apache.org">Apache Homepage</a></li>
<li><a href="http://www.apache.org/licenses/">License</a></li>
<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li><a href="http://www.apache.org/security/">Security</a></li>
</ul>
</div>
</li>
<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
<li><a href="/documentation
/">Documentation
</a></li>
</ul><!-- /.breadcrumb -->
</div><!-- /.container -->
</div><!-- /.topnav -->
<!-- navbar excitement -->
<div class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
</div><!-- /.navbar-header -->
<div class="navbar-collapse collapse" id="mesos-menu">
<ul class="nav navbar-nav navbar-right">
<li><a href="/gettingstarted/">Getting Started</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/documentation/latest/">Documentation</a></li>
<li><a href="/downloads/">Downloads</a></li>
<li><a href="/community/">Community</a></li>
</ul>
</div><!-- /#mesos-menu -->
</div><!-- /.container -->
</div><!-- /.navbar -->
<div class="content">
<div class="container">
<div class="row-fluid">
<div class="col-md-4">
<h4>If you're new to Mesos</h4>
<p>See the <a href="/gettingstarted/">getting started</a> page for more
information about downloading, building, and deploying Mesos.</p>
<h4>If you'd like to get involved or you're looking for support</h4>
<p>See our <a href="/community/">community</a> page for more details.</p>
</div>
<div class="col-md-8">
<!--- This is an automatically generated file. DO NOT EDIT! --->
<h3>USAGE</h3>
<blockquote><pre><code> /state
/slave(1)/state
</code></pre></blockquote>
<h3>TL;DR;</h3>
<p>Information about state of the Agent.</p>
<h3>DESCRIPTION</h3>
<p>This endpoint shows information about the frameworks, executors
and the agent&rsquo;s master as a JSON object.
The information shown might be filtered based on the user
accessing the endpoint.</p>
<p>Example (<strong>Note</strong>: this is not exhaustive):</p>
<pre><code>{
"version" : "0.28.0",
"git_sha" : "9d5889b5a265849886a533965f4aefefd1fbd103",
"git_branch" : "refs/heads/master",
"git_tag" : "0.28.0",
"build_date" : "2016-02-15 10:00:28"
"build_time" : 1455559228,
"build_user" : "mesos-user",
"start_time" : 1455647422.88396,
"id" : "e2c38084-f6ea-496f-bce3-b6e07cea5e01-S0",
"pid" : "slave(1)@127.0.1.1:5051",
"hostname" : "localhost",
"resources" : {
"ports" : "[31000-32000]",
"mem" : 127816,
"disk" : 804211,
"cpus" : 32
},
"attributes" : {},
"master_hostname" : "localhost",
"log_dir" : "/var/log",
"external_log_file" : "mesos.log",
"frameworks" : [],
"completed_frameworks" : [],
"flags" : {
"gc_disk_headroom" : "0.1",
"isolation" : "posix/cpu,posix/mem",
"containerizers" : "mesos",
"docker_socket" : "/var/run/docker.sock",
"gc_delay" : "1weeks",
"docker_remove_delay" : "6hrs",
"port" : "5051",
"systemd_runtime_directory" : "/run/systemd/system",
"initialize_driver_logging" : "true",
"cgroups_root" : "mesos",
"fetcher_cache_size" : "2GB",
"cgroups_hierarchy" : "/sys/fs/cgroup",
"qos_correction_interval_min" : "0ns",
"cgroups_cpu_enable_pids_and_tids_count" : "false",
"sandbox_directory" : "/mnt/mesos/sandbox",
"docker" : "docker",
"help" : "false",
"docker_stop_timeout" : "0ns",
"master" : "127.0.0.1:5050",
"logbufsecs" : "0",
"docker_registry" : "https://registry-1.docker.io",
"frameworks_home" : "",
"cgroups_enable_cfs" : "false",
"perf_interval" : "1mins",
"docker_kill_orphans" : "true",
"switch_user" : "true",
"logging_level" : "INFO",
"hadoop_home" : "",
"strict" : "true",
"executor_registration_timeout" : "1mins",
"recovery_timeout" : "15mins",
"revocable_cpu_low_priority" : "true",
"docker_store_dir" : "/tmp/mesos/store/docker",
"image_provisioner_backend" : "copy",
"authenticatee" : "crammd5",
"quiet" : "false",
"executor_shutdown_grace_period" : "5secs",
"fetcher_cache_dir" : "/tmp/mesos/fetch",
"default_role" : "*",
"work_dir" : "/tmp/mesos",
"launcher_dir" : "/path/to/mesos/build/src",
"registration_backoff_factor" : "1secs",
"oversubscribed_resources_interval" : "15secs",
"enforce_container_disk_quota" : "false",
"container_disk_watch_interval" : "15secs",
"disk_watch_interval" : "1mins",
"cgroups_limit_swap" : "false",
"hostname_lookup" : "true",
"perf_duration" : "10secs",
"appc_store_dir" : "/tmp/mesos/store/appc",
"recover" : "reconnect",
"version" : "false"
},
}
</code></pre>
<h3>AUTHENTICATION</h3>
<p>This endpoint requires authentication iff HTTP authentication is
enabled.</p>
<h3>AUTHORIZATION</h3>
<p>This endpoint might be filtered based on the user accessing it.
For example a user might only see the subset of frameworks,
tasks, and executors they are allowed to view.
See the authorization documentation for details.</p>
</div>
</div>
</div><!-- /.container -->
</div><!-- /.content -->
<hr>
<!-- footer -->
<div class="footer">
<div class="container">
<div class="col-md-4 social-blk">
<span class="social">
<a href="https://twitter.com/ApacheMesos"
class="twitter-follow-button"
data-show-count="false" data-size="large">Follow @ApacheMesos</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
class="twitter-hashtag-button"
data-size="large"
data-related="ApacheMesos">Tweet #mesos</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</span>
</div>
<div class="col-md-8 trademark">
<p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
<p>
</div>
</div><!-- /.container -->
</div><!-- /.footer -->
<!-- JS -->
<script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>