summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-02-28 17:40:55 -0500
committerGitHub <noreply@github.com>2021-02-28 17:40:55 -0500
commit53d8bdae3280854c428b4bf7de4bf765bcd4f6e4 (patch)
treefa949fe0d5c8ae12305e1cc85b27b5d4895f3817 /README.md
parentc406d956994dc0e7d1ef734dcc402ad49ae642f6 (diff)
feature: User info in proc widget for Unix-based systems (#425)
Adds users into the process widget (for Unix-based systems). This shows only in non-grouped modes, similar to state. Search is also supported. In addition, a quick fix to prevent users from being in grouped mode when they tried to enter tree mode while grouped.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a899ef27..f0a929ff 100644
--- a/README.md
+++ b/README.md
@@ -387,6 +387,7 @@ Use `btm --help` for more information.
| `write`, `w/s` | `write >= 1 kb` | Matches the write/s column in terms of bytes; supports comparison operators |
| `tread`, `t.read` | `tread <= 1024 gb` | Matches he total read column in terms of bytes; supports comparison operators |
| `twrite`, `t.write` | `twrite > 1024 tb` | Matches the total write column in terms of bytes; supports comparison operators |
+| `user` | `user=root` | Matches by user; supports regex |
| `state` | `state=running` | Matches by state; supports regex |
#### Supported comparison operators
@@ -464,7 +465,7 @@ As yet _another_ process/system visualization and management application, bottom
- Display temperatures from sensors
-- Display information regarding processes, like CPU, memory, I/O usage, and process state
+- Display information regarding processes, like CPU, memory, I/O usage, user, and process state
- Process management (well, if process killing is all you need)