Commands that are useful to know, might come handy some time.
vmstat: Gives statistics of the virtual memory usage. Similar to "free" but a little more detailed. We can also get statistics for a period of time continously for eg
vmstat 1 10
would print the current statistics for 10 seconds.
lsof : Lists all the open files. Including different system files opened by processes.
lsof : Lists all the open files. Including different system files opened by processes.
No comments:
Post a Comment