- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Investigating intensive disk usage
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
10-09-2005 09:24 PM
10-09-2005 09:24 PM
I see unusal high disk activity on an HP-UX system.
Could you suggest me hints to figure out what files are read/written to so much? What process reads/writes so much?
Thanks and points in advance!
BR,
Mihails
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 09:29 PM
10-09-2005 09:29 PM
Solutionglance -i
Notive which file systems are getting hit high, then do lvdisplay and note down disks.
Check disk usages now
sar -d 2 10
glance -d will show you processes that using disk activity most. (top disk user id)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 09:35 PM
10-09-2005 09:35 PM
Re: Investigating intensive disk usage
sar -d 10 5
See the average disk usage at the end of the output. See the VG which contains the disk id showing high usage in the sar output.
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 09:36 PM
10-09-2005 09:36 PM
Re: Investigating intensive disk usage
# iostat -t 10 5
# glance
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 09:58 PM
10-09-2005 09:58 PM
Re: Investigating intensive disk usage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 11:09 PM
10-09-2005 11:09 PM
Re: Investigating intensive disk usage
http://h21007.www2.hp.com/dspp/dld/dld_DownloadsListingPage_IDX/1,2381,11169,00.html
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 11:20 PM
10-09-2005 11:20 PM
Re: Investigating intensive disk usage
are you paging out
swapinfo -tam
Regards
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 01:33 AM
10-10-2005 01:33 AM
Re: Investigating intensive disk usage
If you don't have glance try with
sar -d n m where n is number of sec for collection and m how many times you do that.
iostat -t n m. When using sar you need to pay attention on avwait and avserv parameters if they are high there is maybe device problem.
If on that device is swap than you can use swapinfo or vmstat n m page parameters.
You have to see which application use that disk, for example if it is raw device used by database.
Regards,
Borislav