Skip to content

Releases: qtop/qtop

v0.9.20241027

27 Oct 23:36
09cbef1
Compare
Choose a tag to compare

What's Changed

  • changed README.rst to README.md
  • qtop.py: normalise imports

New Contributors

Full Changelog: v0.9.20241013...v0.9.20241027

Beter laat dan nooit

13 Oct 15:16
18f7982
Compare
Choose a tag to compare

0.9.20241013 release effectively is python3 release with baked support for PBS json and a few other goodies. Runs on 1000s of nodes.

What's Changed

New Contributors

Full Changelog: v0.9.20161222...v0.9.20241013

Emerging from the pit

21 Dec 14:08
Compare
Choose a tag to compare

0.9.20161222

  • Bugfix: hotfix for tar_out bug, seen in v0.9.20161221 and fixed in #283, #284

Where no cluster has gone before

20 Dec 17:01
Compare
Choose a tag to compare

0.9.20161221

  • Feature: Need for speed: compression of ansi codes #279
  • Feature: report version #276
  • Feature: some more fixes on help page, visible with ? #273
  • Bugfix: fix for --anonymize temporarily unavailable until completely implemented (use --experimental) #170
  • Bugfix: fix for stacktrace while collecting anonymized sample (which by then worked fine otherwise) #280, #281
  • Bugfix: fix for when in filtered view, summary now reflects filtered jobs/cores #276
  • Bugfix: fix for svc.* no longer with Cyan color #278
  • Bugfix: fix-anonymize-SGE-and-optimisations #276
  • Bugfix: fix broken coloring #276

4x4, can now play score4

16 Dec 19:10
Compare
Choose a tag to compare

0.9.20161216

  • Feature: key H: highlight users and queues by string or regex #272
  • Feature: add -rr option: filter out unused core lines #270, #271
  • Feature: harmonize output filenames for window/full view and json exports #269
  • Bugfix: -r Option to remove empty core lines now works as advertised #267
  • Bugfix: fix for more arcane pbs node names in pbsnodes #266
  • Bugfix: fix for PBS plugin fails when jobs use non-consecutive CPUs #265
  • Bugfix: fix for adding -G flag under demo resulted in a crash, when getent was missing #262

Use it or lose it

07 Dec 22:48
Compare
Choose a tag to compare

0.9.20161207

  • Feature: online help available with ? ; #257
  • Feature: unhardwire __version__, make it visible across code; #259
  • Feature: Drop WORKDIR at banner, it was no longer serving a purpose; #243
  • Bugfix: around missing core_job_map, when not remapping; #253
  • Bugfix: unhardwire /tmp, make the choice of intermediate directory liberal; #254, #255
  • Bugfix: under linux watch mode, fix watch issues of various types; #206, #248, #256
  • Bugfix: around jobid consistency of input files in OAR - handle gracefully & report in debug log; #258

It is perhaps the End of the Beginning

30 Nov 18:51
Compare
Choose a tag to compare

0.9.20161130

New features and bugfixes, there's something for everybody!

  • Summary in the 1st section now shows Total:, Up:, Free: nodes
  • Added a nodes column per user in the 3rd section where user info is presented
  • Added -R feature to replay last (24h) frames; recording is automatic!
  • Added setup.py, pip install --user qtop should work
  • Added --version, in case anyone wondered about it
  • Bail out if python version is <2.5
  • Supplied qtop launcher script, for better system integration
  • Create timestamped intermediate files, to improve ability to look back
  • Bugfix to avoid /tmp getting crowded with temporary files
  • Bugfix for grepping and pipelining qtop's output (1st attempt to treat #206)
  • Bugfixes on PBS (jobid arrays, node states etc)
  • Bugfixes on SGE (job states added, all jobs now visible, userid is correct)
  • Bugfixes on OAR (nodes per user are also visible)
  • Converted documentation files to .rst format

Watch it (live), mister!

03 Apr 11:48
Compare
Choose a tag to compare
Pre-release
New exciting stuff in this release
  • watch mode (-w) with dynamic key-driven behaviour
    • (s) node sorting with custom presets/user-inserted RegEx sorts
    • (f) node filtering
    • (t) matrix transposition
    • (F) toggle full nodename display/numbering
    • (m) toggle coloring code (user-id based/queue name-based)
  • queue info can now be colored, three different queues with the same initials can be colored distinctly
  • a good first amount of documentation

...and small bugfixes as always

0.8.8 T.G.I.F - aka The G.I.F. release

26 Feb 01:04
Compare
Choose a tag to compare
Pre-release

We have a shiny new animated gif for demo purposes! ..and a demo simulator to go with it!!

0.8.7 with flying colors!

21 Feb 13:00
Compare
Choose a tag to compare
Pre-release

Copying from CHANGELOG.md:

  • added support for queuename display for OAR and PBS (SGE already there!)
  • overspill feature (aka oversubscribe/overcommitment) for SGE systems
  • strict checking cmdline var (will compare reported nr. of jobs against displayed/found jobs)
  • id column is now more readable (put in brackets)
  • fixed long-standing bug that would report incorrectly the queues of jobs in a node, in some cases
  • restored deprecated document file deletion
  • huge refactoring of the codebase