Wednesday, June 18, 2014

Linux: view memory info

Use this command:

free -m (display in megabytes)
free -k (display in kilobytes)

or this command:
cat /proc/meminfo

Note: For Windows environment, msinfo32 is the equivalent.

No comments:

Post a Comment