diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2025-01-19 16:32:53 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2025-01-19 16:32:53 -0800 |
commit | b239d457da51689cfb2de54077cc37f48e330db9 (patch) | |
tree | b8f4b4c4f66b01a48639586227f2685a633a91e7 | |
parent | e0fa20239b0220906ed72f5cdd96c9940d4cd5c9 (diff) |
TODO-vmon: remove --reaper now that it's implemented
-rw-r--r-- | TODO-vmon.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/TODO-vmon.txt b/TODO-vmon.txt index b3fc1bb..3e52c50 100644 --- a/TODO-vmon.txt +++ b/TODO-vmon.txt @@ -88,17 +88,6 @@ should the work get merged, you will be paid. Proposed bounty upon successful merge upstream: $1000 -- A CLI flag for turning vmon into a subreaper would be handy. It's fairly - trivial but does mean vmon would have to become more robust in its child - reaping to not accumulate zombies. This is regarding the - PR_SET_CHILD_SUBREAPER prctl... when you run a command under vmon in an - strace-like fashion, being a subreaper would capture orphaned descendents - like daemons so they don't leave vmon's scope upon becoming orphans inherited - by some ancestor subreaper, likely pid1. - - Proposed bounty upon successful merge upstream: $100 - - - charts.c should do the non-zero level detection in the integer domain, to ensure no floating point precision/rounding errors can result in 0-height bars in the graph for non-zero but well below 1 pixel when scaled levels. |