Ma_Sys.ma Load Monitor

Name

maloadmon – Display load average figures and uptimes continuously.

Synopsis

maloadmon [delay_sec]

Description

The Ma_Sys.ma load monitor uses terminal colors to indicate different load averages over time. By default, it prints one triplet every minute. Once the screen is full, a line indicating the current uptime is printed.

It is intended to be used in case of long-running computations to check that if the machine is evenly loaded or as expected. The non-interactive and lightweight design makes this program also a good choice for a monitor to run on one of the virtual terminals.

Note that while it captures certain workloads, load averages are not suited as a comprehensive monitoring facility.

maloadmon Screenshot with delay_sec=5 on a lowly loaded Laptop

delay_sec
Configures the delay between updates (default: 60sec).

Order of colors is as follows (t is for “thin”):

gray < tblue < blue < tcyan < cyan < tyellow < yellow < tmangentha < mangentha < tred < red

Compilation

Compile the program as follows:

$ ant

Build a Debian package (having the necessary dependencies for package creation installed) as follows:

$ ant package

Ma_Sys.ma Website 5 (1.0.2) – no Flash, no JavaScript, no Webfont, no Copy Protection, no Mobile First. No bullshit. No GUI needed. Works with any browser.

Created: 2020/02/14 14:55:57 | Revised: 2022/09/18 21:18:24 | Tags: monitoring, loadmon, c | Version: 1.0.0 | SRC (Pandoc MD) | GPL

Copyright (c) 2013, 2020 Ma_Sys.ma. For further info send an e-mail to Ma_Sys.ma@web.de.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.