All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nikhil Devshatwar <nikhil.nd@ti.com>
To: <denys@ti.com>, <dmurphy@ti.com>, <aparnab@ti.com>
Cc: meta-arago@arago-project.org
Subject: [dunfell PATCH 2/2] statcol: New recipe for statistics collector application
Date: Mon, 26 Oct 2020 21:21:25 +0530	[thread overview]
Message-ID: <20201026155125.31513-2-nikhil.nd@ti.com> (raw)
In-Reply-To: <20201026155125.31513-1-nikhil.nd@ti.com>

statcol is a statistics collector application which can be used
to get various statistics data like CPU load, DDR bandwidth,
network speed, etc from various sources.

It allows to simply dump the data over command line or it can
also be used to send to a websocket for visualization on a
host machine.

Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
---
 .../recipes-devtools/statcol/statcol.bb       | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta-arago-extras/recipes-devtools/statcol/statcol.bb

diff --git a/meta-arago-extras/recipes-devtools/statcol/statcol.bb b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
new file mode 100644
index 00000000..8a7c2efb
--- /dev/null
+++ b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Statistics collector application"
+
+LICENSE = "TI-TSPA"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=bb6bc27cd44417c389a180bd62f552a0"
+
+PROTOCOL = "git"
+BRANCH = "master"
+SRCREV = "6420b4e6d98dc2c6825557d7d6f56ffd52fd230c"
+SRC_URI = "git://git.ti.com/glsdk/statcol.git;protocol=${PROTOCOL};branch=${BRANCH}"
+
+DEPENDS = "ti-rpmsg-char websocketd"
+RDEPENDS_${PN} = "bash"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OEMAKE += "SYSROOT=${STAGING_DIR_TARGET} "
+
+do_install() {
+	DESTDIR=${D} make install
+}
-- 
2.17.1



  reply	other threads:[~2020-10-26 15:55 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-26 15:51 [dunfell PATCH 1/2] websocketd: Add new recipe Nikhil Devshatwar
2020-10-26 15:51 ` Nikhil Devshatwar [this message]
2020-10-26 16:09 ` Dan Murphy
2020-10-27 10:11   ` Nikhil Devshatwar
2020-10-27 18:42     ` Dan Murphy
2020-10-27 18:52       ` Denys Dmytriyenko
2020-10-27 18:57         ` Dan Murphy
2020-10-27 19:06           ` Denys Dmytriyenko
2020-10-27 19:11             ` Dan Murphy
2020-10-27 19:26               ` Nikhil Devshatwar
2020-10-27 21:05                 ` Nikhil Devshatwar
2020-10-28  7:27                   ` Nikhil Devshatwar
2020-10-28 17:07                     ` Nikhil Devshatwar
2020-10-28 21:43                       ` Denys Dmytriyenko
2020-10-28 23:28                         ` Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201026155125.31513-2-nikhil.nd@ti.com \
    --to=nikhil.nd@ti.com \
    --cc=aparnab@ti.com \
    --cc=denys@ti.com \
    --cc=dmurphy@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.