[Orca-users] Re: Orca input files
Blair Zajac
blair at orcaware.com
Tue Aug 28 09:05:15 PDT 2001
Orca can't do this currently. You'll have to use a program like join
or write a script to merge the two outside of Orca and then have Orca
process the combined file.
If the two files have different timestamps, you can write a simple
Perl script that reads both, and for those timestamps where there
is only a measurement for one input file, output 'U' for the other
measurement. So something like
file A
1000 10
1010 20
1020 15
file B
1001 30
1010 13
1021 30
would result in
1000 10 U
1001 U 30
1010 20 13
1020 15 U
1021 U 30
Blair
einar at hp.is wrote:
>
> If I have data for one host in two separate files
> (one for input traffic and one for output traffic)
> is it possible to make a plot { } statement that
> generates one graph with data from both input files ?
> example input and output traffic for one particular router ?
>
> Einar
More information about the Orca-users
mailing list