GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
combinesummaries(1) FreeBSD General Commands Manual combinesummaries(1)

combinesummaries
Scalar Summary Combination Tool

combinesummaries [Output File] [Var Names] -quiet

combinesummaries is a combination tool for GNU R data files: it creates a single data table from multiple input files. CombineSummaries supports on-the-fly BZip2 compression. After startup, the program accepts the following commands from standard input (*not* as command-line arguments!):
--values=Values
Sets the values of the output variables for the next input file to the provided space-separated values. One value for each variable has to be provided.
--input=Filename
Process the given input file.
--simulationdirectory=Directory
Sets the directory where to find the input files.

The following arguments may be provided:
Output File
The name of the output file to be created.
Var Names
A space-separated list of output variable names to be added to the output data tables.
Do not print verbose status information.

Consider two data tables v1.data.bz2 (created with ParameterY=Alpha) and v2.data.bz2 (created with ParameterY=Beta). The output data table should be written to output.data.bz2.
( echo "--values=\"Alpha\"" && \
echo "--input=v1.data.bz2" && \
echo "--values=\"Beta\"" && \
echo "--input=v2.data.bz2" ) | combinesummaries output.data.bz2 "ParameterY"

Thomas Dreibholz
https://www.uni-due.de/~be0001/netperfmeter
mailto://dreibh@iem.uni-due.de
June 27, 2010 CombineSummaries

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.