add hugetop command

This commit is contained in:
yushuoqi
2026-03-12 19:43:00 +08:00
parent 5c47122627
commit ee98c0a78f
9 changed files with 700 additions and 5 deletions
+1 -2
View File
@@ -50,9 +50,8 @@ jobs:
- name: build and test all programs separately
shell: bash
run: |
## TODO: add hugetop
set -e
programs="free pgrep pidof pidwait pkill pmap ps pwdx skill slabtop snice sysctl tload top vmstat w watch"
programs="free hugetop pgrep pidof pidwait pkill pmap ps pwdx skill slabtop snice sysctl tload top vmstat w watch"
for program in $programs; do
echo "Building and testing $program"
cargo test -p "uu_$program"