Changes between Version 5 and Version 6 of Old/Documentation/OTG/Measurement/DatabaseProcess


Ignore:
Timestamp:
Mar 6, 2006, 9:41:18 PM (18 years ago)
Author:
zhibinwu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Documentation/OTG/Measurement/DatabaseProcess

    v5 v6  
    5858  my ($dbname,$f1, $f2) = @_;
    5959  open (OUTFILE1, "> $f1");
     60         || die "Can't open file to save temporary TX data $!\n";
    6061  open (OUTFILE2, "> $f2");
     62         || die "Can't open file to save temporary RX data $!\n";
    6163 my $dbh = Mysql->connect($hostname, $dbname, $user, $password);
    6264 my $sql_query1="SELECT sequence_no, pkt_seqno, pkt_size_sample_sum, tx_timestamp from sender_otg_senderport";