ASCII Monitor for system resources and process activity Maintained by:samm@os2.kiev.ua Port Added: 02 Jul 2011 08:02:13 License: GPLv2
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.
WWW: http://openfacts2.berlios.de/wikien/index.php/BerliosProject:Atop-freebsd
- Update to 1.26.b8
- while here shorten MASTER_SITES, use PORTDOCS listing, and add symlink for
packaging
PR: ports/165343
Submitted by: maintainer, samm@os2.kiev.ua
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Change to REQUIRE: LOGIN, and remove a default empty variable assignment [1]
While I'm here, perform a few other should-be-noop cleanups
Approved by: maintainer [1]
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.
WWW: http://openfacts2.berlios.de/wikien/index.php/BerliosProject:Atop-freebsd
PR: ports/158536
Submitted by: Alex Samorukov <samm at os2.kiev.ua>