Skip to content

Commit ef22c48

Browse files
Merge branch 'main' into uids
2 parents 2e5bbed + 6ee4f13 commit ef22c48

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Ongoing:
2222
* `pwdx`: Shows the current working directory of a process.
2323
* `slabtop`: Displays detailed kernel slab cache information in real time.
2424
* `snice`: Changes the scheduling priority of a running process.
25+
* `sysctl`: Read or write kernel parameters at run-time.
2526
* `top`: Displays real-time information about system processes.
2627
* `w`: Shows who is logged on and what they are doing.
2728
* `watch`: Executes a program periodically, showing output fullscreen.
2829

2930
TODO:
3031
* `hugetop`: Report hugepage usage of processes and the system as a whole.
3132
* `skill`: Sends a signal to processes based on criteria like user, terminal, etc.
32-
* `sysctl`: Read or write kernel parameters at run-time.
3333
* `tload`: Prints a graphical representation of system load average to the terminal.
3434
* `vmstat`: Reports information about processes, memory, paging, block IO, traps, and CPU activity.
3535

0 commit comments

Comments
 (0)