[Lunar-commits] r23843 - moonbase/trunk/utils/atop

Florin Braescu florin at lunar-linux.org
Wed Mar 28 22:30:09 CEST 2007


Author: florin
Date: 2007-03-28 22:30:09 +0200 (Wed, 28 Mar 2007)
New Revision: 23843

Modified:
   moonbase/trunk/utils/atop/BUILD
   moonbase/trunk/utils/atop/DETAILS
Log:
bump the version from 1.19 to 1.20. Unformatted output can be produced to do further processing via scripts. Steal-percentage and disk-counters are supported for virtual machines. The scripts for daily logging have been improved. More than 65535 processes can be logged per interval now. Standard disk I/O statistics per process will be shown (in Linux kernel 2.6.20 and higher). 

Modified: moonbase/trunk/utils/atop/BUILD
===================================================================
--- moonbase/trunk/utils/atop/BUILD	2007-03-28 15:40:05 UTC (rev 23842)
+++ moonbase/trunk/utils/atop/BUILD	2007-03-28 20:30:09 UTC (rev 23843)
@@ -1,7 +1,7 @@
 (
 
-  make &&
-  prepare_install &&
+  make  &&
+  prepare_install  &&
   install -m0755 atop /usr/bin/
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/utils/atop/DETAILS
===================================================================
--- moonbase/trunk/utils/atop/DETAILS	2007-03-28 15:40:05 UTC (rev 23842)
+++ moonbase/trunk/utils/atop/DETAILS	2007-03-28 20:30:09 UTC (rev 23843)
@@ -1,11 +1,11 @@
           MODULE=atop
-         VERSION=1.19
+         VERSION=1.20
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://www.atconsultancy.nl/atop/packages/
-      SOURCE_VFY=sha1:06cedadc6f9c53b5988f90caffdaed201bad7e0b
+      SOURCE_URL=http://www.atconsultancy.nl/$MODULE/packages/
+      SOURCE_VFY=sha1:f5a37ecdb5d46dcfddaf8810ae94c4b41e24b9ca
         WEB_SITE=http://www.atconsultancy.nl/$MODULE/
          ENTERED=20061114
-         UPDATED=20070118
+         UPDATED=20070329
            SHORT="alternative top - performance watch program"
 
 cat << EOF



More information about the Lunar-commits mailing list