
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
CS Linux 2.1RC1 & 1.55
|
|
| Planning Status: |
Unspecified
|
|
FB CS 1.5 or 2.1.RC1 on Linux. Can not redirect "fb_lock_print -ia 10 9999" output to a file. For some reason standard
redirection does not work, all output is going only into console. Is there any trick to do that, some special switch or it's a "random feature" of this
utility?
Update: Problem is output does not get flushed to a file between iterations.
|
|
Description
|
FB CS 1.5 or 2.1.RC1 on Linux. Can not redirect "fb_lock_print -ia 10 9999" output to a file. For some reason standard
redirection does not work, all output is going only into console. Is there any trick to do that, some special switch or it's a "random feature" of this
utility?
Update: Problem is output does not get flushed to a file between iterations. |
Show » |
|
fbs bin # ./fb_lock_print -ia 1 5 >a
fbs bin # cat a
19:00:28 acquire/s acqwait/s %acqwait acqrtry/s rtrysuc/s
19:00:29 0 0 0 0 0
19:00:30 0 0 0 0 0
19:00:31 0 0 0 0 0
19:00:32 0 0 0 0 0
19:00:33 0 0 0 0 0
Average: 0 0 0 0 0
And must say there is no special output processing - just fprintf(stdout, .....)