summaryrefslogtreecommitdiffstats
path: root/rules/atop.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-08-07 20:44:58 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-08-07 20:44:58 +0000
commita0ae746d459bc708fc055c1b21146faa15fcb277 (patch)
tree2a361655375fc4dd2446023e68454360fa50a151 /rules/atop.in
parent8838b8d6d5cf5bb17f5e5e87dff67e4e797cc621 (diff)
downloadptxdist-a0ae746d459bc708fc055c1b21146faa15fcb277.tar.gz
ptxdist-a0ae746d459bc708fc055c1b21146faa15fcb277.tar.xz
* rules/atop.make, rules/atop.in, patches/atop-1.23, rules/Kconfig:
added atop git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8727 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/atop.in')
-rw-r--r--rules/atop.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/rules/atop.in b/rules/atop.in
new file mode 100644
index 000000000..d2b687910
--- /dev/null
+++ b/rules/atop.in
@@ -0,0 +1,18 @@
+config ATOP
+ tristate "atop"
+ select ZLIB
+ select NCURSES
+ select LIBC_M
+ help
+ Atop is an ASCII full-screen performance monitor that is capable of
+ reporting the activity of all processes (even if processes have
+ finished during the interval), daily logging of system and process
+ activity for long-term analysis, highlighting overloaded system
+ resources by using colors, etc. At regular intervals, it shows
+ system-level activity related to the CPU, memory, swap, disks,
+ and network layers, and for every active process it shows the
+ CPU utilization, the memory growth, priority, username, state,
+ and exit code.
+
+ http://www.atcomputing.nl/Tools/atop
+