da4ec499a5
collectd gathers statistics about the system it is running on and stores this information. Those statistics can then be used to find current performance bottlenecks (i.e. performance analysis) and predict future system load (i.e. capacity planning). Or if you just want pretty graphs of your private server and are fed up with some homegrown solution you're at the right place, too ;). Reworked by bernd@ to use MULTI_PACKAGES instead of FLAVORS, thanks! With feedback from Nico Szalay. ok bernd@
5 lines
150 B
Plaintext
5 lines
150 B
Plaintext
First, configure collectd in ${SYSCONFDIR}/collectd.conf,
|
|
Then use the following to start the daemon:
|
|
|
|
sudo -u _collectd ${TRUEPREFIX}/sbin/collectd
|