michelgokan / collectd-top

collectd-top: A plugin to measure and send top processes by CPU or Memory

Home Page:http://gokan.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

collectd-top Plugin - Top N processes by CPU or Memory usage

=================================

A simple collectd plugin to send memory and CPU usage (in percentage) of top N processes (default 3).

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

in /opt/collectd/etc/collectd.conf:

...
<LoadPlugin "perl">
  Globals true
</LoadPlugin>
...
<Plugin perl>
        BaseName "Collectd::Plugins"
        LoadPlugin "Top"
        <Plugin "top">
                TopProcessesCountByMemory "4"
                TopProcessesCountByCPU "5"
        </Plugin>
</Plugin>
...

DEPENDENCIES

This module requires no special dependency

COPYRIGHT AND LICENCE

Collectd-Plugins-Top by Michel Gokan is licensed under a Creative Commons Attribution 4.0 International License.

About

collectd-top: A plugin to measure and send top processes by CPU or Memory

http://gokan.me


Languages

Language:Perl 100.0%