Granville Barnett

Browse by Tags

All Tags » CPUSS (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.9 RC released!
Download CPUSS 0.9! In this release I have fixed a few things, as well as added a few new minor features to make analysis of scheduling algorithms a lot quicker, some of which include: CPU Utilization % Turnaround times for each process Response times...
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...
CPUSS Beta 1 released!
Download CPUSS A few new things in this release: Command line report generator Variance and standard deviation methods that take predicate functions as args Repeat runner Html report generator Graphing support Download CPUSS Note: since I added a reference...
Free graphing libraries for .NET - my thoughts
I've not really looked around until today, but I really wanted to include graphing as part of some tooling for CPUSS and I found two libraries: NPlot ZedGraph Each of which from what I have read on the web has a pretty decent reputation, although NPlot...
Posted: Mar 23 2008, 09:49 PM by gbarnett | with 6 comment(s)
Filed under: , , ,
Variance and standard deviation of process wait times with CPUSS
Getting the variance and standard deviation of process wait times over the course of the simulation is really simple, it's simply a call to a few methods. Note: in CPUSS 0.7 there will be overloads for GetVariance and GetStandardDeviation that accept...
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...
Getting average wait times for processes with certain properties via predicate functions
This is the first time really that passing in a predicate function has made sense. I use the Func<T0, ...> type that takes a Process parameter and returns a bool, below is an example of using the overridden version of GetAverageWaitTime with a predicate...
Using CPU Scheduling Simulator with F#
Just a quickie and a dead simple example, CPUSS is really easy to use with any managed language including C++/CLI, VB.NET and F# but I chose F# to create a real easy program to show the synergy between the two as you might expect is very good. 1 #light...
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...
More Posts Next page »