- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Re: Performance with Embedded Array Controller
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-23-2016 12:22 PM
09-23-2016 12:22 PM
Performance with Embedded Array Controller
I inherited some DL360 systems which had P440ar Smart Array controller to which the OS drive and 7 data drives were attached. I wanted to experiment with the embedded controller instead so I moved the drives there. (the P440ar was still in the system just nothing connected).
When I measured dd performance using reads with iflag=direct, performance was as I expected, in fact was similar to using the P440ar in HBA mode. However, when I tried dd writes with oflag=direct, performance was terrible (less than 10 MB/s).
Is there some configuration issue I am missing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2016 12:37 PM
09-27-2016 12:37 PM
Re: Performance with Embedded Array Controller
The embedded controller has no cache while the P440ar should have a write-behind cache. That's going to have some impact on performance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2016 03:30 PM
09-27-2016 03:30 PM
Re: Performance with Embedded Array Controller
The test I was using was running
dd of=/dev/sdb2 if=/dev/zero oflag=direct bs=64K count=10000
Since I am using oflag=direct, I would have thought that would take the cache out of the picture. On other no-cache controllers on other systems I have seen approximately 140 MB/sec with these same drives
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2016 02:37 PM
10-01-2016 02:37 PM
Re: Performance with Embedded Array Controller
> I would have thought that would take the cache out of the picture.
That's probably just the OS cache.