cpusage: add new package
authorThomas Huehn <thomas.huehn@hs-nordhausen.de>
Sat, 8 Oct 2022 13:11:17 +0000 (15:11 +0200)
committerNick Hainke <vincent@systemli.org>
Sat, 8 Oct 2022 13:34:04 +0000 (15:34 +0200)
commite3fe484aaeaa2e96c8b5b84176d518654b7577ac
tree104f5a599e87a343202a9e1f648212bdd36164a0
parent193ffa68c18e8624f61d992f9def449d2febe9f5
cpusage: add new package

This PR adds the new package "cpusage" to OpenWrt packages.
Cpusage is a small utility that prints cpu usage per second as output.

Signed-off-by: Thomas Huehn <thomas.huehn@hs-nordhausen.de>
utils/cpusage/Makefile [new file with mode: 0644]
utils/cpusage/src/cpusage.c [new file with mode: 0644]