Revisions of collectl

buildservice-autocommit accepted request 309349 from Stefan Seyfried's avatar Stefan Seyfried (seife) (revision 25)
baserev update by copy to link target
Stefan Seyfried's avatar Stefan Seyfried (seife) accepted request 309104 from Thomas Abraham's avatar Thomas Abraham (tabraham1) (revision 24)
update to 4.0.2
buildservice-autocommit accepted request 298767 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 23)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 298195 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 22)
- Update to 4.0.0
  * for a complete list of changes see RELEASE-collectl
- Cleanup spec-file with spec-cleaner
- Use url for source
- Fix broken rcservice symlink
- Add ommited systemd service pre macro
buildservice-autocommit accepted request 252023 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 21)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 251993 from Thomas Abraham's avatar Thomas Abraham (tabraham1) (revision 20)
update to collectl-3.7.4
buildservice-autocommit accepted request 210937 from Thomas Abraham's avatar Thomas Abraham (tabraham1) (revision 19)
baserev update by copy to link target
Thomas Abraham's avatar Thomas Abraham (tabraham1) accepted request 210746 from Denisart Benjamin's avatar Denisart Benjamin (posophe) (revision 18)
 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
buildservice-autocommit accepted request 207831 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 17)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 207068 from Denisart Benjamin's avatar Denisart Benjamin (posophe) (revision 16)
- Drop sysvinit support; none of target distributions use sysvinit
  anymore
- Add systemd support
- Install collectl in /usr/bin to get it launchable with systemd and 
  link it in /usr/sbin
- Add a sysconfig file
buildservice-autocommit accepted request 177879 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 15)
baserev update by copy to link target
Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) accepted request 177844 from Thomas Abraham's avatar Thomas Abraham (tabraham1) (revision 14)
update to collectl-3.6.7
buildservice-autocommit accepted request 172439 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 13)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 12)
- bug-793027.patch: fix for collectl init script (bnc #793027)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 157317 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 11)
update license to new format
Thomas Abraham's avatar Thomas Abraham (tabraham1) accepted request 144420 from Thomas Abraham's avatar Thomas Abraham (tabraham1) (revision 10)
fix for init script issue bnc#793027
buildservice-autocommit accepted request 83658 from Andreas Jaeger's avatar Andreas Jaeger (a_jaeger) (revision 9)
baserev update by copy to link target
Andreas Jaeger's avatar Andreas Jaeger (a_jaeger) accepted request 83114 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 8)
- Remove redundant tags/sections from specfile
buildservice-autocommit accepted request 52246 from Hendrik Vogelsang's avatar Hendrik Vogelsang (hennevogel) (revision 7)
baserev update by copy to link target
Hendrik Vogelsang's avatar Hendrik Vogelsang (hennevogel) committed (revision 6)
- Update to version 3.4.3
  * when errors detected during initialization not skipping subsequent checks
  * added --dskfilt
  * added check for client-side OST uuid status 'DEACTIVATED'
  * support for CPUs dynamically changing stats and going off/on-line
  * new feature: select process by UID range
  * do not issue 'stty' if !PC, running on terminal and !background.
  * added --netfilt
  * changed disk details to use 'cvt()' for reporting number of I/Os since DM
    numbers
  * 2 new process sort fields: pid and cpu
  * only look at $cpuDisabledFlag when processing CPU data
Displaying revisions 21 - 40 of 45
openSUSE Build Service is sponsored by