eclipse-openj9 / openj9-utils

Other
16 stars 29 forks source link

Save info received by network clients to log #67

Closed mpirvu closed 3 years ago

mpirvu commented 3 years ago

When the perf agent sends tracing information to the networking clients, that information is displayed on the screen. With so much text flushing on the screen it's difficult to type any new command. It's better to store this information to a log/file at the client, rather than displaying it on screen.

yathamravali commented 3 years ago

Raised PR for this https://github.com/eclipse-openj9/openj9-utils/pull/64 already.