TOOLS
PEPS - Performance Evaluation Of Parallel Systems
The main objective of PEPS is to facilitate the solution of large discrete event systems, in situations where classical methods fail. PEPS may be applied to the modelling of computer systems, telecommunication systems, road traffic, or manufacturing systems.
The current version of PEPS is sequential and written in C++. It may be to compute the steady state vector and performance indexes related to a model described as a network of stochastic automata. It has a textual interface and permits the use of different optimization strategies and various iterative schemes.
Download
Software PEPS2003 for Linux
Software PEPS2003 for Windows
PEPS Manual
Compiled version
Compiled PEPS obs.: you must chmod a+x bin/peps in order to work.
Oficial Site
http://www-id.imag.fr/Logiciels/peps/
Examples
Examples SAN for PEPS
Some examples SAN for PEPS
Steps
1- unzip the file ("tar xvfz peps.tar.gz")
2- execute the Makefile ("make")
3- execute PEPS in ./peps/bin directory ("./peps")
Back