Skip to content

What is the maximum read/write bandwidth performance currently achievable with go-fuse? #598

@Hpensor

Description

@Hpensor

What are the theoretical maximum limits for single-threaded read, single-threaded write, and 50/50 mixed read-write workloads in terms of bandwidth and IOPS when using go-fuse's rawFileSystem with kernel FUSE? @hanwen @jmhodges @bradfitz

In our practical tests, we stripped away all backend processing logic and simply returned success immediately within the API handlers (null operation). Under this configuration, the maximum write bandwidth we observed was approximately 5 GB/s.

test case:
vdbench 2000 * 100MB file /120 thread / 128KB ioSize /

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions