Files
PolyORB/examples/bbs/stats/siz2data
Thomas Quinot 716fb54ac0 Update to data collection scripts.
[Imported from Perforce change 5912 at 2006-12-01 19:50:32]

Subversion-branch: /trunk/polyorb
Subversion-revision: 34142
2002-12-02 15:56:01 +00:00

6 lines
90 B
Bash
Executable File

#! /bin/sh
tr = ' ' |
awk '/Elapsed/ { time = $3 }
/siz/ { print $2 " " time }'