createsummary(1) | General Commands Manual | createsummary(1) |
createsummary
—
Scalar File Summarization Tool
createsummary |
[Var Names] -batch
-interactive
-compress=Level
-ignore-scalar-file-errors |
createsummary
is a summarization tool for
scalar files: it creates one GNU R data table file for each scalar.
CreateSummary supports on-the-fly BZip2 compression. After startup, the
program accepts the following commands from standard input (*not* as
command-line arguments!):
--varnames=Variables
--values=Values
--logfile=Name
--statusfile=Name
--input=Filename
--skip=Prefix
--simulationdirectory=Directory
--resultsdirectory=Directory
--ignore-scalar-file-errors
The following arguments may be provided:
-batch
-interactive
-compress=0-9
-ignore-scalar-file-errors
Consider two simulation results test1.sca.bz2 (created with
ParameterX=One) and test2.sca.bz2 (created with ParameterX=Two). The scalar
files are located in the current directory, the output tables should be
written to /tmp with compression level 5:
( echo "--simulationsdirectory=." && \
echo "--resultsdirectory=/tmp" && \
echo "--values=One" && \
echo "--input=test1.sca.bz2" && \
echo "--values=Two" && \
echo "--input=test2.sca.bz2" ) | createsummary
"ParameterX" -compress=5
Thomas Dreibholz
https://www.uni-due.de/~be0001/netperfmeter
mailto://dreibh@iem.uni-due.de
October 1, 2014 | CreateSummary |