[Konsole-devel] [Bug 253314] Konsole performance: programs that print a lot of text on stdout/stderr slow down a lot

Robert Knight robertknight at gmail.com
Wed Oct 6 22:53:35 UTC 2010


https://bugs.kde.org/show_bug.cgi?id=253314


Robert Knight <robertknight at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robertknight at gmail.com




--- Comment #1 from Robert Knight <robertknight gmail com>  2010-10-07 00:53:34 ---
Konsole already does what you describe.  Repeated updates are buffered and only
sent to the screen at periodic intervals.  However, there is still a cost to
updating the screen periodically and processing all the changes received from
the terminal.

> For example, this slowdown was caused by konsole: user=20152ms
> sys=403ms wall=73273ms

That doesn't tell us much.  If you have a benchmark you need to provide
instructions sothat other people can follow to reproduce it.

> Of course, there is always a workaround of just directing 
> the output into file.

That is not just a 'workaround', it is the right thing to do.  If you actually
care about what is output to the screen and what to search it, filter it or do
some other analysis of it then that is a lot easier if the content is written
to a file.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list