|
26 | 26 | .\" Homepage: https://www.nntb.no/~dreibh/netperfmeter/ |
27 | 27 | .\" |
28 | 28 | .\" ###### Setup ############################################################ |
29 | | -.Dd October 11, 2025 |
| 29 | +.Dd November 11, 2025 |
30 | 30 | .Dt createsummary 1 |
31 | 31 | .Os CreateSummary |
32 | 32 | .\" ###### Name ############################################################# |
|
58 | 58 | .Nm createsummary |
59 | 59 | is a summarisation tool for scalar files: it creates one CSV/GNU R data table file (using tabulator as column separator) 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!): |
60 | 60 | .Bl -tag -width indent |
61 | | -.It Fl Fl varnames variables |
| 61 | +.It Fl Fl varnames=variables |
62 | 62 | A space-separated list of output variable names to be added to the output data tables. |
63 | | -.It Fl Fl values values |
| 63 | +.It Fl Fl values=values |
64 | 64 | Sets the values of the output variables for the next scalar file to the provided space-separated values. One value for each variable has to be provided. |
65 | | -.It Fl Fl logfile name |
| 65 | +.It Fl Fl logfile=name |
66 | 66 | Sets the log file for the next scalar file. On an error related to this scalar file, the log file's name is displayed. This option can be used to identify bad simulation/measurement runs by pointing to the log file being created for |
67 | 67 | the simulation/measurement. |
68 | | -.It Fl Fl statusfile name |
| 68 | +.It Fl Fl statusfile=name |
69 | 69 | Sets the status file for the next scalar file. On an error related to this scalar file, the status file is deleted. This option can be used to repeat bad simulation/measurement runs by re-running the simulation/measurement on missing status files. |
70 | | -.It Fl Fl input filename |
| 70 | +.It Fl Fl input=filename |
71 | 71 | Process the given scalar file. |
72 | | -.It Fl Fl skip prefix |
| 72 | +.It Fl Fl skip=prefix |
73 | 73 | All scalars beginning with the given prefix are not written to output tables. This option can be used to filter out unnecessary results. |
74 | | -.It Fl Fl simulationdirectory Directory |
| 74 | +.It Fl Fl simulationdirectory=directory |
75 | 75 | Sets the directory where to find the scalar files. |
76 | | -.It Fl Fl resultsdirectory Directory |
| 76 | +.It Fl Fl resultsdirectory=directory |
77 | 77 | Sets the directory where to write the summary tables to. |
78 | 78 | .It Fl Fl ignore-scalar-file-errors |
79 | 79 | Ignore scalar file errors (that is, missing input files) instead of aborting. |
|
0 commit comments