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

TC344 - min performance for mid size files 1MB = 100 MB/sec if ZDB's local to the test VM #38

Open
dmitri-alleo opened this issue Jun 21, 2022 · 4 comments

Comments

@dmitri-alleo
Copy link

The speed varies from 50 MB/s to 110 MB/s,

In 95% of the cases the average speed is around 65 MB/s

Testnet
Grid v0.1.32

@maxux
Copy link
Collaborator

maxux commented Jun 28, 2022

Can you provide commands executed to benchmark ?

@VenyaPanou
Copy link

VenyaPanou commented Jun 29, 2022

@maxux nowadays i have this resual
root@VM6b80c6d9:~# for i in {0..10}; do dd if=/dev/urandom of="File$(printf "%03d" "$i").txt" bs=1M count=1; done;
1+0 records in
1+0 records out
1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0179084 s, 58.6 MB/s
1+0 records in
1+0 records out
1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0175177 s, 59.9 MB/s
1+0 records in
1+0 records out
1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0187374 s, 56.0 MB/s
1+0 records in
1+0 records out
1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0171947 s, 61.0 MB/s
1+0 records in
1+0 records out
1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0162027 s, 64.7 MB/s
1+0 records in
1+0 records out
1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0169004 s, 62.0 MB/s
1+0 records in
1+0 records out
1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0178226 s, 58.8 MB/s
1+0 records in
1+0 records out
1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0168514 s, 62.2 MB/s
1+0 records in
1+0 records out
1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0178394 s, 58.8 MB/s
1+0 records in
1+0 records out
1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0159897 s, 65.6 MB/s
1+0 records in
1+0 records out
1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0108752 s, 96.4 MB/s

@ramezsaeed ramezsaeed transferred this issue from threefoldtech/test_feedback Jul 4, 2022
@maxux maxux transferred this issue from threefoldtech/0-db Jul 4, 2022
@maxux
Copy link
Collaborator

maxux commented Jul 4, 2022

Transferred to the right repository :)

@despiegk
Copy link
Contributor

can we play with the blocksize e.g. 4kb to larger?
what is the blocksize now?

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

4 participants