Changes between Version 5 and Version 6 of Old/Documentation/OTG/Measurement/DatabaseProcess
- Timestamp:
- Mar 6, 2006, 9:41:18 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Documentation/OTG/Measurement/DatabaseProcess
v5 v6 58 58 my ($dbname,$f1, $f2) = @_; 59 59 open (OUTFILE1, "> $f1"); 60 || die "Can't open file to save temporary TX data $!\n"; 60 61 open (OUTFILE2, "> $f2"); 62 || die "Can't open file to save temporary RX data $!\n"; 61 63 my $dbh = Mysql->connect($hostname, $dbname, $user, $password); 62 64 my $sql_query1="SELECT sequence_no, pkt_seqno, pkt_size_sample_sum, tx_timestamp from sender_otg_senderport";