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

[WIP]filesystem benchmark #101

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

[WIP]filesystem benchmark #101

wants to merge 1 commit into from

Commits on Jun 23, 2020

  1. Filesystem benchmark based on fio.

    To make a contrast, this benchmark will test all three types of image,
    OCI, stargz and estargz in following steps.
    
    1.Use fio to generate fake pread() requests parallely (4 threads).
    2.Scrape metrics in /proc/<pid of stargz-snapshotter>.
    3.Calculate scraped metrics with PromQL.
    4.Draw fio bandwidth-latency and process-metrics images with gunplot.
    
    Signed-off-by: Chuang Zhang <[email protected]>
    zhangchuang01 authored and sequix committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    777a434 View commit details
    Browse the repository at this point in the history