From 913cba7b0d8ba8ff020d005c91d5d998d315794d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 3 Jul 2023 06:43:05 +0200 Subject: [PATCH 1/2] atop: Update version from 2.5.0 to 2.9.0 --- atop.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atop.be0 b/atop.be0 index ea867ff55..430823a6b 100755 --- a/atop.be0 +++ b/atop.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION atop-2.5.0-0 +# BEE_VERSION atop-2.9.0-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From dc850ff009330387f6f3a2b6466f2640a9aca16d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 3 Jul 2023 06:45:02 +0200 Subject: [PATCH 2/2] atop: Download source archive from beehive.molgen.mpg.de MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://www.atoptool.nl/downloadatop.php > ### Version 2.9.0 > > • Modifications for atop: > > a) Introduction of bar graph mode. > With the '-B' flag (or 'B' key) the utilization of the processors, disks, network interfaces and memory/swap is shown as (character-based) bar graphs in four separate windows. The 'B' key can be used to switch between bar graph mode and text mode to view the details. > Bar graph mode is available for live measurements and for viewing the samples in a raw logfile to get a first impression of each sample before diving into the details. > b) Additional counters per thread showing the number of voluntary and involuntary context switches (key 's'). > c) Improved handling of process accounting. > d) Various bugfixes and minor improvements. > > • Modifications for atopacctd: > > a) Various bugfixes (to avoid loss of synchronization and race conditions). > > • General: > > a) The format of the raw file is compatible with version 2.8. > > • Note: > > a) Script mkdate added to tarball since June 26, 2023. --- atop.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/atop.be0 b/atop.be0 index 430823a6b..42b2be540 100755 --- a/atop.be0 +++ b/atop.be0 @@ -9,7 +9,8 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://www.atoptool.nl/download/atop-${PKGVERSION}.tar.gz" +#SRCURL[0]="https://www.atoptool.nl/download/atop-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/0167028bb4c58d05f7431d6ae3baadf0/atop-2.9.0.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.