Giter Club home page Giter Club logo

fsbench's Introduction

fsbench

I modify some files to comiple for my purpose

About shared memory

2T=102410241024 x 2k -> need too much share memory

reduce files to 0.5G

2T=10241024512 x 4k -> need 66G share memory

FILEBENCH_NFILESETENTRIES (1024 * 1024 * 512)

filebench-shm: 67608 MB  -> 66G memory !!
shm_bitmap: 18874368 KB
shm_lastbitmapindex: 0 KB
shm_fileset: 1036 KB
shm_filesetentry: 50331648 KB
shm_procflow: 200 KB
shm_threadflow: 2952 KB
shm_flowop: 20480 KB
shm_var: 32 KB
shm_avd_ptrs: 64 KB
shm_strings: 128 KB
shm_filesetpaths: 0 KB
shm_cvar_heap: 64 KB

reduce files to 64M

2T=1024102464 x 32k

FILEBENCH_NFILESETENTRIES (1024 * 1024 * 64)

set $nfiles=67108864
set $meandirwidth=10000
set $meanfilesize=32k

iosize=1m
memsize=10m

filebench-shm: 9496 MB  -> 9G memory nice!!
shm_bitmap: 2359296 KB
shm_lastbitmapindex: 0 KB
shm_fileset: 1036 KB
shm_filesetentry: 6291456 KB
shm_procflow: 200 KB
shm_threadflow: 2952 KB
shm_flowop: 20480 KB
shm_var: 32 KB
shm_avd_ptrs: 64 KB
shm_strings: 128 KB
shm_filesetpaths: 1048576 KB
shm_cvar_heap: 64 KB

fsbench's People

Watchers

James Cloos avatar  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.