Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low Read Speed when trying to read a large files through VMFS tools #16

Open
harshjay04 opened this issue Nov 19, 2015 · 1 comment
Open

Comments

@harshjay04
Copy link

Hi,

First I want to appreciate the team who developed this tool, it helps us a lot in our environment, the issue i am facing is related to the read speeds i am getting when I am trying to copy a large file from VMFS datastore through VMFS-tools , it is giving me 20 Mb read speed i don't know whether this is maximum capability of the tool are i will be able to fine tune some settings to get a better speed.

VMS Datastore(Flash)--->VMFS-tools(Mount as read only dir)----> copy to another Flash Directory local to Linux OS

Need some expert advice

@thinrope
Copy link

thinrope commented Jul 7, 2017

Try to bypass the VFS layer, accessing directly the block device.
Assuming your VMS Datastore is /dev/sdx1 the easiest is with pv:
pv -petrab /dev/sdx1 >/"another Flash Directory local to Linux OS"/test.dd
Let it run for a few minutes and see your transfer speed. Then delete the test.dd file.

FUSE is not usually a very fast solution, BTW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants