- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Reads and Writes Methods
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
08-08-2005 07:20 PM
08-08-2005 07:20 PM
Reads and Writes Methods
HP-UX 11i
I would like to know if someone have a good method to for better high-speed "reads and writes to disk".
We are going to use a directory which has a big size in order to do this test.
TIA
Slayer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 08:05 PM
08-08-2005 08:05 PM
Re: Reads and Writes Methods
Enable Asynchronous I/O - By default, HP-UX uses synchronous disk I/O, when writing file system "meta structures" (super block, directory blocks, inodes, etc.) to disk. This means that any file system activity of this type must complete writing to the disk before the program is allowed to continue; the process does not regain control until completion of the physical I/O. When HP-UX writes to disk asynchronously, I/O is scheduled at some later time and the process regains control immediately, without waiting.
Asynchronous writing of the file system meta structures is enabled by setting the value of the kernel parameter fs_async to 1
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 08:09 PM
08-08-2005 08:09 PM
Re: Reads and Writes Methods
Please see this:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=886166
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 08:11 PM
08-08-2005 08:11 PM
Re: Reads and Writes Methods
Thanks a lot for the answer,
But do know any tool that can monitoring this activity ?
Best Regards,
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 08:20 PM
08-08-2005 08:20 PM
Re: Reads and Writes Methods
# sar -b 1 5
hth.