blob: a1076ccf94dd0a459fe38b859ba33fd0bcd48bba [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "versatile resource statics tool"
2DESCRIPTION = "Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat. \
3Dstat overcomes some of their limitations and adds some extra features, more counters \
4and flexibility. Dstat is handy for monitoring systems during performance tuning tests, \
5benchmarks or troubleshooting."
6HOMEPAGE = "http://dag.wiee.rs/home-made/dstat"
7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
9
Brad Bishop6e60e8b2018-02-01 10:27:11 -050010DEPENDS += "asciidoc-native xmlto-native"
Patrick Williamsddad1a12017-02-23 20:36:32 -060011
Andrew Geissler2ee498a2020-05-29 15:52:06 -050012SRC_URI = "git://github.com/dagwieers/dstat.git \
13 file://0001-change-dstat-to-python3.patch \
14 "
Patrick Williamsddad1a12017-02-23 20:36:32 -060015
Brad Bishop26bdd442019-08-16 17:08:17 -040016SRCREV = "6f5db0aed26bf8cf2700d4ffe90a9bd3436ac728"
Patrick Williamsddad1a12017-02-23 20:36:32 -060017
18S = "${WORKDIR}/git"
19
20do_install() {
21 oe_runmake 'DESTDIR=${D}' install
22}
23
Andrew Geissler5199d832021-09-24 16:47:35 -050024RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin"