Skip to content

Commit 3cf5542

Browse files
committed
docs: readme update
1 parent 4e45f35 commit 3cf5542

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,18 @@ A simple tool to show the memory usage of a process and its children.
77
### Continuously monitor a process
88

99
```bash
10-
vmrss -m 26847
11-
python(26847): 43.85 MB
12-
python(26849): 48.44 MB
13-
Total: 92.29 MB
10+
vmrss -m 3840
11+
.kitty-wrapped(3840): 151.23 MB
12+
zsh(3851): 12.50 MB
13+
tmux: client(3992): 5.20 MB
14+
zsh(3938): 9.28 MB
15+
Total: 178.20 MB
1416
```
1517

1618
### Set custom interval in milliseconds
1719

1820
```bash
1921
vmrss -m -i 2000 3840
20-
.kitty-wrapped(3840): 151.23 MB
21-
zsh(3851): 12.50 MB
22-
tmux: client(3992): 5.20 MB
23-
zsh(3938): 9.28 MB
24-
Total: 178.20 MB
2522
```
2623

2724
### Quit after a certain amount of time in seconds

0 commit comments

Comments
 (0)