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

TC345 - min performance for small size files 1KB = 1 MB/sec if ZDB's local to the test VM #37

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

Comments

@dmitri-alleo
Copy link

The speed varies from 400 kb/s to 860 kb/s

The average speed is 530 kb/s

Testnet

@maxux
Copy link
Collaborator

maxux commented Jun 28, 2022

Can you provide commands executed to benchmark ?

@VenyaPanou
Copy link

@maxux
root@VM6b80c6d9:~# for i in {0..10}; do dd if=/dev/urandom of="File$(printf "%03d" "$i").txt" bs=1K count=1; done;
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00209368 s, 489 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.0017631 s, 581 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00185282 s, 553 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00274466 s, 373 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00253484 s, 404 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00182917 s, 560 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.0029053 s, 352 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00208171 s, 492 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00210805 s, 486 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00241381 s, 424 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00287521 s, 356 kB/s

@VenyaPanou
Copy link

@maxux second time
root@VM6b80c6d9:~# for i in {0..10}; do dd if=/dev/urandom of="File$(printf "%03d" "$i").txt" bs=1K count=1; done;
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00188482 s, 543 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00263939 s, 388 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00255963 s, 400 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00198389 s, 516 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00178724 s, 573 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00182352 s, 562 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.0012365 s, 828 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00207793 s, 493 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00134107 s, 764 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00200212 s, 511 kB/s
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00261495 s, 392 kB/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 :)

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

3 participants