Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Munin creates graphs that enable you to see trends. This is very useful to see if a change you made doesn't negatively impact the performance of the system.</p> <h2>Disk</h2> <p><strong>Disk throughput per device &amp; IOstat</strong> The amount of data written or read from a disk device. Disks are always slow compared to memory. A lot of disk reads could for example indicate that your database server doesn't have enough RAM.</p> <p><strong>Inode usage in percent</strong> Every filesystem has a index where information about the files is stored, like name, permissions and location on the disk. With many small files the space available to this index could run out. If that happens no new files can be saved to that filesystem, even if there is enough space on the device.</p> <p><strong>Firewall Throughput</strong> Just like it says, the amount of packets going though the iptables firewall. Often this firewall is active on all interfaces on the system. This is only really interesting if you run munin on a router/firewall/gateway system.</p> <h2>Processes</h2> <p><strong>Fork rate</strong> Processes are created by <em>forking</em> a existing process into two processes. This is the rate at wich new processes are created.</p> <p><strong>Number of threads</strong> The total number of processes running in the system.</p> <p><strong>VMstat</strong> Usage of cpu time.</p> <ul> <li>running: time spent running non-kernel code</li> <li>I/O sleep: Time spent waiting for IO</li> </ul> <h2>System</h2> <p><strong>Available entropy</strong>: The entropy is the measure of the random numbers available from /dev/urandom. These random numbers are needed to create SSL connections. If you create a large number of SSL connections this randomness pool could possibly run out of real random numbers.</p> <p><strong>File table usage</strong> The total number of files open in the system. If this number suddenly goes up there might be a program that is not releasing its file handles properly.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload