Git Product home page Git Product logo

ssdsim's Introduction

ssdsim

ssdsim的一些运行问题:

1.initialize.c文件的initiation()函数可以修改trace文件名,和输出文件名。

在修改后,有时候会出错,只要是strcpy_s函数的第二个参数,表示最大文件名,把这个参数改大一点就可以了

2.在跑程序的时候,会出现“can't find active block”的问题

这个很可能是因为参数配置问题,在page.parameters文件中,overprovide参数要比gc hard threshold设置的大才行

3.在跑大trace的时候很可能会出现文件永远跑不完的情况

这个问题需要修改ssd.c中的get_requests()函数,这一份代码我已经改了,在函数前面添一段
  if(feof(ssd->tracefile)){
	    return 100; 
    }
就可以了

ssdsim's People

Contributors

jiangyu718 avatar

Watchers

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