Skip to content

Commit c571ab1

Browse files
committed
Deployed d5c12e8 with MkDocs version: 1.6.1
1 parent f7018ad commit c571ab1

5 files changed

Lines changed: 23 additions & 15 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,5 @@ <h2 id="how-do-we-use-the-collected-information">How do we use the collected inf
169169

170170
<!--
171171
MkDocs version : 1.6.1
172-
Build Date UTC : 2025-12-13 16:56:55.777981+00:00
172+
Build Date UTC : 2025-12-16 15:10:03.650717+00:00
173173
-->

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

startlinux/index.html

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
<ul class="current">
5353
<li class="toctree-l2"><a class="reference internal" href="#prerequisites">Prerequisites</a>
5454
</li>
55+
<li class="toctree-l2"><a class="reference internal" href="#install">Install</a>
56+
</li>
5557
<li class="toctree-l2"><a class="reference internal" href="#basic-usages">Basic Usages</a>
5658
</li>
5759
<li class="toctree-l2"><a class="reference internal" href="#command-options">Command Options</a>
@@ -110,12 +112,13 @@ <h2 id="prerequisites">Prerequisites</h2>
110112
<li>sudo privileges (required for BPF operations)</li>
111113
<li>BPF Compiler Collection / BCC</li>
112114
</ul>
113-
<p>Clone the IO Tracer <a href="https://github.com/cacheMon/io-tracer">repository</a></p>
114-
<pre><code class="language-bash">git clone https://github.com/cacheMon/io-tracer.git
115+
<h2 id="install">Install</h2>
116+
<p>1) Clone the IO Tracer <a href="https://github.com/cacheMon/io-tracer">repository</a></p>
117+
<pre><code class="language-bash">git clone [https://github.com/cacheMon/io-tracer.git](https://github.com/cacheMon/io-tracer.git)
115118
</code></pre>
116-
<p>Instal BCC:</p>
119+
<p>2) Install BCC:</p>
117120
<pre><code class="language-bash"># Debian
118-
echo deb http://cloudfront.debian.net/debian sid main &gt;&gt; /etc/apt/sources.list
121+
echo deb [http://cloudfront.debian.net/debian](http://cloudfront.debian.net/debian) sid main &gt;&gt; /etc/apt/sources.list
119122
sudo apt-get install -y bpfcc-tools libbpfcc libbpfcc-dev linux-headers-$(uname -r)
120123

121124
# Ubuntu
@@ -127,15 +130,15 @@ <h2 id="prerequisites">Prerequisites</h2>
127130
# Arch
128131
pacman -S bcc bcc-tools python-bcc
129132
</code></pre>
130-
<p>For more distros, visit the official BCC's <a href="https://github.com/iovisor/bcc/blob/master/INSTALL.md">installation guide</a></p>
131-
<p>Finally, install these last two libraries! </p>
132-
<pre><code># ubuntu
133+
<p><em>For more distros, visit the official BCC's</em> <a href="https://github.com/iovisor/bcc/blob/master/INSTALL.md">installation guide</a></p>
134+
<p>3) Finally, install these last two libraries! </p>
135+
<pre><code class="language-bash"># ubuntu
133136
sudo apt install python3-psutil
134137
sudo apt install python3-requests
135138

136139
# ... (adjust the package manager for other distros)
137140
</code></pre>
138-
<p>You are all set.</p>
141+
<p>4) You are all set. </p>
139142
<h2 id="basic-usages">Basic Usages</h2>
140143
<p>Start tracing</p>
141144
<pre><code class="language-bash">sudo python3 iotrc.py

startwin/index.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,20 @@
110110

111111
<h1 id="quick-start-guide-windows">Quick Start Guide | Windows</h1>
112112
<h2 id="installation">Installation</h2>
113-
<p>🎥 Here’s a quick video guide on</p>
114-
<ul>
115-
<li><a href="https://youtu.be/J17jHderD38">Tracer installation</a></li>
116-
</ul>
113+
<p>🎥 Here’s a quick video guide on <a href="https://youtu.be/J17jHderD38">Tracer installation</a></p>
114+
<ol>
115+
<li>
117116
<p><strong>Download</strong> <code>winiotracer.zip</code> from <a href="https://github.com/cacheMon/io-tracer-win/releases/latest/download/winiotracer.zip">here</a> and extract it. </p>
117+
</li>
118+
<li>
118119
<p>Then, find <code>IOTracesCORE.exe</code>, then open it.</p>
120+
</li>
121+
<li>
122+
<p><strong>Installation complete!</strong></p>
123+
</li>
124+
</ol>
119125
<p><img alt="unzipped file" src="../img/unzipped.png" /></p>
120126
<p>⚠️ <strong><em>IMPORTANT</em></strong>: It's possible that your system flagged our tool as suspicious software. Bypass it by choosing "keep anyway" option whenever possible. This is because the app is not signed with a developer certificate.</p>
121-
<p><strong>Installation complete!</strong></p>
122127
<hr />
123128
<h2 id="basic-usage">Basic Usage</h2>
124129
<h3 id="program-starts-running">Program starts running</h3>

0 commit comments

Comments
 (0)