[OpenAFS] kernel: afs_NewVCache: warning none freed, using 4000 of 4000

Christof Hanke hanke@rzg.mpg.de
Thu, 08 Mar 2007 12:35:28 +0200


Jim Rees wrote:
> Ken Aaker wrote:
> 
>   There is an lsof command available, Are there some options for lsof that
>   would be useful?
> 
> I don't use it myself, but "lsof |wc" should give you a few hundred files,
> at least on a personal workstation.  If it's over 4000 you may have to play
> with the options to get an accurate count of just the afs files.
> _______________________________________________
> OpenAFS-info mailing list
> OpenAFS-info@openafs.org
> https://lists.openafs.org/mailman/listinfo/openafs-info
Well, I'd  try at least :

lsof | grep " REG " | grep /afs | wc -l

since lsof counts sockets, IP-connections and all sort of stuff.

Christof