Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Ongoing:
* `pgrep`: Searches for processes based on name and other attributes.
* `pidof`: Find the process ID of a running program.
* `pidwait`: Waits for a specific process to terminate.
* `pkill`: Kills processes based on name and other attributes.
* `pmap`: Displays the memory map of a process.
* `ps`: Displays information about active processes.
* `pwdx`: Shows the current working directory of a process.
Expand All @@ -27,7 +28,6 @@ Ongoing:

TODO:
* `hugetop`: Report hugepage usage of processes and the system as a whole.
* `pkill`: Kills processes based on name and other attributes.
* `skill`: Sends a signal to processes based on criteria like user, terminal, etc.
* `sysctl`: Read or write kernel parameters at run-time.
* `tload`: Prints a graphical representation of system load average to the terminal.
Expand Down
Loading