This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mesos-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 6025350 Updated the website built from mesos SHA: 577c0a2.
6025350 is described below
commit 60253507685023ce5b6217a7bd44365b3441d426
Author: jenkins <[email protected]>
AuthorDate: Mon Dec 10 22:45:15 2018 +0000
Updated the website built from mesos SHA: 577c0a2.
---
content/documentation/latest/performance-profiling/index.html | 4 ++--
content/documentation/performance-profiling/index.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/documentation/latest/performance-profiling/index.html
b/content/documentation/latest/performance-profiling/index.html
index 884a27f..e32342c 100644
--- a/content/documentation/latest/performance-profiling/index.html
+++ b/content/documentation/latest/performance-profiling/index.html
@@ -111,9 +111,9 @@
<h2>Flamescope</h2>
-<p><a href="https://github.com/Netflix/flamescope">Flamescope</a> is a
visualization tool for exploring different time ranges as <a
href="https://github.com/brendangregg/FlameGraph">flamegraphs</a>. In order to
use the tool, you first need to obtain stack traces, here’s how to obtain
a 60 second recording at 100 hertz using Linux perf:</p>
+<p><a href="https://github.com/Netflix/flamescope">Flamescope</a> is a
visualization tool for exploring different time ranges as <a
href="https://github.com/brendangregg/FlameGraph">flamegraphs</a>. In order to
use the tool, you first need to obtain stack traces, here’s how to obtain
a 60 second recording of the mesos master process at 100 hertz using Linux
perf:</p>
-<pre><code>$ sudo perf record --freq=100 --all-cpus --no-inherit --call-graph
dwarf -p <mesos-master-pid> -- sleep 60
+<pre><code>$ sudo perf record --freq=100 --no-inherit --call-graph dwarf -p
<mesos-master-pid> -- sleep 60
$ sudo perf script --header | c++filt > mesos-master.stacks
$ gzip mesos-master.stacks
</code></pre>
diff --git a/content/documentation/performance-profiling/index.html
b/content/documentation/performance-profiling/index.html
index ae91155..5e13ecc 100644
--- a/content/documentation/performance-profiling/index.html
+++ b/content/documentation/performance-profiling/index.html
@@ -111,9 +111,9 @@
<h2>Flamescope</h2>
-<p><a href="https://github.com/Netflix/flamescope">Flamescope</a> is a
visualization tool for exploring different time ranges as <a
href="https://github.com/brendangregg/FlameGraph">flamegraphs</a>. In order to
use the tool, you first need to obtain stack traces, here’s how to obtain
a 60 second recording at 100 hertz using Linux perf:</p>
+<p><a href="https://github.com/Netflix/flamescope">Flamescope</a> is a
visualization tool for exploring different time ranges as <a
href="https://github.com/brendangregg/FlameGraph">flamegraphs</a>. In order to
use the tool, you first need to obtain stack traces, here’s how to obtain
a 60 second recording of the mesos master process at 100 hertz using Linux
perf:</p>
-<pre><code>$ sudo perf record --freq=100 --all-cpus --no-inherit --call-graph
dwarf -p <mesos-master-pid> -- sleep 60
+<pre><code>$ sudo perf record --freq=100 --no-inherit --call-graph dwarf -p
<mesos-master-pid> -- sleep 60
$ sudo perf script --header | c++filt > mesos-master.stacks
$ gzip mesos-master.stacks
</code></pre>