Operating System - Linux
1753437 Members
4831 Online
108794 Solutions
New Discussion юеВ

Re: Script Help-System Peformance

 
SOLVED
Go to solution
Karthick K S
Frequent Advisor

Re: Script Help-System Peformance

Hi Aruturio,

If u dont hv any objection pls send it to me
Arturo Galbiati
Esteemed Contributor
Solution

Re: Script Help-System Peformance

Hi, this is the script.
It uses a glance syntax file: gln_syntax_file
in the same directory. It contains:
print "-- ",
gbl_statdate,
" ",
gbl_stattime,
" ",
gbl_cpu_total_util|3|0,
" ",
gbl_disk_util_peak|3|0,
" ",
gbl_mem_util|3|0,
" ",
gbl_swap_space_util|3|0

HTH,
Art

N.B. You have to adapt a bit teh script to your environment.

Arturo Galbiati
Esteemed Contributor

Re: Script Help-System Peformance

Hi, this is tre script.

HTH,
Art
Karthick K S
Frequent Advisor

Re: Script Help-System Peformance

Thanks a lot