<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Linux Forum &mdash; MRTG + memory usage]]></title>
	<link rel="self" href="https://linuxforum.ru/extern.php?action=feed&amp;tid=9970&amp;type=atom" />
	<updated>2011-01-12T13:59:48Z</updated>
	<generator>PunBB</generator>
	<id>https://linuxforum.ru/viewtopic.php?id=9970</id>
		<entry>
			<title type="html"><![CDATA[MRTG + memory usage]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=131457#p131457" />
			<content type="html"><![CDATA[<p>Конфиг mrtg </p><br /><div class="codebox"><pre><code>Target[memory_usage]: `/etc/memstat.sh`
Title[memory_usage]: Memory usage (GB)
PageTop[memory_usage]: &lt;H1&gt;Memory usage (GB)&lt;/H1&gt;
Options[memory_usage]: growright,nobanner,gauge,noinfo,nopercent
ShortLegend[memory_usage]:  
kMG[memory_usage]: G
MaxBytes[memory_usage]: 8
AbsMax[memory_usage]: 8
YLegend[memory_usage]: Mem total/free
Unscaled[memory_usage]: ymwd
LegendI[memory_usage]: total
LegendO[memory_usage]: free
Suppress[memory_usage]: y</code></pre></div><p>скрипт memstat.sh</p><br /><div class="codebox"><pre><code>#!/bin/sh
DATA=`top -b -n 1 | grep Mem`
TOTAL=`echo $DATA | cut -f2 -d&quot; &quot; | cut -f1 -d&quot;M&quot;`
FREE=`echo $DATA | cut -f6 -d&quot; &quot; | cut -f1 -d&quot;M&quot;`
echo $TOTAL
echo $FREE
echo 0
echo 0</code></pre></div><p>График не рисуется&nbsp; <img src="https://linuxforum.ru/img/smilies/ac.gif" alt="ac" /></p>]]></content>
			<author>
				<name><![CDATA[lexesv]]></name>
				<uri>https://linuxforum.ru/profile.php?id=14636</uri>
			</author>
			<updated>2011-01-12T13:59:48Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=131457#p131457</id>
		</entry>
</feed>
