Prev / Next

2006-04-22 / top-mode.el --- run "top" from emacs

http://lists.gnu.org/archive/html/gnu-emacs-sources/2004-07/msg00033.html

Emacs 上で top.

(require 'top)


して,M-x top で実行.

操作は
- g で refresh
- U で user で process の絞り込み
- m で mark
- u で unmark

mark した process に対して
- strace
- kill
- renice
が可能.

comments powered by Disqus