summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/dool
Commit message (Collapse)AuthorAgeFilesLines
* dool: upgrade 1.3.3 -> 1.3.4Wang Mingyu2025-02-101-1/+1
| | | | | | | | | | | | | | | Changelog: ============ - Fix plugin loading for Python 3.13 - Added rudimentary Debian packaging information - fix undefined variable 'mod' in plugin loading error reporting - Tweaked the header lines to be + after an entire page has scrolled by - Added documentation on how to package Dool - Lots of work in packaging up RPM and Deb files - Fix the top-io (all IO) and top-bio (Block IO) plugins and clarify the source of data for each Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dool: upgrade 1.3.2 -> 1.3.3Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | | | | | | | Changelog: =========== - Package plugins in PIP - Add some emojis to README - Allow the --io plugin to read from symlinks like /dev/disk-by-uuid - Removed old examples directory that was not relevant anymore - Fix the --noupdate option and make dool work better for non-tty connections - General code clean-up and best practices - Comments added to code to make parsing simpler for future Scott - Add team members to README - More internal dstat -> dool name changes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dool: upgrade 1.3.1 -> 1.3.2Wang Mingyu2024-05-191-1/+1
| | | | | | | | | | | | | | Changelog: ========== -Publish on PyPI -Add a new --dstat option to emulate old functionality -Remove code paths for Python 2.x as we're 100% Python 3.x now (and have been for a long time) -Add documentation about bits vs bytes to refer tickets to when we get questions -Fixes for long names on --top-io-adv plugin -The --freespace plugin can now optionally take a comma separate list of mount points now Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dool: upgrade 1.1.0 -> 1.3.1alperak2023-12-224-325/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Patches removed because fixed in the new version * License-Update: GPL-2.0 -> GPL-3.0 Changelog: * Fix help of vmstat (as it includes sys instead of swap) * Fix multiple SWAP's breaks output * Better support for NVME drives * Support for Python v3.12 * Shorter and more concise device names * add support for terminals with only 16 colors * Correctly report disk stats for NVME drives * Capture VM name for top-cpu * Properly capitalize unit letters for real this time * Add a \n to output when using a count * Fix the NTP plugin for Python 3.x * Massive internal naming change dstat -> dool * Fix bits/bytes in CSV file output * Add a --devel logging option to assist in future developementg * Update Github templates to simplify them and reflect the Dool name * Lots of comments in the code as I slowly learn more about how it works * --output now correctly writes to files cleanly Introduced --display to allow outputting to both screen and file * Fix building docs with make docs * Update the .spec file to allow building RPMs for Dool on modern systems * Fix potential crashes from "OverflowError: cannot convert float infinity to integer" * Updated Lustre plugin for modern versions * Cleaned up output of sub frames in table output * Add a plug-in for Linux bonding devices * Add signal handling to better close down things when dool quits * Added an option for --diskset to group drives together Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dool: Add patch to fix rebuildAlexander Stein2022-12-082-0/+262
| | | | | | | | | When cleaning the package during rebuild in base_do_configure() 'make clean' deletes docs/dool.1. This files comes from source repository but can't be recreated using 'make docs'. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dool: upgrade 1.0.0 -> 1.1.0Wang Mingyu2022-10-081-1/+1
| | | | | | | | | | | | | | | Changelog: ======== Use unicode box drawing characters to make things look more modern Add installation script Make the output cleaner by using better ANSI line clearing options Better compatibility on older versions of Python. Tested on Python 3.6 Memory calculation is now closer to free Include "available" memory instead of "buffers" Major README updates to help new users get started Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dool: Added a new OSS that forked from dstat project.leimaohui2022-01-112-0/+63
Please referece to https://github.com/dstat-real/dstat. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>