1

Header lists all CPUs/cores and keeps re-sizing as I go back in time with t and T. I read though the help and tried searching.

How to hide that header?

slm
  • 7,355
  • 16
  • 54
  • 72
Aleksandr Levchuk
  • 2,415
  • 3
  • 21
  • 41

1 Answers1

4

It's hidden in the man page at line 404. Use l and define each header line. In short, if you only want to see one header line for CPU you would type l (that's a lower case L) then 1 (the number one) and hit enter for the other summary statistics. Here's the man page output.

 l    Limit the number of system level lines for the counters per-cpu, the active disks and
            the  network  interfaces.   By default lines are shown of all CPUs, disks and network
            interfaces which have been active during the last interval.  Limiting these lines can
            be  useful  on systems with huge number CPUs, disks or interfaces in order to be able
            to run atop on a screen/window with e.g. only 24 lines.
slm
  • 7,355
  • 16
  • 54
  • 72
Keith
  • 56
  • 1