Page 2 of 2

Re: Solaris check_mem: top not found!

Posted: Fri May 31, 2019 10:15 am
by cdienger
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;

Re: Solaris check_mem: top not found!

Posted: Mon Jun 03, 2019 1:43 pm
by anilgupta
Got it. thanks

Re: Solaris check_mem: top not found!

Posted: Mon Jun 03, 2019 2:00 pm
by cdienger
Glad to hep. Are we okay to lock the thread at this point?