python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / atop / Config.in
blobd42a201bd92915c3cf3f51230ed752ea4733494d
1 config BR2_PACKAGE_ATOP
2         bool "atop"
3         depends on BR2_USE_MMU # fork()
4         select BR2_PACKAGE_NCURSES
5         select BR2_PACKAGE_ZLIB
6         help
7           Atop is an ASCII full-screen performance monitor for Linux
8           that is capable of reporting the activity of all processes
9           (even if processes have finished during the interval), daily
10           logging of system and process activity for long-term analysis,
11           highlighting overloaded system resources by using colors, etc.
12           At regular intervals, it shows system-level activity related
13           to the CPU, memory, swap, disks (including LVM) and network
14           layers, and for every process (and thread) it shows e.g. the
15           CPU utilization, memory growth, disk utilization, priority,
16           username, state, and exit code.
18           http://www.atoptool.nl