Granville Barnett

Browse by Tags

All Tags » .NET » Operating Systems (RSS)
CPU Scheduling Simulator 1.0 released!
I've said it all before in recent posts, but here it is again - CPUSS is a framework that allows you to design and analyse CPU scheduling algorithms. Download CPUSS 1.0 There is a tonne of stuff in CPUSS! Most of which is not exposed by the report generation...
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...
CPU Scheduling Simulator 0.6 released!
Download CPUSS 0.6 Some cool new features added in this release, they include: Variance Standard Deviation CPU Busy Time CPU Idle Time Get average wait time for a category of process (this uses a predicate function) I am tempted to say that this build...
CPU Scheduling Simulator 0.5 released!
Download CPUSS 0.5 I got bored today (I really should be preparing for stuff I have coming up in the next few days!!) looking at random stuff in preparation for the next few days, so I broke off for a while and decided to finish up CPUSS 0.5 release which...
CPUSS: Using the SJF Expert Rule
The SJF Expert Rule strategy is designed to elevate the priority of large processes based on a precondition defined by the user, that basically says if the current % of processes in the ready queue is greater than N then execute some of the large processes...
More Posts