- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Any trick to determine heavy-io file on a filesyst...
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
09-22-2010 05:55 AM
09-22-2010 05:55 AM
1.) Is there any recipe/method that you can think of to determine which files among a filesystem are recieving heavy read or write activity? Namely, if our NFS server is using ext3 for a shared filesystem, is there any tool or trick to determine which files are being written at a given time? Motivation: I am trying to figure out what is causing the heavy i/o spikes from the perspective of the NFS server and I can't figure out a way to narrow down the issue to a specific user nor file.
2.) Do you have any whitepapers or conference talks that speak of NFS optimizations? Any specific to HPC?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2010 06:22 AM
09-22-2010 06:22 AM
Solution2) There are a lot of documents, this for example is for HP-UX, but the concepts can be applied to any Unix/Linux platform
http://docs.hp.com/en/1435/NFSPerformanceTuninginHP-UX11.0and11iSystems.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2010 06:33 AM
09-22-2010 06:33 AM
Re: Any trick to determine heavy-io file on a filesystem that is being shared out via NFS?
3.) It there a way to determine which tcp socket is causing the most network traffic? Hmm, maybe with netstat... I'll look, but am open to recipes. Motivation: if I can't tell from NFS server perspective, maybe I can use iotop on the client side, but to do so, I'll need to know which client or clients are the heavy hitters...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2010 07:01 AM
09-22-2010 07:01 AM
Re: Any trick to determine heavy-io file on a filesystem that is being shared out via NFS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2010 07:05 AM
09-22-2010 07:05 AM
Re: Any trick to determine heavy-io file on a filesystem that is being shared out via NFS?
Yes, but you can use lsof for example to the pid that causes most I/O to identify the file is accessed.
3.) It there a way to determine which tcp socket is causing the most network traffic? Hmm, maybe with netstat... I'll look, but am open to recipes. Motivation: if I can't tell from NFS server perspective, maybe I can use iotop on the client side, but to do so, I'll need to know which client or clients are the heavy hitters..
Probably iptraf can help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2010 06:38 AM
09-23-2010 06:38 AM