guider icon indicating copy to clipboard operation
guider copied to clipboard

Increase selection of data output streams

Open elfring opened this issue 4 years ago • 6 comments

We got used to write some data into standard output (and standard error output) channels. I suggest to increase the selection of output targets occasionally so that specific structures will be put into separate data streams (instead of displaying some information at the same place by default).

elfring avatar Oct 01 '21 08:10 elfring

Do you know -o option to save output to specific file?

iipeace avatar Oct 01 '21 09:10 iipeace

This parameter refers only to a single output file, doesn't it?

elfring avatar Oct 01 '21 09:10 elfring

Yes! a file can be assigned to each thread. What more channels do you need? multiple files on same data? or sockets?

iipeace avatar Oct 01 '21 09:10 iipeace

Another example:

  • In which stream should information be put about data loading for shared libraries?
  • Can each analysis report variant get redirected into a separate file?

elfring avatar Oct 01 '21 09:10 elfring

In which stream should information be put about data loading for shared libraries?

do you wanna function tracing data for specific actions such like shared library loading, garbage collection, process cleanup?

Can each analysis report variant get redirected into a separate file?

I don't have plan to support customized data format output now.

iipeace avatar Oct 01 '21 13:10 iipeace

I imagine that area-specific output fine-tuning will become also interesting.

The imaginations will evolve further for the support of possible software extensions. :thinking:

elfring avatar Oct 01 '21 14:10 elfring