Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable the result sets to be picked up for any further custom processing #3

Open
nhoening opened this issue Nov 12, 2013 · 0 comments
Labels

Comments

@nhoening
Copy link
Owner

Currently, you'd use StoSims internally-built gnuplot or GnuR scripts, or you hook your own scripts into this loop. However, maybe you want to do something very different with the results. There should be a clean output method for these results, so one can pick them up as files and do whatever.

Actually, we should have a clean modular structure here, just as we have in the execution workflow. As in, you can have any code that does something with log data, we just keep control of where the data is coming from and where you can pick it up.

The workflow delivers one or two (or more?) sets of log data, on which some analysis can be done. Any module should just specify what data sets it should receive and how it should be called. This would maybe work like we call the executable, very much abstracted away from what it actually is, as long as it is able to read in the data sets, we're fine. The data sets are put somewhere as files and passed as filenames to the analysis module/script.

The things we have right now (gnuplotting, r-tests), should be made into pre-defined modules that plug into that workflow like any other module (not sure how yet, that is design work, also with regard to how a module can be paramterised).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant