Skip to content

Add Atop 2.4.0 #1037

Merged
merged 4 commits into from
Feb 21, 2019
Merged

Add Atop 2.4.0 #1037

merged 4 commits into from
Feb 21, 2019

Commits on Feb 13, 2019

  1. atop: Add version 2.4.0

    [Description](https://www.atoptool.nl/index.php):
    
    > Atop is an ASCII full-screen performance monitor for Linux 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 (including
    > LVM) and network layers, and for every process (and thread) it shows
    > e.g. the CPU utilization, memory growth, disk utilization, priority,
    > username, state, and exit code.
    >
    > In combination with the optional kernel module netatop, it even shows
    > network activity per process/thread.
    pmenzel committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    adabe4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b568f3 View commit details
    Browse the repository at this point in the history
  3. atop: Use make systemdinstall

    Fix the error below:
    
        [BEE] => entering bee_install() ..
        [BEE] make -j120 install PREFIX=/usr EPREFIX=/usr BINDIR=/usr/bin SBINDIR=/usr/sbin LIBEXECDIR=/usr/libexec SYSCONFDIR=/etc SHAREDSTATEDIR=/var LOCALSTATEDIR=/var LIBDIR=/usr/lib INCLUDEDIR=
        /usr/include DATAROOTDIR=/usr/share DATADIR=/usr/share INFODIR=/usr/share/info LOCALEDIR=/usr/share/locale MANDIR=/usr/share/man DOCDIR=/usr/share/doc/atop DESTDIR=/dev/shm/bee-root/atop/ato
        p-2.4.0-0/image
        Choose either 'make systemdinstall' or 'make sysvinstall'
        [BEE] <= leaving bee_install() ..
    pmenzel committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    c9a13c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b59536 View commit details
    Browse the repository at this point in the history