[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.programming.threads

Universal Scalability Law (USL) version 1.0

Ramine

3/26/2016 4:44:00 PM

Hello,

I have just implemented a very powerful tool called USL using
mathematics, please read about it here:

http://www.perfdyn...Manifesto/USLscalab...


Here it is:

Universal Scalability Law (USL) for Delphi and FreePascal version 1.0


Author: Amine Moulay Ramdane.

Email: aminer@videotron.ca


Description:

This program analyzes system performance data with the Universal
Scalability Law (USL), and it compiles with Delphi XE versions and
FreePascal.

You have to supply the performance data as a csv file format,
please take a look at the supplied csv file called "data.csv",
the first line of the names of the colomuns of the csv file must
be commented by "#" character.

Just compile the usl.pas program and run it by executing it
on the command prompt like this: usl data.csv

The Universal Scalability Law (USL) was developed by Dr. Neil J.
Gunther. It can be used to analyze system performance data in order to
learn more about the scalability limitations of the system.

Details are presented in the book *Guerrilla Capacity Planning*.

Authors of Universal Scalability Law website:

http://www.perfdyn...


- Platform: Win32 ,Win64,Linux,OSX



Thank you,
Amine Moulay Ramdane.
1 Answer

Ramine

3/26/2016 4:50:00 PM

0


Hello,


You can download it from here:

https://sites.google.com/site/aminer68/universal-scalability-law-for-delphi-and-...


Thank you,
Amine Moulay Ramdane.