- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Peak Utilisation
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 09:59 AM
01-22-2002 09:59 AM
Peak Utilisation
I tried doing it by perfview and extract command. But the report does not give me the which disk is badly hit
What is the best way to find out this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 10:06 AM
01-22-2002 10:06 AM
Re: Peak Utilisation
(basically look at the BYDSK variables)
This may be what you're looking for
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 10:08 AM
01-22-2002 10:08 AM
Re: Peak Utilisation
You might also consider using 'sar -d'. Collect and extact the data you want.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 10:16 AM
01-22-2002 10:16 AM
Re: Peak Utilisation
/var/opt/perf/reptall
and the users guide is at:
/opt/perf/paperdocs/mwa/mwausers.pdf
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 10:20 AM
01-22-2002 10:20 AM
Re: Peak Utilisation
If you are talking about reptall file, then yes I uncommented that out but output doesn't show this..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 10:21 AM
01-22-2002 10:21 AM
Re: Peak Utilisation
# sar -d 15 2 > output.file
The above takes 2 samples every 15 secs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 10:35 AM
01-22-2002 10:35 AM
Re: Peak Utilisation
Thanks
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 11:34 AM
01-22-2002 11:34 AM
Re: Peak Utilisation
This is the command I used.
/opt/perf/bin/extract -xp -b today-15 -r /var/opt/perf/reptall -G -f /var/opt/perf/outputfile
| |Num | Phys | Phys | Peak |
Date |CPU % |Disk| IO Rt | IOs |Disk %|
01/15/02| 19.61| 64| 1203.0| 4325927| 75.95|
01/15/02| 22.30| 64| 1499.1| 5392276| 75.63|
01/15/02| 21.28| 64| 1151.3| 4137649| 74.88|
01/15/02| 15.53| 64| 1132.0| 4071889| | 65.55
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 12:04 PM
01-22-2002 12:04 PM
Re: Peak Utilisation
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 12:11 PM
01-22-2002 12:11 PM
Re: Peak Utilisation
This is not giving the output I want..
I want the list of disks or mountpoints , and its peak utilisation for last 15 days
I've sar data for last week but I wanted mwa data so i can easily import into excel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 12:26 PM
01-22-2002 12:26 PM
Re: Peak Utilisation
There are two metrics you can use, BYDSK_DIRNAME and LV_DIRNAME
the BYDSK_DIRNAME give the name of the file system on a given physical device. This however, may not be useful if you have more than one file system on the disk device, in which case it merely says "Multiple FS"
the LV_DIRNAME may be more useful (haven't tried yet, in where it displays the path name of the logical volume or volume group. This one, in conjuntion with using the LV_* metrics may get you closer to what you need ( the -z and -Z options.
I hope I am getting closer into the neighborhood here.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 12:33 PM
01-22-2002 12:33 PM
Re: Peak Utilisation
What do you think
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 12:45 PM
01-22-2002 12:45 PM
Re: Peak Utilisation
OK I tried both , the -z or Z gives me error saying
The 'LVOLUME' requested were not found in datafiles.
With the Disk ID BYDSK_DIR NAME I'm getting H/W path but not the disk name.
Surpringly it gives me multiple FS in FS name Infact I don't have multiple FS on any single disk. Each LV is sitting on separate disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 12:51 PM
01-22-2002 12:51 PM
Re: Peak Utilisation
Again, probably a stupid question.
Crossing my fingers
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 12:56 PM
01-22-2002 12:56 PM
Re: Peak Utilisation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 01:10 PM
01-22-2002 01:10 PM
Re: Peak Utilisation
# chown mccrayc:sysadm test1
extract -Z -r /var/opt/perf/reptall -b today-15 -e today -f /home/mccrayc/test -xp
It worked.
I did have to modify a coulple of things like uncomment the date field, and when I ran it a second time, I received an error because I had to specify a different file. I am attaching the output, in excel format. I know the numbers are kind of small, but they may be different on your machine. The problem is< I don't know everything you have uncommented, etc. In any case, here is my output.
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 02:22 PM
01-22-2002 02:22 PM
Re: Peak Utilisation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 05:39 AM
01-23-2002 05:39 AM
Re: Peak Utilisation
This is going to be easiest with sar.
First make sure sar historical logging is turned on. I do this via a line in root's crontab such as:
0 * * * * /usr/lbin/sa/sa1 600 6
You are able to do a :
sar -d -f /var/adm/sa/saXX
where XX = two digit date within last thirty days.
Do sort on the column with percent busy and you will be able to determine which disks or disks on avg has highest pct busies.
Keep in mind, in PV when looking at the "DISK" section that the DISK BUSY % represents to top % busy of the busiest disk in the system at any given time.
As well as PHYSICAL BYTE rate represents PHYSICAL BYTE rate of the highest throughput disk at any given time...
Dennis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 06:49 AM
01-23-2002 06:49 AM
Re: Peak Utilisation
I don't want to do this report with Sar. I've already done this excercise with sar. I am looking something with mwa data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 01:02 PM
01-23-2002 01:02 PM
Re: Peak Utilisation
There are two kinds of "disk utilization": How busy a disk is processing requests (BYDSK_UTIL) and how full it is, space-wise: LV_SPACE_UTIL. Depending on which you are concerned with, you'd either want to look at the by-disk or by-logical volume data. Note that in C.03.50 (December 2001 release) the by-filesystem class was added as an option but you'd need to turn it on. See the ReleaseNotes for more information.
In PerfView, I use the Class Compare graphs to get a quick look at different disk/lvols. Select your system, select Class Compare, click on Draw, click on DISK, click on Select All, click OK, click BYDSK_UTIL, click Draw, then adjust the graph to your liking with the various Settings.