The watch utility can be used to continuously run a command on Linux. For example in order to continuously monitor system memory via
free
the following command can be used:
watch -n1 free
No comments:
Post a Comment