Monitoring your system with Conky
Vital Signs
This light-weight system monitor keeps you informed about your computer's performance.
System monitoring utilities help users keep track of performance metrics, and the Linux environment offers a variety of useful monitoring utilities. One of the simplest and easiest of these monitoring tools is a desktop gem called Conky [1].
Conky's history goes back more than four years. At the time, the project was launched under the name Torsmo. After just one year, Conky forked from Torsmo. The project founders were inspired by the Canadian TV show "Trailer Park Boys" and chose one if its protagonists as the project name.
Conky not only displays CPU load and memory usage data, it also gives details on your hard disk and network traffic, evaluates the data from various sensors, integrates news feeds off the Internet, and provides information on a media player if a player happens to be active. To configure what you want the system monitor to show and how you want it shown to you is quite simple.
Installation
Conky is available from the repositories of most, but not all, popular distributions. Unless your choice of distribution does not come with Conky or – and this is more likely – you want to do something special with the tool, you will not need to build the system monitor yourself.
For an overview of the supported options, give the ./configure --help command after downloading the source code package [2] and unpacking it in a directory of your choice.
At this point you will see a number of options that are enabled or disabled by default. For example, if you use the Audacious media player, you will want to enable matching support in Conky by specifying --enable-audacious=yes. If your computer does not have sensors that check the hard disk temperature, you might want to disable the corresponding feature, enabled by default, by specifying --disable-hddtemp. If you fail to do so, Conky will issue an error message when you try to launch it.
After completing the settings, you can build and install Conky in the normal way: make && make install. Then give the conky command for a trial run. If you see a small window like that shown in Figure 1, or if Conky opens directly in the background as shown in Figure 2, the installation was successful.
Values
To customize Conky, the basic configuration file – depending on your distribution – is in /etc/conky/ or /usr/share/doc/conky/examples/. First copy the file to ~/.conkyrc and open it in an editor.
The file with the settings is divided into two sections: program options in the first part and display options in the second part of .conkyrc. The TEXT line separates the two. All of the content after this is displayed onscreen. A pound sign (#) will not comment out a line but will also appear onscreen.
In the first part, program options, Conky expects instructions on functionality. For example, you can position the program in the top right corner of the screen with the alignment top_right command, and default_color white sets the default color to white.
The update_interval 1 option tells Conky to parse and output the values every second. The display options are too numerous for me to go into detail here. A list of common program and display options are on the project website [3] [4]. If you prefer to refer to screenshots, some grabs of the matching Conky configuration file are at the same address [5].
Issue
If you do not launch Conky in a separate window, but directly on the KDE or Gnome desktop, you are in for an unpleasant surprise.
Because both KDE and Gnome draw their own desktops without concerning themselves with Conky's attempts to add its own output, the program flickers or disappears, then reappears, and disappears again, and so on.
The options for both GUIs, titled own_window and own_window_transparent yes, in .conkyrc tell Conky to use its own window and apply pseudo-transparency to the window, respectively. Unfortunately, both desktops have a couple of issues with the transparency option.
To resolve this, look for and enable the Support program in desktop window option below Look & Feel | Desktop | General in the KDE control center. Now when you launch Conky, it will appear onscreen and hopefully be flicker-free, although it will still use a black background instead of the KDE wallpaper. To change this, install Qiv [7], a tiny tool of just a couple of kilobytes, then launch it with the qiv --root ~/background.png command using your chosen background image.
As an alternative, you could also use Feh. The command here is feh --bg-center ~/background.png. Both Qiv and Feh make sure that the root window uses the KDE wallpaper. The situation is similar on Gnome, although the symptoms are different: missing icons on screen. The workaround in this case is the Devil's Pie [8] utility.
In your home directory, install the tool and create a hidden .devilspie directory. In the hidden directory, create a conky.ds file and open it for editing. Now copy the lines from Listing 1 into the file and launch the program by entering devilspie at the command line. After doing so, both Conky and the icons should be back to normal on the desktop.
Listing 1
conky.ds
(if (is (window_class) "Conky") (begin (pin) (undecorate) (wintype "dock") (skip_pager) (skip_tasklist) (below) ) )
Our Services
Direct Download
Read full article as PDF » 086-087_conky.pdf (346.39 kB)Tag Cloud
News
-
FSF Outs the World Wide Web Consortium over DRM Proposal
Richard Stallman calls for the W3C to remain independent of vendor interests.
-
Debian 7.0 Debuts
The new release supports nine architectures, 73 human languages, and zero non-Free components.
-
Alpha Version of Fedora 19 Released
Fedora developers release the first alpha version of Fedora 19, known as Schrödinger’s Cat, for general testing. The final release is expected in July 2013.
-
ack 2.0 Released
ack is a grep-like, command-line tool that has been optimized for programmers to search large trees of source code.
-
SUSE Studio 1.3 Released
New features in SUSE Studio 1.3 include enhanced cloud integration, VM platform support, and lifecycle management.
-
Xen To Become Linux Foundation Collaborative Project
The Linux Foundation recently announced that the Xen Project is becoming a Linux Foundation Collaborative Project.
-
RunRev Releases Open Source Version of LiveCode
Open source version of LiveCode is now available for developing apps, games, and utilities for all major platforms.
-
OpenDaylight Project Formed
OpenDaylight is an open source software-defined networking project committed to furthering adoption of SDN and accelerating innovation in a vendor-neutral and open environment.
-
Gnome 3.8 Released
The new Gnome release includes privacy and sharing settings, allowing more user control over access to personal information.
-
Mozilla and Samsung Collaborate on New Browser Engine
Mozilla is collaborating with Samsung on a new web browser engine called Servo.
