Code

memcachec plugin: Add a plugin to fetch data from the memcache daemon.
[collectd.git] / README
1  collectd - System information collection daemon
2 =================================================
3 http://collectd.org/
5 About
6 -----
8   collectd is a small daemon which collects system information periodically
9   and provides mechanisms to store and monitor the values in a variety of
10   ways.
13 Features
14 --------
16   * collectd is able to collect the following data:
18     - apache
19       Apache server utilization: Number of bytes transfered, number of
20       requests handled and detailed scoreboard statistics
22     - apcups
23       APC UPS Daemon: UPS charge, load, input/output/battery voltage, etc.
25     - apple_sensors
26       Sensors in Macs running Mac OS X / Darwin: Temperature, fanspeed and
27       voltage sensors.
29     - ascent
30       Statistics about Ascent, a free server for the game `World of Warcraft'.
32     - battery
33       Batterycharge, -current and voltage of ACPI and PMU based laptop
34       batteries.
36     - curl
37       Parse statistics from websites using regular expressions.
39     - bind
40       Name server and resolver statistics from the `statistics-channel'
41       interface of BIND 9.5, 9,6 and later.
43     - cpu
44       CPU utilization: Time spent in the system, user, nice, idle, and related
45       states.
47     - cpufreq
48       CPU frequency (For laptops with speed step or a similar technology)
50     - dbi
51       Executes SQL statements on various databases and interprets the returned
52       data.
54     - df
55       Mountpoint usage (Basically the values `df(1)' delivers)
57     - disk
58       Disk utilization: Sectors read/written, number of read/write actions,
59       average time an IO-operation took to complete.
61     - dns
62       DNS traffic: Query types, response codes, opcodes and traffic/octets
63       transfered.
65     - email
66       Email statistics: Count, traffic, spam scores and checks.
67       See collectd-email(5).
69     - entropy
70       Amount of entropy available to the system.
72     - exec
73       Values gathered by a custom program or script.
74       See collectd-exec(5).
76     - filecount
77       Count the number of files in directories.
79     - gmond
80       Receive multicast traffic from Ganglia instances.
82     - hddtemp
83       Harddisk temperatures using hddtempd.
85     - interface
86       Interface traffic: Number of octets, packets and errors for each
87       interface.
89     - iptables
90       Iptables' counters: Number of bytes that were matched by a certain
91       iptables rule.
93     - ipmi
94       IPMI (Intelligent Platform Management Interface) sensors information.
96     - ipvs
97       IPVS connection statistics (number of connections, octets and packets
98       for each service and destination).
99       See http://www.linuxvirtualserver.org/software/index.html.
101     - irq
102       IRQ counters: Frequency in which certain interrupts occur.
104     - load
105       System load average over the last 1, 5 and 15 minutes.
107     - libvirt
108       CPU, disk and network I/O statistics from virtual machines.
110     - mbmon
111       Motherboard sensors: temperature, fanspeed and voltage information,
112       using mbmon(1).
114     - memcached
115       Statistics of the memcached distributed caching system.
116       <http://www.danga.com/memcached/>
118     - memory
119       Memory utilization: Memory occupied by running processes, page cache,
120       buffer cache and free.
122     - multimeter
123       Information provided by serial multimeters, such as the `Metex
124       M-4650CR'.
126     - mysql
127       MySQL server statistics: Commands issued, handlers triggered, thread
128       usage, query cache utilization and traffic/octets sent and received.
130     - netlink
131       Very detailed Linux network interface and routing statistics. You can get
132       (detailed) information on interfaces, qdiscs, classes, and, if you can
133       make use of it, filters.
135     - network
136       Receive values that were collected by other hosts. Large setups will
137       want to collect the data on one dedicated machine, and this is the
138       plugin of choice for that.
140     - nfs
141       NFS Procedures: Which NFS command were called how often. Only NFSv2 and
142       NFSv3 right now.
144     - nginx
145       Collects statistics from `nginx' (speak: engine X), a HTTP and mail
146       server/proxy.
148     - ntpd
149       NTP daemon statistics: Local clock drift, offset to peers, etc.
151     - nut
152       Network UPS tools: UPS current, voltage, power, charge, utilisation,
153       temperature, etc. See upsd(8).
155     - onewire (EXPERIMENTAL!)
156       Read onewire sensors using the owcapu library of the owfs project.
157       Please read in collectd.conf(5) why this plugin is experimental.
159     - openvpn
160       RX and TX of each client in openvpn-status.log (status-version 2).
161       <http://openvpn.net/index.php/documentation/howto.html>
163     - oracle
164       Query data from an Oracle database.
166     - perl
167       The perl plugin implements a Perl-interpreter into collectd. You can
168       write your own plugins in Perl and return arbitrary values using this
169       API. See collectd-perl(5).
171     - ping
172       Network latency: Time to reach the default gateway or another given
173       host.
175     - postgresql
176       PostgreSQL database statistics: active server connections, transaction
177       numbers, block IO, table row manipulations.
179     - powerdns
180       PowerDNS name server statistics.
182     - processes
183       Process counts: Number of running, sleeping, zombie, ... processes.
185     - protocols
186       Counts various aspects of network protocols such as IP, TCP, UDP, etc.
188     - rrdcached
189       RRDtool caching daemon (RRDcacheD) statistics.
191     - sensors
192       System sensors, accessed using lm_sensors: Voltages, temperatures and
193       fan rotation speeds.
195     - serial
196       RX and TX of serial interfaces. Linux only; needs root privileges.
198     - snmp
199       Read values from SNMP (Simple Network Management Protocol) enabled
200       network devices such as switches, routers, thermometers, rack monitoring
201       servers, etc. See collectd-snmp(5).
203     - swap
204       Pages swapped out onto harddisk or whatever is called `swap' by the OS..
206     - tail
207       Follows (tails) logfiles, parses them by lines and submits matched
208       values.
210     - tape
211       Bytes and operations read and written on tape devices. Solaris only.
213     - tcpconns
214       Number of TCP connections to specific local and remote ports.
216     - teamspeak2
217       TeamSpeak2 server statistics.
219     - ted
220       Plugin to read values from `The Energy Detective' (TED).
222     - thermal
223       Linux ACPI thermal zone information.
225     - users
226       Users currently logged in.
228     - vmem
229       Virtual memory statistics, e. g. the number of page-ins/-outs or the
230       number of pagefaults.
232     - vserver
233       System resources used by Linux VServers.
234       See <http://linux-vserver.org/>.
236     - wireless
237       Link quality of wireless cards. Linux only.
239     - xmms
240       Bitrate and frequency of music played with XMMS.
242   * Output can be written or send to various destinations by the following
243     plugins:
245     - csv
246       Write to comma separated values (CSV) files. This needs lots of
247       diskspace but is extremely portable and can be analysed with almost
248       every program that can analyse anything. Even Microsoft's Excel..
250     - network
251       Send the data to a remote host to save the data somehow. This is useful
252       for large setups where the data should be saved by a dedicated machine.
254     - perl
255       Of course the values are propagated to plugins written in Perl, too, so
256       you can easily do weird stuff with the plugins we didn't dare think of
257       ;) See collectd-perl(5).
259     - rrdcached
260       Output to round-robin-database (RRD) files using the RRDtool caching
261       daemon (RRDcacheD) - see rrdcached(1). That daemon provides a general
262       implementation of the caching done by the `rrdtool' plugin.
264     - rrdtool
265       Output to round-robin-database (RRD) files using librrd. See rrdtool(1).
266       This is likely the most popular destination for such values. Since
267       updates to RRD-files are somewhat expensive this plugin can cache
268       updates to the files and write a bunch of updates at once, which lessens
269       system load a lot.
271     - unixsock
272       One can query the values from the unixsock plugin whenever they're
273       needed. Please read collectd-unixsock(5) for a description on how that's
274       done.
276   * Logging is, as everything in collectd, provided by plugins. The following
277     plugins keep up informed about what's going on:
279     - logfile
280       Writes logmessages to a file or STDOUT/STDERR.
282     - perl
283       Log messages are propagated to plugins written in Perl as well.
284       See collectd-perl(5).
286     - syslog
287       Logs to the standard UNIX logging mechanism, syslog.
289   * Notifications can be handled by the following plugins:
291     - notify_desktop
292       Send a desktop notification to a notification daemon, as defined in
293       the Desktop Notification Specification. To actually display the
294       notifications, notification-daemon is required.
295       See http://www.galago-project.org/specs/notification/.
297     - notify_email
298       Send an E-mail with the notification message to the configured
299       recipients.
301     - exec
302       Execute a program or script to handle the notification.
303       See collectd-exec(5).
305     - logfile
306       Writes the notification message to a file or STDOUT/STDERR.
308     - network
309       Send the notification to a remote host to handle it somehow.
311     - perl
312       Notifications are propagated to plugins written in Perl as well.
313       See collectd-perl(5).
315   * Value processing can be controlled using the "filter chain" infrastructure
316     and "matches" and "targets". The following plugins are available:
318     - match_regex
319       Match values by their identifier based on regular expressions.
321     - match_timediff
322       Match values with an invalid timestamp.
324     - match_value
325       Select values by their data sources' values.
327     - target_notification
328       Create and dispatch a notification.
330     - target_replace
331       Replace parts of an identifier using regular expressions.
333     - target_set
334       Set (overwrite) entire parts of an identifier.
336   * Miscellaneous plugins:
338     - uuid
339       Sets the hostname to an unique identifier. This is meant for setups
340       where each client may migrate to another physical host, possibly going
341       through one or more name changes in the process.
343   * Performance: Since collectd is running as a daemon it doesn't spend much
344     time starting up again and again. With the exception of the exec plugin no
345     processes are forked. Caching in output plugins, such as the rrdtool and
346     network plugins, makes sure your resources are used efficiently. Also,
347     since collectd is programmed multithreaded it benefits from hyperthreading
348     and multicore processors and makes sure that the daemon isn't idle if only
349     one plugins waits for an IO-operation to complete.
351   * Once set up, hardly any maintenance is necessary. Setup is kept as easy
352     as possible and the default values should be okay for most users.
355 Operation
356 ---------
358   * collectd's configuration file can be found at `sysconfdir'/collectd.conf.
359     Run `collectd -h' for a list of builtin defaults. See `collectd.conf(5)'
360     for a list of options and a syntax description.
362   * When the `csv' or `rrdtool' plugins are loaded they'll write the values to
363     files. The usual place for these files is beneath `/var/lib/collectd'.
365   * When using some of the plugins, collectd needs to run as user root, since
366     only root can do certain things, such as craft ICMP packages needed to ping
367     other hosts. collectd should NOT be installed setuid root since it can be
368     used to overwrite valuable files!
370   * Sample scripts to generate graphs reside in `contrib/' in the source
371     package or somewhere near `/usr/share/doc/collectd' in most distributions.
372     Please be aware that those script are meant as a starting point for your
373     own experiments.. Some of them require the `RRDs' Perl module.
374     (`librrds-perl' on Debian) If you have written a more sophisticated
375     solution please share it with us.
377   * The RRAs of the automatically created RRD files depend on the `step'
378     and `heartbeat' settings given. If change these settings you may need to
379     re-create the files, losing all data. Please be aware of that when changing
380     the values and read the rrdtool(1) manpage thoroughly.
383 collectd and chkrootkit
384 -----------------------
386   If you are using the `dns' plugin chkrootkit(1) will report collectd as a
387   packet sniffer ("<iface>: PACKET SNIFFER(/usr/sbin/collectd[<pid>])"). The
388   plugin captures all UDP packets on port 53 to analyze the DNS traffic. In
389   this case, collectd is a legitimate sniffer and the report should be
390   considered to be a false positive. However, you might want to check that
391   this really is collectd and not some other, illegitimate sniffer.
394 Prerequisites
395 -------------
397   To compile collectd from source you will need:
399   * Usual suspects: C compiler, linker, preprocessor, make, ...
401   * A POSIX-threads (pthread) implementation.
402     Since gathering some statistics is slow (network connections, slow devices,
403     etc) the collectd is parallelized. The POSIX threads interface is being
404     used and should be found in various implementations for hopefully all
405     platforms.
407   * CoreFoundation.framework and IOKit.framework (optional)
408     For compiling on Darwin in general and the `apple_sensors' plugin in
409     particular.
410     <http://developer.apple.com/corefoundation/>
412   * libclntsh (optional)
413     Used by the `oracle' plugin.
415   * libcurl (optional)
416     If you want to use the `apache', `ascent', `curl' or `nginx' plugin.
417     <http://curl.haxx.se/>
419   * libdbi (optional)
420     Used by the `dbi' plugin to connect to various databases.
421     <http://libdbi.sourceforge.net/>
423   * libesmtp (optional)
424     For the `notify_email' plugin.
425     <http://www.stafford.uklinux.net/libesmtp/>
427   * libhal (optional)
428     If present, the uuid plugin will check for UUID from HAL.
429     <http://hal.freedesktop.org/>
431   * libiptc (optional, if not found a version shipped with this distribution
432     can be used if the Linux kernel headers are available)
433     For querying iptables counters.
434     <http://netfilter.org/>
436   * libmysqlclient (optional)
437     Unsurprisingly used by the `mysql' plugin.
438     <http://dev.mysql.com/>
440   * libnetlink (optional)
441     Used, obviously, for the `netlink' plugin.
442     <http://www.linuxfoundation.org/en/Net:Iproute2>
444   * libnetsnmp (optional)
445     For the `snmp' plugin.
446     <http://www.net-snmp.org/>
448   * libnotify (optional)
449     For the `notify_desktop' plugin.
450     <http://www.galago-project.org/>
452   * liboping (optional, if not found a version shipped with this distribution
453     can be used)
454     Used by the `ping' plugin to send and receive ICMP packets.
455     <http://verplant.org/liboping/>
457   * libowcapi (optional)
458     Used by the `onewire' plugin to read values from onewire sensors (or the
459     owserver(1) daemon).
460     <http://www.owfs.org/>
462   * libpcap (optional)
463     Used to capture packets by the `dns' plugin.
464     <http://www.tcpdump.org/>
466   * libperl (optional)
467     Obviously used by the `perl' plugin. The library has to be compiled with
468     ithread support (introduced in Perl 5.6.0).
469     <http://www.perl.org/>
471   * libpq (optional)
472     The PostgreSQL C client library used by the `postgresql' plugin.
473     <http://www.postgresql.org/>
475   * librrd (optional)
476     Used by the `rrdtool' and `rrdcached' plugins. The latter requires RRDtool
477     client support which was added after version 1.3 of RRDtool. Versions 1.0,
478     1.2 and 1.3 are known to work with the `rrdtool' plugin.
479     <http://oss.oetiker.ch/rrdtool/>
481   * librt, libsocket, libkstat, libdevinfo (optional)
482     Various standard Solaris libraries which provide system functions.
483     <http://developers.sun.com/solaris/>
485   * libsensors (optional)
486     To read from `lm_sensors', see the `sensors' plugin.
487     <http://www.lm-sensors.org/>
489   * libstatgrab (optional)
490     Used by various plugins to collect statistics on systems other than Linux
491     and/or Solaris.
492     <http://www.i-scream.org/libstatgrab/>
494   * libupsclient/nut (optional)
495     For the `nut' plugin which queries nut's `upsd'.
496     <http://networkupstools.org/>
498   * libvirt (optional)
499     Collect statistics from virtual machines.
500     <http://libvirt.org/>
502   * libxml2 (optional)
503     Parse XML data. This is needed for the `ascent' and `libvirt' plugins.
504     <http://xmlsoft.org/>
506   * libxmms (optional)
507     <http://www.xmms.org/>
510 Configuring / Compiling / Installing
511 ------------------------------------
513   To configure, build and install collectd with the default settings, run
514   `./configure && make && make install'.  For detailed, generic instructions
515   see INSTALL. For a complete list of configure options and their description,
516   run `./configure --help'.
518   By default, the configure script will check for all build dependencies and
519   disable all plugins whose requirements cannot be fulfilled (any other plugin
520   will be enabled). To enable a plugin, install missing dependencies (see
521   section `Prerequisites' above) and rerun `configure'. If you specify the
522   `--enable-<plugin>' configure option, the script will fail if the depen-
523   dencies for the specified plugin are not met. If you specify the
524   `--disable-<plugin>' configure option, the plugin will not be built. Both
525   options are meant for package maintainers and should not be used in everyday
526   situations.
528   By default, collectd will be installed into `/opt/collectd'. You can adjust
529   this setting by specifying the `--prefix' configure option - see INSTALL for
530   details. If you pass DESTDIR=<path> to `make install', <path> will be
531   prefixed to all installation directories. This might be useful when creating
532   packages for collectd.
535 Crosscompiling
536 --------------
538   To compile correctly collectd needs to be able to initialize static
539   variables to NAN (Not A Number). Some C libraries, especially the GNU
540   libc, have a problem with that.
542   Luckily, with GCC it's possible to work around that problem: One can define
543   NAN as being (0.0 / 0.0) and `isnan' as `f != f'. However, to test this
544   ``implementation'' the configure script needs to compile and run a short
545   test program. Obviously running a test program when doing a cross-
546   compilation is, well, challenging.
548   If you run into this problem, you can use the `--with-nan-emulation'
549   configure option to force the use of this implementation. We can't promise
550   that the compiled binary actually behaves as it should, but since NANs
551   are likely never passed to the libm you have a good chance to be lucky.
553   Likewise, collectd needs to know the layout of doubles in memory, in order
554   to craft uniform network packets over different architectures. For this, it
555   needs to know how to convert doubles into the memory layout used by x86. The
556   configure script tries to figure this out by compiling and running a few
557   small test programs. This is of course not possible when cross-compiling.
558   You can use the `--with-fp-layout' option to tell the configure script which
559   conversion method to assume. Valid arguments are:
561     * `nothing'    (12345678 -> 12345678)
562     * `endianflip' (12345678 -> 87654321)
563     * `intswap'    (12345678 -> 56781234)
566 Contact
567 -------
569   For questions, bug reports, development information and basically all other
570   concerns please send an email to collectd's mailing list at
571   <collectd at verplant.org>.
573   For live discussion and more personal contact visit us in IRC, we're in
574   channel #collectd on freenode.
577 Author
578 ------
580   Florian octo Forster <octo at verplant.org>,
581   Sebastian tokkee Harl <sh at tokkee.org>,
582   and many contributors (see `AUTHORS').
584   Please send bug reports and patches to the mailing list, see `Contact'
585   above.