From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Robert Schwebel Date: Thu, 5 Feb 2015 14:18:18 +0100 Message-Id: <1423142299-31018-4-git-send-email-r.schwebel@pengutronix.de> In-Reply-To: <1423142299-31018-1-git-send-email-r.schwebel@pengutronix.de> References: <1423142299-31018-1-git-send-email-r.schwebel@pengutronix.de> Subject: [ptxdist] [PATCHv4 4/5] collectd: add support for cpu plugin Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Robert Schwebel Signed-off-by: Robert Schwebel --- Changes since v3: * none Changes since v2: * none Changes since v1: * use modern enable/disable method, similar to gstreamer generic/etc/collectd.d/cpu.conf | 1 + rules/collectd.in | 9 +++++++++ rules/collectd.make | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 generic/etc/collectd.d/cpu.conf diff --git a/generic/etc/collectd.d/cpu.conf b/generic/etc/collectd.d/cpu.conf new file mode 100644 index 0000000..30fcc38 --- /dev/null +++ b/generic/etc/collectd.d/cpu.conf @@ -0,0 +1 @@ +LoadPlugin cpu diff --git a/rules/collectd.in b/rules/collectd.in index a93fc56..1039c21 100644 --- a/rules/collectd.in +++ b/rules/collectd.in @@ -28,4 +28,13 @@ config COLLECTD_RRDTOOL With the RRDtool plugin, collectd writes values into a round-robin database, using librrd. +comment "Read Plugins" + +config COLLECTD_CPU + bool + prompt "cpu" + help + The CPU plugin collects data about what your CPU is actually doing, + and if it is being idle or in the various states. + endif diff --git a/rules/collectd.make b/rules/collectd.make index 8018ecf..a233047 100644 --- a/rules/collectd.make +++ b/rules/collectd.make @@ -31,6 +31,7 @@ COLLECTD_LICENSE := GPL2 COLLECTD_ENABLE-$(PTXCONF_COLLECTD_SYSLOG) += syslog COLLECTD_ENABLE-$(PTXCONF_COLLECTD_RRDTOOL) += rrdtool +COLLECTD_ENABLE-$(PTXCONF_COLLECTD_CPU) += cpu # # autoconf @@ -60,7 +61,6 @@ COLLECTD_CONF_OPT := $(CROSS_AUTOCONF_USR) \ --disable-conntrack \ --disable-contextswitch \ --disable-cpufreq \ - --disable-cpu \ --disable-csv \ --disable-curl \ --disable-curl_json \ -- 2.1.4 -- ptxdist mailing list ptxdist@pengutronix.de