You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ya...@apache.org on 2017/08/22 23:30:12 UTC

[3/3] mesos git commit: Documented agent garbage collection metrics.

Documented agent garbage collection metrics.

Documented the following agent sandbox garbage collection metrics:
  - gc/path_removals_failed
  - gc/path_removals_pending
  - gc/path_removals_succeeded

Review: https://reviews.apache.org/r/61261/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d083f8b4
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d083f8b4
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/d083f8b4

Branch: refs/heads/master
Commit: d083f8b410a58ec1e588c7586faf85e61afb9932
Parents: 20c5311
Author: James Peach <jp...@apache.org>
Authored: Tue Aug 22 16:20:47 2017 -0700
Committer: Jiang Yan Xu <xu...@apple.com>
Committed: Tue Aug 22 16:20:47 2017 -0700

----------------------------------------------------------------------
 docs/monitoring.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d083f8b4/docs/monitoring.md
----------------------------------------------------------------------
diff --git a/docs/monitoring.md b/docs/monitoring.md
index e48f825..7ad15b4 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -1270,6 +1270,27 @@ the agent and their current usage.
 </tr>
 <tr>
   <td>
+  <code>gc/path_removals_failed</code>
+  </td>
+  <td>Number of times the agent garbage collection process has failed to remove a sandbox path.</td>
+  <td>Counter</td>
+</tr>
+<tr>
+  <td>
+  <code>gc/path_removals_pending</code>
+  </td>
+  <td>Number of sandbox paths that are currently pending agent garbage collection.</td>
+  <td>Gauge</td>
+</tr>
+<tr>
+  <td>
+  <code>gc/path_removals_succeeded</code>
+  </td>
+  <td>Number of sandbox paths the agent successfully removed.</td>
+  <td>Counter</td>
+</tr>
+<tr>
+  <td>
   <code>slave/cpus_percent</code>
   </td>
   <td>Percentage of allocated CPUs</td>