The Processing Sharing Fork Join Simulator: PSSIM
Last Update: November 2009, Version 0.1

About:
     The PSSIM simulator simulates processor sharing queues.  In its current form, it simulates two processor sharing queues that serve fragments of the same job, as described in the paper: Paper [PDF]. It can also use the join the shortest queue routing policy.

     The source for PSSIM is written in C and is "quite rough" (i.e. one long file, which does the job "quick and dirty").  But, it is quite efficient and can hopefully be modified when needed.  There is some documentation inside the source code file, main.cpp.

Source:   Download version 0.1 sources (zipped)