atop: new package
authorRicardo Martincoski <ricardo.martincoski@datacom.ind.br>
Fri, 7 Oct 2016 20:30:28 +0000 (17:30 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 7 Oct 2016 20:58:00 +0000 (22:58 +0200)
commit2a809e7fb1a41c858f7a630a536c9bd341c866fa
tree6040e6bb05a5b374a8bc1f148104f733282081ba
parent702bf6597dd6445c3c00b7142f67195ac8d9b5e2
atop: new package

Atop is an ASCII full-screen performance monitor for Linux.

- install only the basic functionality (command line tool atop).

- add patch to fix musl build by removing unused include of termio.h.
  Patch was accepted upstream.

Support for extra functionality can be added by follow-up patches:
- init scripts (sysv and systemd) to autostart logging the system
  activity.
- process accounting (needs counterpart enabled in the kernel).

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/atop/0001-remove-unused-include-of-termio.h.patch [new file with mode: 0644]
package/atop/Config.in [new file with mode: 0644]
package/atop/atop.hash [new file with mode: 0644]
package/atop/atop.mk [new file with mode: 0644]