<?xml version="1.0" encoding="utf-8"?> 
<rss version="2.0"
  xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  xmlns:atom="http://www.w3.org/2005/Atom">

<channel>

<title>M9K blog: заметки с тегом memory</title>
<link>https://blog.m9k.space/tags/memory/</link>
<description>Заметки обо всём: devops, lifestyle, культура.</description>
<author>M</author>
<language>ru</language>
<generator>E2 (v3877; Aegea)</generator>

<itunes:owner>
<itunes:name>M</itunes:name>
<itunes:email></itunes:email>
</itunes:owner>
<itunes:subtitle>Заметки обо всём: devops, lifestyle, культура.</itunes:subtitle>
<itunes:image href="" />
<itunes:explicit></itunes:explicit>

<item>
<title>Основной потребитель swap на Linux-серверах</title>
<guid isPermaLink="false">179</guid>
<link>https://blog.m9k.space/all/osnovnoy-potrebitel-swap-na-linux-serverah/</link>
<pubDate>Tue, 04 Mar 2025 02:45:41 +0000</pubDate>
<author>M</author>
<comments>https://blog.m9k.space/all/osnovnoy-potrebitel-swap-na-linux-serverah/</comments>
<description>
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;for file in /proc/*/status ; do awk '/VmSwap|Name/{printf $2 &amp;quot; &amp;quot; $3}END{ print &amp;quot;&amp;quot;}' $file; done | sort -k 2 -n -r | less&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Взято &lt;a href="https://blog.programs74.ru/linux-which-process-is-using-swap/"&gt;отсюда&lt;/a&gt;&lt;/p&gt;
</description>
</item>


</channel>
</rss>