1753269 Members
5077 Online
108792 Solutions
New Discussion юеВ

Re: server performance

 
SOLVED
Go to solution
Prashanth Waugh
Esteemed Contributor

server performance

Dear All,

I have to monitor server performace from weekly basis for that i am using extract utility. So can anyone tell me as to what are the parameteres that can be used for knowing the utilization of the resources (CPU, memory, disk swap...etc) of the system in the reptall file.

Thanks
Atul
For success, attitude is equally as important as ability
7 REPLIES 7
Kenan Erdey
Honored Contributor

Re: server performance

Hi,

man extract will give you parameteres and examples.

Kenan.
Computers have lots of memory but no imagination
Steven E. Protter
Exalted Contributor

Re: server performance

Shalom,

http://www.hpux.ws/?p=6

The tools there may be useful and can be run on a short duration to collect data for any length of time.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Chris Vail
Honored Contributor

Re: server performance

GlancePlus is a performance tool with all kinds of neat graphs and charts. It is an additional cost item. It also runs on other versions of Unix such as AIX or Solaris.

I'm an 'old school' type of Unix geek. I use sar and vmstat to examine system performance. They are free and also available on most Unix variants.
Tim Nelson
Honored Contributor

Re: server performance

to define metric output from extract you need to modify or use your own metric template.

All the metrics are in there, you need to uncomment the ones you need. The template is in /var/opt/perf/reptall.

Copy it to your own file.

For example(remove the *):
Uncomment
* DATE
* TIME
* GBL_CPU_TOTAL_UTIL

Then
extract -r my.template -$type

Each section of the template is for a different mwa logfile.

Read the extract man page for more info.


SKR_1
Trusted Contributor

Re: server performance

Hi Atul,

For monitoring the performance of server you can install perfview and glance also. Perfview will give you the performance graphs and charts as well.

Thanks

SKR
Prashanth Waugh
Esteemed Contributor

Re: server performance

Dear All
I want the meaning of each parameter which is given in reptall file
* GBL_ACTIVE_CPU
GBL_CPU_TOTAL_UTIL
* GBL_CPU_TOTAL_TIME
* GBL_CPU_HISTOGRAM
* GBL_CPU_SYSCALL_UTIL
* GBL_CPU_SYSCALL_TIME
* GBL_CPU_SYS_MODE_UTIL
* GBL_CPU_SYS_MODE_TIME
* GBL_CPU_USER_MODE_UTIL
* GBL_CPU_USER_MODE_TIME
* GBL_CPU_NICE_UTIL
* GBL_CPU_NICE_TIME
* GBL_CPU_REALTIME_UTIL
* GBL_CPU_REALTIME_TIME
* GBL_CPU_CSWITCH_UTIL
* GBL_CPU_CSWITCH_TIME
* GBL_CPU_INTERRUPT_UTIL
* GBL_CPU_INTERRUPT_TIME
* GBL_CPU_IDLE_UTIL
* GBL_CPU_IDLE_TIME
* GBL_CPU_NORMAL_UTIL
* GBL_CPU_NORMAL_TIME

Regards
atul
For success, attitude is equally as important as ability
Gokul Chandola
Trusted Contributor
Solution

Re: server performance

Dear Atul,
I am sending a document please read it.
Here these parameter is mentioned.
This is performance related document.

Regards,
Gokul Chandola
There is always some scope for improvment.