Default free shows memory statistics in KB
# free
To see memory statistics in Bytes
# free -b
To see memory statistics in KB
# free -k
To see memory statistics in MB
# free -m
To see memory statistics in GB
# free -g
To see memory statistics with total line
# free -t
To see memory statistics by disabling buffer adjusted line
# free -o
To repeat free command n seconds infinitly
# free -g -s
5
No comments:
Post a Comment