add README for /top

This commit is contained in:
dr-frmr 2024-01-11 17:53:51 -03:00
parent 0be8444f6b
commit 0c1b59f03a
No known key found for this signature in database

View File

@ -68,6 +68,9 @@ On boot you will be prompted to navigate to `localhost:8080`. Make sure your ETH
- `/a` (to exit app mode)
- `/hi <name> <string>`: send a text message to another node's command line.
- Example: `/hi ben.nec hello world`
- `/top <process_id>`: display kernel debugging info about a process. Leave the process ID blank to display info about all processes and get the total number of running processes.
- Example: `/top net:sys:nectar`
- Example: `/top`
## Example usage