I am trying to create several performance planning reports, and one of these details is to have memory usage information for several Unix servers.
Now my knowledge of Unix is ββvery low. Usually I just log in and run some scripts.
But for this report, I need to collect VMStat data and prepare reports based on previous data of the past week, disaggregated by hours, which is the average value of Vmstat data, which is taken every 10 seconds.
So, the first question: is VMStat registered by default, and if so, what location on the server is the data output?
If not, how can I fix this?
thank
source
share