我用在顶上日志来检查我的服务器的状态。我很困惑下一页选项:
^F - show next page in the process-list (forward)
atop
显示如下进程列表:
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
我按下^F
查看下一个流程,然后我得到了
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
其中所有四个过程都在上一页中。那么,当我按下 时,我到底会改变什么^F
?
编辑
- 操作系统:Debian GNU/Linux 7.0(喘息)