blob: 18af738fa84ea65a2075e4b1796c7bddaa2e5425 [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
14SRCREV = "ebace6d4177f8748f35cec87f7a49946046b0a20"
15
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"