- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: I/O performance problem when reading.
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
Discussions
Discussions
Discussions
Forums
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
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
тАО07-27-2006 02:23 AM
тАО07-27-2006 02:23 AM
I/O performance problem when reading.
I just installed a BA356 disk enclosure with 7 x 18.9 GB JBODs to my Alphaserver DS20 (Tru64 V5.1B, scsi controller 3X-KZPCA-AA).
When I wrote a 9GB file to one of the disks, it took around 4 seconds. But, when I copied that 9GB from that JBOD in the BA356, it took 54 seconds!! Did the test on 4 of the disks with the same result.
I did some disklabel -r on those disks and the only thing different I saw was that some of the disks had the flag FLGS: Dynamic-geometry.
Did some research but did not find if it could be the cause.
Any clue why the reading is so slow?
Thanks,
Yves
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2006 04:07 AM
тАО07-27-2006 04:07 AM
Re: I/O performance problem when reading.
I don't know if I understood whell, but when you write 9 GB to the disk is fast and when you read is slow? This may be becuase of the file system cache. Writes can go to the UBC and then flushed to disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2006 06:28 AM
тАО07-27-2006 06:28 AM
Re: I/O performance problem when reading.
It is correct, writing is fast and reading is very slow.
I apologies, I wrote 9GB file, it is a 980MB file.
For the file system cache, where do I check for this?
Yves
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2006 06:41 AM
тАО07-27-2006 06:41 AM
Re: I/O performance problem when reading.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2006 08:20 AM
тАО07-27-2006 08:20 AM
Re: I/O performance problem when reading.
During the tests, the UBC fluctuated between 71 and 132. Is this good or bad??
The transfer rate for reading is 1.7MB/sec
and for writing is 3.5MB/sec. The disks busy
rate during the xfer was 99.85%.
My log files are error free.
I was wondering if there is a kernel parameter or something that needs to be tweaked?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2006 04:14 PM
тАО07-27-2006 04:14 PM
Re: I/O performance problem when reading.
Your system is just fine living up to the specifications
>> The transfer rate for reading is 1.7MB/sec
and for writing is 3.5MB/sec. The disks busy
Why do you say that?
If you manage to read 980 MB in 54 seconds then that translates to 18MB/sec. This is a fine rate for a normal, older, single disk on a SCSI 2 connection (max = 20MB)
How did you create the data to write from?
Program generated? Anyway, you did NOT measure the time to write the data to disk, you measured the time to release that data to the cache. The IOs woudl have been ongoiing for almost 60 seconds after teh program finish.
A fine write-to-cache speed it was, but it would have dropped to 18MB/sec (or a little less) if you had trully written 9GB, exceeding your cache/physical memory.
Or... if you had followed the program with a a 'sync' command and waited for that to finish.
Cheers,
Hein.