1838734 Members
5580 Online
110129 Solutions
New Discussion

Re: Some Scripts

 
Uday_S_Ankolekar
Honored Contributor

Some Scripts

Hello,

I need to run a report that gives System Performance, Peak utilization, Disk usage etc for a perticular week or on a monthly basis.It would be great if the report in HTML format
Is there any scripts available some where.

Thanks
USA...
Good Luck..
11 REPLIES 11
Uday_S_Ankolekar
Honored Contributor

Re: Some Scripts

I think my querry was not clear.

I would like to have some kind of script that gives the details about peak values on System, memory ,disk utilization.

Any infomation on this would be very helpful.

Good Luck..
someone_4
Honored Contributor

Re: Some Scripts

here is a post that I found very usefull.
Its called a nickel script and it does everything in html format. Very nice. I love it!

Richard

http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xf590ee3e323bd5118fef0090279cd0f9,00.html
someone_4
Honored Contributor

Re: Some Scripts

Here is another one that is good too.
Its called nightowl.

richard
Uday_S_Ankolekar
Honored Contributor

Re: Some Scripts

Thank you Richard, The script I'm looking should give me the output summary of peak permormances (System Load, Utilizaion,disk usage, memeory usage etc .) for a week or for the entire Month.
Good Luck..
Jim Turner
HPE Pro

Re: Some Scripts

Hopefully this won't sound crass:

Get your wallet out and pony-up some bucks for Measureware/Perfview. You get what you pay for. I doubt you'll find a script that meets your exact needs, and it's up to you as to whether you want to burn development time re-inventing the wheel.

A box doesn't come in our door (and we have hundreds of 9000's) without MeasureWare Server Agent, MirrorDisk/UX, and GlancePlus/UX. We realized long ago that running without these products was "penny-wise and pound-foolish".

All The Best,
Jim
David Totsch
Valued Contributor

Re: Some Scripts

Uday:

I would like to invite you to HPWorld 2001. More particularly, to my presentation "Graphing Performance Data on the Intranet".
I have taken some time to integrate MeasureWare data (which your are collecting even if you only have GlancePlus Pak) into HTML pages. I will also some some slides on graphing SAR data (SAR comes with HP-UX). If you are unable to attend, the presentation will be posted about a month after the conference at the same place you can find my nightowl script.

-dlt-
John Poff
Honored Contributor

Re: Some Scripts

David,

I can't make it to HP World but I'll look forward to seeing your presentation when it is available.

I've found that the CPUs in my V-class system run much faster after someone has laid in the floor and pounded on the box with their fist. Will your presentation cover the beneficial effects of percussive maintenance? ;)

John Poff
Family Dollar

MANOJ SRIVASTAVA
Honored Contributor

Re: Some Scripts

Hi Uday

I am attaching a sample report which you can get by sarcheck utility , which u can downlaod ( free for one month ) from www.sarcheck.com , it is nice tool to start with , and you ahve lots of options to format the o/p.

Manoj srivastava
MANOJ SRIVASTAVA
Honored Contributor

Re: Some Scripts

Hi Uday

I am attaching a sample report which you can get by sarcheck utility , which u can downlaod ( free for one month ) from www.sarcheck.com , it is nice tool to start with , and you ahve lots of options to format the o/p.

Manoj srivastava
Deshpande Prashant
Honored Contributor

Re: Some Scripts

HI
If you have measureware agents on system, you can use utility "extract" to generate reports for CPU/Memory/Disk/Net in Asci or xls format.

eg. /opt/perf/bin/extract -xp -G -b -e -r /var/opt/perf/reptall -f
This command will extract data specified in reptall format in output file.
The reptall file is default template which you can modify to get only cpu or memory data.

Thanks.
Prashant Deshpande.
Take it as it comes.
Uday_S_Ankolekar
Honored Contributor

Re: Some Scripts

Thank you all.. I'll configure Glance and try to solve this issue.

_USA
Good Luck..