blob: 1673b910ac8882a084e6e121b983903aa54a594c [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
10DEPENDS += "asciidoc-native"
11
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"