0

i want get the memory size used by a process in Linux. How can I do that?

2

2 Answers 2

0
ps aux --sort -rss 

This will give you a listview of your Prozesses, Wortes by memory usage.

Sign up to request clarification or add additional context in comments.

Comments

0

some useful commands to get memory info for a process:

pmap -x <PID> top -p <PID> 

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.