Mailinglist Archive: opensuse-factory (1233 mails)

< Previous Next >
Re: [opensuse-factory] Rediculous bittorrent speed/slowness...
  • From: josef reidinger <jreidinger@xxxxxxx>
  • Date: Thu, 06 Nov 2008 23:33:56 +0100
  • Message-id: <491370D4.6090005@xxxxxxx>
M9. napsal(a):


Eberhard Moenkeberg schreef:
| Hi,
|
|
| lsof shows which processes/users have which files open.
|
|
| Viele Grüße
| Eberhard Mönkeberg (emoenke@xxxxxxx, em@xxxxxxx)
|

Too much info, and the info i am looking for scrolls down real fast, and
is gone when i am searching for it...
How to let it go slowly?


use pipe (|) and grep for filter or less for view...or redirect to file
and then look at it.
so:
lsof arg | grep `pid your_torent_client`
lsof arg | less
lsof arg > output.txt
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups