- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Disk Performance
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-11-2004 08:38 PM
01-11-2004 08:38 PM
Disk Performance
I have a system with install OS version 11.00 on L3000 model.
I have an high disk utilization, 94-98% from some hours.
What can I do to find the proc or processes make more IO activity on disks?
I hope that you can help me.
By and thanks
Filo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2004 08:51 PM
01-11-2004 08:51 PM
Re: Disk Performance
You can use glance to find out which disk has more i/o and which process is generating those IO's.
once you identified thoese process you can decide what to do with them.
generally it happened becoz of some database query or report if your server is Database/report server.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2004 09:34 PM
01-11-2004 09:34 PM
Re: Disk Performance
If you do not have utilities like glance, you may use this manual procedure to find our the high i/o processes.
Since, you know the device which is hit maximum, you should know the file system mounted on that.
Now, use command "lsof | grep
I hope this solve the purpose.
Regards,
Jaimin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2004 09:53 PM
01-11-2004 09:53 PM
Re: Disk Performance
Glance is the best tool. Free for 60 days.
If you do not have the tool you can:
The disk io can be found with a basic tool like sar ( -d ). I assuem you know that since you have disk util numbers. You can see alle the processes active with fuser -cu mountpoint, grep the pids and do a ps -ef | grep pid.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2004 10:38 PM
01-11-2004 10:38 PM
Re: Disk Performance
#gpm
Glance will be there in the application CDs. Install the trial version.
If glance is not installed, use can use #iostat also to findout which disk is being utilized more. Then use sar -d option
Glnace will give a graphical representation which is very easy to understand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2004 11:39 PM
01-11-2004 11:39 PM