Releases: qtop/qtop
Releases · qtop/qtop
v0.9.20241027
What's Changed
- changed README.rst to README.md
- qtop.py: normalise imports
New Contributors
- @raiiden15 made their first contribution in #329
Full Changelog: v0.9.20241013...v0.9.20241027
Beter laat dan nooit
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
- subprocess security concerns fixed by @PhillipNordwall in #309
- add Ehqw in list of SGE states fixed by @fgeorgatos in #307
- docs: Update/rename CONTRIBUTING.rst & CHANGELOG.rst by @fgeorgatos in #317 , #319
- docs: Update ROADMAP.rst: 1000+ node runs are fine since long; release 0.9.20241013 by @fgeorgatos in #325
- Major refactoring: Python 3 support, Bugfixes in PBS Plugin, etc. by @sebinbash in #318
New Contributors
- @PhillipNordwall made their first contribution in #309
- @sebinbash made their first contribution in #318
Full Changelog: v0.9.20161222...v0.9.20241013
Emerging from the pit
Where no cluster has gone before
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
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
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
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!
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
We have a shiny new animated gif for demo purposes! ..and a demo simulator to go with it!!
0.8.7 with flying colors!
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