feat(curses): add compact startup and scale controls#580
Merged
Conversation
This was referenced May 7, 2026
f5ae3bb to
b1d8954
Compare
f5f0eb2 to
2954c0b
Compare
2954c0b to
22373d5
Compare
This was referenced May 9, 2026
841a51f to
59c43cd
Compare
59c43cd to
038ef43
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #227.
Fixes #549.
Supersedes #584.
Supersedes #602.
Credit note: #227 by Giovanni Giacobbi provided the original fixed-scale stripchart experiment. This PR turns that direction into an explicit configurable
--scaleoption, so it is not a direct cherry-pick.Stack note: this branch is now kept on top of the newer related stack because maintainers have been merging newest-to-oldest.
--report-on-exitwas split out to #643, so this PR now carries only compact startup and stripchart scale controls.Summary
--compactto start the curses UI in compact layout--scaleto select fixed stripchart latency thresholdsValidation
./bootstrap.sh && ./configure --without-gtk --without-jansson && make -j$(nproc)on the composite stackgit diff --checkon the composite stackmake check TESTS='format-count-test test/cmdparse.py test/probe.py test/param.py test/dist-version.sh'on the composite stack:format-count-test,test/cmdparse.py, andtest/dist-version.shpassed;test/probe.py/test/param.pyneed root/network support and failed in the unprivileged run with socket/route errorssudo python3 ./test/cmdparse.pyon the composite stack: passed