mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-20 15:38:03 +00:00
Deployed 1a3c6ef with MkDocs version: 1.1.2
This commit is contained in:
@@ -2371,7 +2371,7 @@ cpuacct — this subsystem generates automatic reports on CPU resources used by
|
||||
</ul>
|
||||
<p><img alt="Fig 6" src="../images/cg6.png" /></p>
|
||||
<p>The process is OOM killed as expected. You can confirm the same with dmesg logs (mm_fault_error).</p>
|
||||
<p>If you want to try out a more in-depth exercise on cgroups, check out <a href="geeksforgeeks.org/linux-virtualization-resource-throttling-using-cgroups/">this tutorial from Geeks for Geeks</a>.</p>
|
||||
<p>If you want to try out a more in-depth exercise on cgroups, check out <a href="https://geeksforgeeks.org/linux-virtualization-resource-throttling-using-cgroups/">this tutorial from Geeks for Geeks</a>.</p>
|
||||
<p>Let’s come back to containers again. Containers share the same kernel as the underlying host operating system and provide an isolated environment of the application within. Cgroups help in managing resources used by processes within a container and namespaces help isolate network stack, pids, users, group ids and mount points in a container from another container running on the same host.</p>
|
||||
<p>Of course, there are more components to containers which truly make it fully functional but that discussion is out of scope of this module.</p>
|
||||
<h2 id="container-engine">Container engine</h2>
|
||||
|
||||
@@ -2378,7 +2378,7 @@ exit 0
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<pre><code>!/bin/bash
|
||||
<pre><code>#!/bin/bash
|
||||
#Script to monitor the server
|
||||
|
||||
hosts=`cat host_list`
|
||||
|
||||
Reference in New Issue
Block a user