Mailinglist Archive: opensuse-factory (1233 mails)

< Previous Next >
Re: [opensuse-factory] Rediculous bittorrent speed/slowness...
  • From: Randall R Schulz <rschulz@xxxxxxxxx>
  • Date: Thu, 6 Nov 2008 15:14:48 -0800
  • Message-id: <200811061514.48312.rschulz@xxxxxxxxx>
On Thursday 06 November 2008 14:33, josef reidinger wrote:
M9. napsal(a):
Eberhard Moenkeberg schreef:
| Hi,
|
| lsof shows which processes/users have which files open.
|
|...

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`

The "lsof" command can filter by process ID(s) itself, both inclusively
and exclusively. See the man page and look for information on the -p
option.


lsof arg | less
lsof arg > output.txt


Randall Schulz
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx

< Previous Next >
References