From 0c1b59f03a0f18b93bf57cb83f0455ac5f9b1246 Mon Sep 17 00:00:00 2001 From: dr-frmr Date: Thu, 11 Jan 2024 17:53:51 -0300 Subject: [PATCH] add README for `/top` --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 329a16f2..f78525a7 100644 --- a/README.md +++ b/README.md @@ -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 `: send a text message to another node's command line. - Example: `/hi ben.nec hello world` +- `/top `: 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