Performance analysis with iostat, sar, Ksar, collectd, and serverstats
Ksar
Java applications may have gone somewhat out of fashion, but Ksar is still the easiest way to visualize sar data [5]. Ksar loads data records from a sar text file in the uncluttered interface; it does not accept binary files. Ksar will display the graph incorrectly if dates and numbers are not formatted as it expects. The environment variable LC_ALL
guarantees the proper formats for the sar call:
LC_ALL=POSIX sar -A -f sa10 > ksar.out.txt
Ksar provides a selection of recorded data via the left sidebar. If you select a range, a graph displays the data (Figure 2).
Collectd and serverstats
Collectd and serverstats do not go into as much depth as iostat and sar. Instead, their strengths lie in data visualization. As is often the case, the round-robin database rrd
is used as a data format. Serverstats and collectd are installed from the repositories in Ubuntu. For collectd, an installation without also installing recommended packages (--no-install-recommends
) is sufficient and significantly minimizes the number of new packages.
Configuration
The main configuration file for collectd is /etc/collectd/collectd.conf
. Plugins control the monitoring and logging of system resources in this file. Some plugins are already automatically enabled by default (e.g., load, memory, and disks). Numerous possibilities for expanding the default installation can be found on the collectd plugin page. A MySQL plugin is also available for database administrators. You can activate a new plugin by commenting out the associated LoadPlugin
line. This can be configured in proprietary plugin sections – for example, for monitoring a specific device:
<Plugin disk> Disk "drbd1" IgnoreSelected false </Plugin>
For serverstats
, enable and configure the modules in /etc/serverstats/simple.php
. However, the range of plugins here is not as comprehensive as with collectd.
« Previous 1 2 3 4 Next »
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
News
-
KaOS 2022.06 Now Available With KDE Plasma 5.25
The newest iteration of KaOS Linux not only adds the latest KDE Plasma desktop but sets LibreOffice as the default.
-
Manjaro 21.3.0 Is Now Available
Manjaro “Ruah” has been released and includes the latest Calamares installer, GNOME 42, and much more.
-
SpiralLinux is a New Linux Distribution Focused on Simplicity
A new Linux distribution, from the creator of GeckoLinux, is a Debian-based operating system with a focus on simplicity and ease of use.
-
HP Dev One Linux Laptop is Now Available for Pre-Order
The System76/HP collaboration Dev One laptop, geared toward developers, is now available for pre-order.
-
NixOS 22.5 Is Now Available
The latest release of NixOS with a much-improved package manager and a user-friendly graphical installer.
-
System76 Teams up with HP to Create the Dev One Laptop
HP and System76 have come together to develop a new laptop, powered by Pop!_OS and aimed toward developers.
-
Titan Linux is a New KDE Linux Based on Debian Stable
Titan Linux is a new Debian-based Linux distribution that features the KDE Plasma desktop with a focus on usability and performance.
-
Danielle Foré Has an Update for elementary OS 7
Now that Ubuntu 22.04 has been released, the team behind elementary OS is preparing for the upcoming 7.0 release.
-
Linux New Media Launches Open Source JobHub
New job website focuses on connecting technical and non-technical professionals with organizations in open source.
-
Ubuntu Cinnamon 22.04 Now Available
Ubuntu Cinnamon 22.04 has been released with all the additions from upstream as well as other features and improvements.