Re: [htop-general] Pausing process state
Brought to you by:
loderunner
From: <ms...@wp...> - 2007-03-30 22:16:56
|
On 2007-03-31 0:11:50 +0200, "Hisham Muhammad" wrote: >> Is it possible to pause process state in a current moment (for example >> to analize it deeply)? > > You can pause a process sending it a SIGSTOP signal with the Kill > function, and resume it later sending a SIGCONT. It's the equivalent > of pausing a process in the shell with ctrl-Z. Well, probably I didn't precise question clear enough. I would like to make a snapshot of the states of all processes displayed by htop in a current moment (tell htop to freeze current list/display and not refresh it until my "resume" command). Regards Marcin |