intel / processwatch

GNU General Public License v2.0
120 stars 9 forks source link

Limit the Number of Rows Displayed #9

Open matthew-olson-intel opened 8 months ago

matthew-olson-intel commented 8 months ago

On systems with a lot of processes, there are too many rows displayed at a time, so that the most important processes (those at the top) and the column headers no longer fit in one screenful. A few possible solutions:

  1. Filter the displayed processes by some low-hanging fruit (e.g. zero or few samples, under 1% total cycles, etc.).
  2. A switch to limit the number of displayed rows.