Re: memory usage
Bart Schaefer <[email protected]>
| Newsgroups | gmane.comp.shells.zsh.devel |
|---|---|
| Message-ID | <CAH+w=7bs860duyxhOu+PUxBQDq9eD9VV7R=DeVDhvpdeazrZcg__42755.9840654553$1777854355$gmane$org@mail.gmail.com> |
On Sun, May 3, 2026 at 5:16 PM Alexis <[email protected]> wrote: > > You could use ps(1). Inside the shell, you could run: > > $ ps -q $$ -o comm,rss,vsize -q isn't portable, better to use -p.