[collectd] collectd Digest, Vol 92, Issue 7

kangqiang kangqiang999 at 163.com
Sat May 11 04:41:47 CEST 2013


in fact, i write python plugin to get kvm process memory, if there is any other methods,please let me know it.
tks, :)

At 2013-05-10 18:00:01,collectd-request at verplant.org wrote:

>Send collectd mailing list submissions to
>	collectd at verplant.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
>	http://mailman.verplant.org/listinfo/collectd
>or, via email, send a message with subject or body 'help' to
>	collectd-request at verplant.org
>
>You can reach the person managing the list at
>	collectd-owner at verplant.org
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of collectd digest..."
>
>
>Today's Topics:
>
>   1. Re: Linux Proces Monitoring With Collectd & Graphite
>      (Florian Forster)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Fri, 10 May 2013 10:39:23 +0200
>From: Florian Forster <octo at collectd.org>
>To: amit shah <amits.84 at gmail.com>
>Cc: collectd at verplant.org
>Subject: Re: [collectd] Linux Proces Monitoring With Collectd &
>	Graphite
>Message-ID: <20130510083923.GD20209 at verplant.org>
>Content-Type: text/plain; charset="utf-8"
>
>On Fri, May 10, 2013 at 02:02:08PM +0530, amit shah wrote:
>> 1. So to collect statistics for different processes I would have to
>> include multiple <Plugin processes> in the conf file?
>
>No, you can repeat the "Process" and "ProcessMatch" options in the
>block, e.g.:
>
>  <Plugin "processes">
>    Process "foo"
>    Process "bar"
>    ProcessMatch "qux.* --interesting=true"
>  </Plugin>
>
>> 2. The processes plugin captures cpu usage along with other
>> statistics. How do I gather memory statistics for specific processes?
>
>For "selected" processes (i.e. those matching Process{,Match}) it
>collects the Resident Segment Size, which is approximately the physical
>memory used by the process. Virtual memory size is currently not
>submitted, I think.
>
>Best regards,
>?octo
>-- 
>collectd ? The system statistics collection daemon
>Website: http://collectd.org
>Google+: http://collectd.org/+
>GitHub:  https://github.com/collectd
>Twitter: http://twitter.com/collectd
>-------------- next part --------------
>A non-text attachment was scrubbed...
>Name: signature.asc
>Type: application/pgp-signature
>Size: 836 bytes
>Desc: Digital signature
>URL: <http://mailman.verplant.org/pipermail/collectd/attachments/20130510/35176e9d/attachment-0001.pgp>
>
>------------------------------
>
>_______________________________________________
>collectd mailing list
>collectd at verplant.org
>http://mailman.verplant.org/listinfo/collectd
>
>
>End of collectd Digest, Vol 92, Issue 7
>***************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.verplant.org/pipermail/collectd/attachments/20130511/4d634219/attachment.html>


More information about the collectd mailing list