Giter Club home page Giter Club logo

ocbench's People

Watchers

 avatar  avatar

ocbench's Issues

Complete memfd wrapper library

since glibc doesn't support the memfd feature of linux yet. We need an own abstraction layer around the needed syscalls.

  • implement basic memfd calls
  • implement basic wrapper calls for memory maping
  • add debuging and sanity checks
  • add test's

Basic evaluation tools

provide some simple tools to evaluate results of the benchmark.

  • user defined evaluation constraints
  • automatic diagram creation based on evaluation

Add job schedule support

in HPC it is common that jobs get aborted during execution. Implementing routines to ensure a aborted session get's resumed there it left.

Encapsulate worker processes from master process

Encapsulating with IPC and fork the worker processes which later do the compression benchmark from the master process which is loading files into memfd and collecting results from the worker.

  • develop abstraction layer for fork and pipe communication
  • develop communication scheme woker <-> master
  • load files into a memfd and let a worker read it correctly

Fix integration of squash

currently my cmake specifications don't correctly find squash. Still need to figure out if it's my fault or maybe a configuration problem in squash upstream.

  • understanding cmake pkgconfig wrapper...
  • cmake find correct header files
  • linking simple test.c with squash api calls

Add watchdog functionalty

If a process dies, the watchdog should detect that and restart that worker and retry the failed job for a given amount of tries.

Automatic file selection

An algorithm which choose a file to reduce the error of a compression prediction. This can speed up the process of evaluation on large datasets more than 1000 files.

  • evenly choose files with diffrent sizes
  • compare prediction with actual compression ratio
  • user defined precision like stop by 5 % of precission.

What if memfd is not available?

memfd is still lacking of support in glibc. The syscall got introducd in Linux >= 3.17
Thinking of adding a shm fallback if memfd is not available on a platform like openbsd.

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.