This repository was archived by the owner on Jan 6, 2023. It is now read-only.
Commit 9f8a166
committed
Set msize for 9p mounting
By adding the msize value (524288 bytes)
provides an enhancement in I/O storage operations.
The following results are from I/O operations such as:
read, write, random read etc...,using different block
sizes, where the x results express how many times is better.
Read
| bs | random | linear |
| ----- | ------ | ------- |
| 64K | 6x | 7x |
| 256K | 13x | 17x |
| 512K | 16x | 13x |
| 64MB | 14x | 14x |
| 256MB | 15x | 15x |
| 512MB | 14x | 15x |
Write
| bs | random | linear |
| ----- | ------ | ------- |
| 64K | 3x | 3x |
| 256K | 3x | 3x |
| 512K | 3x | 3x |
| 64MB | 3x | 3x |
| 256MB | 3x | 3x |
| 512MB | 3x | 3x |
Signed-off-by: Mario Alfredo Carrillo Arevalo <[email protected]>1 parent 834c91e commit 9f8a166
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
467 | 471 | | |
468 | | - | |
| 472 | + | |
469 | 473 | | |
470 | 474 | | |
471 | 475 | | |
| |||
0 commit comments