Granville Barnett

CPU Scheduling Simulator 0.8 Beta 2 Released!

Download CPUSS 0.8 Beta 2

Beta 2 is not really very revolutionary, however it does add some tooling support to CPUSS:

  • CPUSS Report Generator (cpussrg.exe)
CPUSSRG

This is a little tool that allows you to invoke a strategy against some specified processes, and then view a HTML report of the simulation. The report exposes a very small amount of data recorded by CPUSS and in RC I may add more, but at the moment for a high level view it is ok.

CPUSSRG uses a plugin model. If you want to use CPUSSRG then it is relatively simple, all you need to do is put your algorithms in an assembly (.dll) and make sure you implement IStrategy. Place your algorithm assembly into the Plugin folder of the CPUSSRG tool and you are good to go.

I will post later on how to use it more extensively.

Download CPUSS 0.8 Beta 2

Comments

No Comments