Re: Solaris check_mem: top not found!
Posted: Fri May 31, 2019 10:15 am
The script is using options to run the vmstat multiple times with a delay. These can be modified by editing the script and changing the value assigned to these variables:
Code: Select all
my $vmstat_delay = 100;
my $vmstat_runs = 2;