summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fea7eeb)
raw | patch | inline | side by side (parent: fea7eeb)
author | octo <octo> | |
Fri, 14 Apr 2006 15:41:48 +0000 (15:41 +0000) | ||
committer | octo <octo> | |
Fri, 14 Apr 2006 15:41:48 +0000 (15:41 +0000) |
README | patch | blob | history |
index 327d2ef1cfb40a0c76919e8425791639a35e6ee3..4d6f677e2ef73f85d466e493ef56ba73068906f5 100644 (file)
--- a/README
+++ b/README
* collectd is able to collect the following data:
+ - Apache server utilization
+ (Number of bytes transfered, number of requests handled and detailed
+ scoreboard statistics)
+
+ - Apple Sensors
+ (Temperature, fanspeed and voltage sensors of apple computers)
+
+ - Battery
+ (Charge, current and charge of ACPI and PMU based batteries)
+
- CPU utilization
(Time spent in system, user, nice and idle)
- Process counts
(Number of running, sleeping, zombie, ... processes)
- - Serial
- (RX and TX of serial interfaces)
-
- Sensors
(System temperatured and fan rotation speeds)
+ - Serial
+ (RX and TX of serial interfaces)
+
- Swap
(Pages swapped out onto harddisk or whatever is called `swap' by the OS..)
- VServer
(System ressources used by vservers)
+ - Wireless
+ (Link quality of wireless cards)
+
* Performance: Running as a daemon collectd doesn't spend much time in
startup. Since collectd links against libping, librrd and libsensors it
doesn't need to start any other processes.