I use atop logs to examine state of my server. I am confused next page option:
^F - show next page in the process-list (forward)
atop shows me a process list as follows:
21559 ... 2013/03/13 12:59:52 active active -- - S 0% python2.7
21565 ... 2013/03/13 12:59:52 active active -- - S 0% python2.7
21533 ... 2013/03/13 12:59:52 active active -- - S 0% python2.7
21534 ... 2013/03/13 12:59:52 active active -- - S 0% python2.7
21535 ... 2013/03/13 12:59:52 active active -- - S 0% python2.7
21538 ... 2013/03/13 12:59:52 active active -- - Z 0% python2.7
21541 ... 2013/03/13 12:59:52 active active -- - Z 0% python2.7
21544 ... 2013/03/13 12:59:52 active active -- - Z 0% python2.7
I press ^F to see next processes and I get
21535 ... 2013/03/13 12:59:52 active active -- - S 0% python2.7
21538 ... 2013/03/13 12:59:52 active active -- - Z 0% python2.7
21541 ... 2013/03/13 12:59:52 active active -- - Z 0% python2.7
21544 ... 2013/03/13 12:59:52 active active -- - Z 0% python2.7
where all four processes were in the previous page. So, what exactly do I change when I press ^F?
Edit
- OS: Debian GNU/Linux 7.0 (wheezy)
atopupdating the displayed page? Perhaps processes on the first page are then moved to the second and that is why you see them. – terdon Mar 15 at 14:13^Fto do? It sounds like you are usinglessormoreto see the files, what you described is the typical behavior of both programs,^Fwill show the next page and the last few lines of the previous one. – terdon Mar 15 at 14:37