0 votes
in Linux by
What command would you use to check how much memory is being used by Linux?

1 Answer

0 votes
by
What command would you use to check how much memory is being used by Linux?

You can use any of the following commands:

free -m

vmstat

top

htop
...