Performance analysis with iostat, sar, Ksar, collectd, and serverstats
Generating Graphs
Collectd is thus superior to serverstats when it comes to extensibility. However, anyone wanting to display basic data quickly in a web interface will be happy with serverstats. A functional configuration of Apache is already located in the doc
directory:
/usr/share/doc/serverstats# cp examples/apache.conf /etc/apache2/sites-available/serverstats.conf # a2ensite serverstats.conf # service apache2 reload
A cron job automatically creates the rrd
data in /var/lib/serverstats/rrd
every minute:
$ ls /var/lib/serverstats/rrd/ apache_localhost.rrd cpu.rrd disk_sda.rrd load.rrd memory.rrd traffic_proc_eth0.rrd users.rrd
After the Apache configuration is activated, the graphs are available immediately in the web interface, as shown in Figure 3.
Collectd does not provide its own interface for creating graphs. However, plenty of options are available for generating graphs from rrd
data. As a web interface, collectd-web
makes a solid impression (Figure 4). The best approach is to install it directly from the Git repository (Listing 8).
Listing 8
Apache Configuration
Collectd also stores its data in the /var directory
; /var/lib/collectd/rrd
has a subdirectory for each enabled plugin. Those not wanting to set up a web server for viewing graphs on their production system can either copy the data to another system or operate collectd as a client server. The network plugin allows data transfer to a central collectd server via UDP connections.
Conclusions
The tools described in this article will help you get better performance from your systems. Once you learn the basics, you'll find many ways to put these performance tools to work.
Infos
- Block layer statistics: https://www.kernel.org/doc/Documentation/block/stat.txt
- Monitoring IO Performance using iostat and pt-diskstats: http://www.percona.com/live/mysql-conference-2014/sites/default/files/slides/PLMCE_2014_MonitoringIO_2014-03-26_am_revised.pdf
- plotiostat logs: http://olausson.de/programs/plot-linux-system-stats
- Linux performance observability: http://www.brendangregg.com/Perf/linux_observability_sar.png
- Ksar: http://sourceforge.net/projects/ksar/
« Previous 1 2 3 4
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you've found an article to be beneficial.
News
-
PipeWire 1.0 Officially Released
PipeWire was created to take the place of the oft-troubled PulseAudio and has finally reached the 1.0 status as a major update with plenty of improvements and the usual bug fixes.
-
Rocky Linux 9.3 Available for Download
The latest version of the RHEL alternative is now available and brings back cloud and container images for ppc64le along with plenty of new features and fixes.
-
Ubuntu Budgie Shifts How to Tackle Wayland
Ubuntu Budgie has yet to make the switch to Wayland but with a change in approaches, they're finally on track to making it happen.
-
TUXEDO's New Ultraportable Linux Workstation Released
The TUXEDO Pulse 14 blends portability with power, thanks to the AMD Ryzen 7 7840HS CPU.
-
AlmaLinux Will No Longer Be "Just Another RHEL Clone"
With the release of AlmaLinux 9.3, the distribution will be built entirely from upstream sources.
-
elementary OS 8 Has a Big Surprise in Store
When elementary OS 8 finally arrives, it will not only be based on Ubuntu 24.04 but it will also default to Wayland for better performance and security.
-
OpenELA Releases Enterprise Linux Source Code
With Red Hat restricting the source for RHEL, it was only a matter of time before those who depended on that source struck out on their own.
-
StripedFly Malware Hiding in Plain Sight as a Cryptocurrency Miner
A rather deceptive piece of malware has infected 1 million Windows and Linux hosts since 2017.
-
Experimental Wayland Support Planned for Linux Mint 21.3
As with most Linux distributions, the migration to Wayland is in full force. While some distributions have already made the move, Linux Mint has been a bit slower to do so.
-
Window Maker Live 0.96.0-0 Released
If you're a fan of the Window Maker window manager, there's a new official release of the Linux distribution that champions the old-school user interface.