blob: 8eb7157405db9f139ce3add8f82b86338615575d [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
12SRC_URI = "git://github.com/dagwieers/dstat.git"
13
Brad Bishop26bdd442019-08-16 17:08:17 -040014SRCREV = "6f5db0aed26bf8cf2700d4ffe90a9bd3436ac728"
Patrick Williamsddad1a12017-02-23 20:36:32 -060015
16S = "${WORKDIR}/git"
17
18do_install() {
19 oe_runmake 'DESTDIR=${D}' install
20}
21
22RDEPENDS_${PN} += "python-core python-misc python-resource python-shell python-unixadmin"