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

What is the disk read performance after all data has been pulled to local? #178

Open
Bubbleioa opened this issue Mar 24, 2023 · 1 comment

Comments

@Bubbleioa
Copy link

For example, I want to know these:
image

@lihuiba
Copy link

lihuiba commented Mar 24, 2023

According to what you have provided, it seems that you are interested in read throughput of downloaded images. In fact we have developed a kernel module for best performance in this case. It is bounded primarily by the speed of SSD. Below is our test result:

image

In this figure, "DADIx" stands for the kernel module of overlaybd and zfile, and the image blobs are stored directly on a raw partition of SSD. Note that there is an ext4 file system made in the image.

And "EXT4" in the figure stands for an ext4 file system on a partition of SSD.

This module will be opened and contributed to upstream soon.

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