HPE GreenLake Administration
- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- dd test slowly between LV and file
HPE EVA Storage
1833157
Members
3097
Online
110051
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-05-2008 12:52 AM
09-05-2008 12:52 AM
dd test slowly between LV and file
Hi all
i have a SAN issue , and try to figure it out.
Test1:
rp7410:/dbexp> time dd if=20080313.bck of=/dev/null bs=1024 count=100000
100000+0 records in
100000+0 records out
real 1.5
user 0.1
sys 1.0
Test2:
rp7410:/dbexp> time dd if=/dev/vg09/lvexp of=/dev/null bs=1024 count=100000
100000+0 records in
100000+0 records out
real 26.7
user 0.1
sys 3.3
Why the real(time) response are so different ?
I don't know that it normal?
i have a SAN issue , and try to figure it out.
Test1:
rp7410:/dbexp> time dd if=20080313.bck of=/dev/null bs=1024 count=100000
100000+0 records in
100000+0 records out
real 1.5
user 0.1
sys 1.0
Test2:
rp7410:/dbexp> time dd if=/dev/vg09/lvexp of=/dev/null bs=1024 count=100000
100000+0 records in
100000+0 records out
real 26.7
user 0.1
sys 3.3
Why the real(time) response are so different ?
I don't know that it normal?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2008 11:32 AM
09-05-2008 11:32 AM
Re: dd test slowly between LV and file
I would use something like glance to see what is really happening.
In the first case you are reading from a file (I assume) and are therefore using the filesystem and any caching it might provide. (I also don't know what the disk(s) are like that contain the file.
In the second case you are reading the logical volume directly. (Have you tested the read from the raw device /dev/vg09/rlvexp?)
I would like to see what the physical vs logical I/Os look like. I'm guessing that the filesystem is actually doing fewer and bigger physical I/Os than is the direct lvol access.
In the first case you are reading from a file (I assume) and are therefore using the filesystem and any caching it might provide. (I also don't know what the disk(s) are like that contain the file.
In the second case you are reading the logical volume directly. (Have you tested the read from the raw device /dev/vg09/rlvexp?)
I would like to see what the physical vs logical I/Os look like. I'm guessing that the filesystem is actually doing fewer and bigger physical I/Os than is the direct lvol access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2008 12:06 PM
09-05-2008 12:06 PM
Re: dd test slowly between LV and file
I ran a similar test and the numbers I got were more consistent
FILE
real: 31.0
user: 0.0
sys: 3.1
BLOCK (LV)
real: 15.6
user: 0.0
sys: 4.4
RAW (RLV)
real: 9.0
user: 0.0
sys: 0.1
So my question is as well, is the 20080313.bck on the lvexp volume? If not then you have a disk discrepancy. If it is something else affected your test.
FILE
real: 31.0
user: 0.0
sys: 3.1
BLOCK (LV)
real: 15.6
user: 0.0
sys: 4.4
RAW (RLV)
real: 9.0
user: 0.0
sys: 0.1
So my question is as well, is the 20080313.bck on the lvexp volume? If not then you have a disk discrepancy. If it is something else affected your test.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2008 05:20 PM
09-05-2008 05:20 PM
Re: dd test slowly between LV and file
dear all
in first case , "20080313.bck" is a file.
second case , "/dev/vg09/lvexp" is a Logic volumn .
actully, 20080313.bck file is on the lvexp volume.
i just test and compare those 2 file type why have so different performance.
because my storage performance on Logic volumn is very slowly than file , and i try to find some thing wrong with storage .
in first case , "20080313.bck" is a file.
second case , "/dev/vg09/lvexp" is a Logic volumn .
actully, 20080313.bck file is on the lvexp volume.
i just test and compare those 2 file type why have so different performance.
because my storage performance on Logic volumn is very slowly than file , and i try to find some thing wrong with storage .
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP