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
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Find SysAdmin Jobs
News
-
MNT Seeks Financial Backing for New Seven-Inch Linux Laptop
MNT Pocket Reform is a tiny laptop that is modular, upgradable, recyclable, reusable, and ships with Debian Linux.
-
Ubuntu Flatpak Remix Adds Flatpak Support Preinstalled
If you're looking for a version of Ubuntu that includes Flatpak support out of the box, there's one clear option.
-
Gnome 44 Release Candidate Now Available
The Gnome 44 release candidate has officially arrived and adds a few changes into the mix.
-
Flathub Vying to Become the Standard Linux App Store
If the Flathub team has any say in the matter, their product will become the default tool for installing Linux apps in 2023.
-
Debian 12 to Ship with KDE Plasma 5.27
The Debian development team has shifted to the latest version of KDE for their testing branch.
-
Planet Computers Launches ARM-based Linux Desktop PCs
The firm that originally released a line of mobile keyboards has taken a different direction and has developed a new line of out-of-the-box mini Linux desktop computers.
-
Ubuntu No Longer Shipping with Flatpak
In a move that probably won’t come as a shock to many, Ubuntu and all of its official spins will no longer ship with Flatpak installed.
-
openSUSE Leap 15.5 Beta Now Available
The final version of the Leap 15 series of openSUSE is available for beta testing and offers only new software versions.
-
Linux Kernel 6.2 Released with New Hardware Support
Find out what's new in the most recent release from Linus Torvalds and the Linux kernel team.
-
Kubuntu Focus Team Releases New Mini Desktop
The team behind Kubuntu Focus has released a new NX GEN 2 mini desktop PC powered by Linux.