Hello community, here is the log from the commit of package collectl for openSUSE:Factory checked in at 2013-12-16 15:46:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/collectl (Old) and /work/SRC/openSUSE:Factory/.collectl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "collectl" Changes: -------- --- /work/SRC/openSUSE:Factory/collectl/collectl.changes 2013-11-22 06:53:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.collectl.new/collectl.changes 2013-12-16 15:46:25.000000000 +0100 @@ -1,0 +2,58 @@ +Thu Dec 12 23:17:15 UTC 2013 - [email protected] + +- Update to version 3.6.9 + + Typo in network plot header loop resulted in infinite loop + + remove $int/secs from numa hit rate calc AND add more precision + to its output +- Changes from 3.6.8 + + new flag $exportComm must be set in gexpr/ganglia so that they won't + generate an error if run without -f or -A + + new switch: --intfilt allows filtering of interrupts + + always log messages of type F/E to syslog in daemon mode even if + -m is not set + + wasn't dealing correctly with missing whitespace after network name in + /proc/dev/net in initRecord() + + updated init.d script for suse per the maintainer's instructions + + extra spaces were being printed in plot mode for tpc stats + + added entry to envrules.std to deal with intel Phi Co-Processor + + debian init.d script now does 'exit 1' if status reports 'not running' + + rawnetignore switch wasn't working correctly + + found/fixed some subtle problems with --procanalyze as well as some cleanup + - need to ignore first sample after initializing summary arrays + - need to init summary hashes for thrutime and accumT because get uninit var + in print routine is only a single process entry + - found a typo in procAnalyze() to a $usecs which wasn't being used! + - added error check to make sure --procanalyze with -P requires -s + + added a little more debugging output for -d128 + + discovered dynamic disk/network detail names for interactive mode were not + being reported correctly. sounds a lot worse than it is because this is + typically not done very often nor are disks/networks very dynamic except in + large, virtualized environments such as clouds + + add to list of devices to exlude from network summary data: tap, dp and nl, + which are associated with openstack cinder. remember you can always add + more to that list with --netfilt + + $lastHour was never referenced and dayInit() called every time a log was + created so fix logic to update $lastHour correctly AND call initDay() one + time and do it before newLog() called. + + closed a couple of file handles that were left open and reportedly + causing some defunct processes with -sx. + + fixed bug in lustre stats recording + + clarified --showsubopts text about disk and network filters in that they + apply to both summary and detail data output + + fixed problem with --import and --stats + + --statsopt a didn't work because when changed some internal logic missed + changing a test of $timestampFlag to $timestampCounter[$rawPFlag] and so + now $timestampCount can be removed entirely + + clear $firstpass after 1st pass during playback + + make sure filename initialized before calling loadConfig so if there is + an error logsys() doesn't get an undefined var warning + + to be safe, remove any quotes on net/dsk filters in case included by + mistake in DaemonCommands string + + tightened up tests to see if daemonized collectl already running + + if no hiRes::Time, fudge the value of $microInterval based on -i + + new --procOpt k, removes known shells from process listing with -sZ, + currently set to /bin.sh, /usr/bin/perl, /usr/bin/python and python + + fixed varname in lexpr: $debug should have been $lexDebug +- Remove init-cleanup.patch; merged on upstream release + +------------------------------------------------------------------- Old: ---- collectl-3.6.7.src.tar.bz2 init-cleanup.patch New: ---- collectl-3.6.9.src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ collectl.spec ++++++ --- /var/tmp/diff_new_pack.1ToXA2/_old 2013-12-16 15:46:25.000000000 +0100 +++ /var/tmp/diff_new_pack.1ToXA2/_new 2013-12-16 15:46:25.000000000 +0100 @@ -21,13 +21,11 @@ License: Artistic-1.0 and GPL-2.0+ Group: System/Monitoring Url: http://collectl.sourceforge.net -Version: 3.6.7 +Version: 3.6.9 Release: 0 -Source0: %name-%version.src.tar.bz2 +Source0: %name-%version.src.tar.gz Source1: collectl.service Source2: collectl.sysconfig -#PATCH-FIX-UPSTREAM init-cleanup.patch -Patch1: init-cleanup.patch BuildRequires: pkgconfig(systemd) %{?systemd_requires} BuildArch: noarch @@ -39,7 +37,6 @@ %prep %setup -q -%patch1 %build -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
