Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 1 | SUMMARY = "versatile resource statics tool" |
| 2 | DESCRIPTION = "Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat. \ |
| 3 | Dstat overcomes some of their limitations and adds some extra features, more counters \ |
| 4 | and flexibility. Dstat is handy for monitoring systems during performance tuning tests, \ |
| 5 | benchmarks or troubleshooting." |
| 6 | HOMEPAGE = "http://dag.wiee.rs/home-made/dstat" |
| 7 | LICENSE = "GPLv2" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 9 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 10 | DEPENDS += "asciidoc-native xmlto-native" |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 11 | |
| 12 | SRC_URI = "git://github.com/dagwieers/dstat.git" |
| 13 | |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 14 | SRCREV = "6f5db0aed26bf8cf2700d4ffe90a9bd3436ac728" |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 15 | |
| 16 | S = "${WORKDIR}/git" |
| 17 | |
| 18 | do_install() { |
| 19 | oe_runmake 'DESTDIR=${D}' install |
| 20 | } |
| 21 | |
| 22 | RDEPENDS_${PN} += "python-core python-misc python-resource python-shell python-unixadmin" |