We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e45f35 commit 3cf5542Copy full SHA for 3cf5542
1 file changed
README.md
@@ -7,21 +7,18 @@ A simple tool to show the memory usage of a process and its children.
7
### Continuously monitor a process
8
9
```bash
10
-vmrss -m 26847
11
-python(26847): 43.85 MB
12
- python(26849): 48.44 MB
13
-Total: 92.29 MB
+vmrss -m 3840
+.kitty-wrapped(3840): 151.23 MB
+ zsh(3851): 12.50 MB
+ tmux: client(3992): 5.20 MB
14
+ zsh(3938): 9.28 MB
15
+Total: 178.20 MB
16
```
17
18
### Set custom interval in milliseconds
19
20
21
vmrss -m -i 2000 3840
-.kitty-wrapped(3840): 151.23 MB
- zsh(3851): 12.50 MB
22
- tmux: client(3992): 5.20 MB
23
- zsh(3938): 9.28 MB
24
-Total: 178.20 MB
25
26
27
### Quit after a certain amount of time in seconds
0 commit comments