S
S
Sergey Semenko2014-12-02 23:37:14
linux
Sergey Semenko, 2014-12-02 23:37:14

Debian - how to view a list of running processes and how much they take up RAM?

You need to display a list of running processes sorted by the amount of RAM they use. Thanks in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
3
3vi1_0n3, 2014-12-03
@abler98

ps ax -o pid,cmd,size
Third column - memory size in kilobytes

K
klamer, 2014-12-05
@klamer

ps ax -o size cmd | sort -n -r | less

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question