Ian Goldberg 0df47ce617 Expand the xrange of the plots to show the new 30% scale data points пре 4 година
..
README e3e184a106 Add analysis and plotting scripts пре 4 година
analytical.py e3e184a106 Add analysis and plotting scripts пре 4 година
bytecounts.py e3e184a106 Add analysis and plotting scripts пре 4 година
parselogs.py 3f941d45ca The test for entering steady state was wrong пре 4 година
plotdats.py 0df47ce617 Expand the xrange of the plots to show the new 30% scale data points пре 4 година

README

The bytecounts.py script produces the formulas that are coded into the
analytical.py script.

The analytical.py script produces the formulas that are coded into the
plotdats.py script.

You shouldn't have to touch either of those, unless the simulator itself
changes.

If you're just plotting the output of simulator logfiles, just do:

$ ./parselogs.py ../path/to/*.log

(the above will generate 5 .dat files)

$ ./plotdats.py

(the above will generate a bunch of .pdf graphs)