90
Linux free -s
Memory status can be updated regularly at a specific interval with the help of s option. It shows continuous varying of RAM usage at specified interval of time.
By default, specified time is in seconds.
Syntax:
Example:
free -s 4
Look at the above snapshot, memory status keeps on updating after every 4 seconds.
Next TopicLinux free -l