Login
Remember
Register
Ask a Question
What command would you use to check how much memory is being used by Linux?
0
votes
asked
Nov 11, 2020
in
Linux
by
sharadyadav1986
What command would you use to check how much memory is being used by Linux?
#linux-commands
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 11, 2020
by
rahuljain1
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
...