Coder Social home page Coder Social logo

asch / fxmark Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sslab-gatech/fxmark

0.0 1.0 0.0 2.03 MB

FxMark: Filesystem Multicore Scalability Benchmark

Home Page: https://github.com/sslab-gatech/fxmark

License: MIT License

Makefile 0.49% Python 31.95% Shell 1.36% C 27.52% Filebench WML 38.69%

fxmark's Introduction

FxMark: Filesystem Multicore Scalability Benchmark

We analyze the manycore scalability of five widelydeployed file systems, namely, ext4, XFS, btrfs, F2FS, and tmpfs, by using our open source benchmark suite, FXMARK. FXMARK implements 19 microbenchmarks to stress specific components of each file system and includes three application benchmarks to measure the macroscopic scalability behavior. We observe that file systems are hidden scalability bottlenecks in many I/Ointensive applications even when there is no apparent contention at the application level.

FxMark is provided under the terms of the MIT license.

Install & build

  • Tested: Ubuntu 14.04

  • Install filesystem-specific packages (e.g., mkfs.*)

$ bin/install-fs-tools.sh
  • Build FxMark
$  make
  • Clean FxMark
$  make clean

How to run

  • Benchmark configuration

    • Set target media paths at bin/run-fxmark.py (e.g., Runner.LOOPDEV)
    • Set configuration for each run at bin/run-fxmark.py (i.e., run_config)
  • Run benchmark

    • A log file will be created at 'logs' directory with starting time.
$  bin/run-fxmark.py

Plot results

Scalability graphs

$  bin/plotter.py --ty sc --log {log file} --out {output pdf file}

CPU utilization graphs

$  bin/plotter.py --ty util --log {log file} --ncore {# core} --out {output pdf file}

Macro benchmarks

  • Refer to our fxmark-apps branch in the vbench repo for exim and rocksdb

Authors

Publications

  • Paper on FxMark
Understanding Manycore Scalability of File Systems
Changwoo Min, Sanidhya Kashyap, Steffen Maass, Woonhak Kang, and Taesoo Kim
USENIX ATC 2016

@inproceedings{min:fxmark,
  title        = {{Understanding Manycore Scalability of File Systems}},
  author       = {Changwoo Min and Sanidhya Kashyap and Steffen Maass and Woonhak Kang and Taesoo Kim},
  booktitle    = {Proceedings of the 2016 USENIX Annual Technical Conference (ATC)},
  month        = jun,
  year         = 2016,
  address      = {Denver, CO},
}

fxmark's People

Contributors

multics69 avatar sanidhya avatar seungjunn avatar so-y avatar woonhak avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.