alessioc schrieb:
i mean the total number of open file descriptors, i'm not sure the command you 
reported shows this.
(what i'm trying to transpose to solaris is the concept explained here: 
http://www.netadmintools.com/art295.html)

Yes, the numbers should be the same.

1. On Solaris, there is no upper limit on the number of open descriptors
2. File descriptor memory is handled by the kmem_cache_* functions,
   see kmem_cache_create(9F), they maintain kstat info automatically.
   You can get the whole kmem_cache info for the file cache via
        kstat -n file_cache
3. More details on
        http://cvs.opensolaris.org/source/xref/on/usr/src/uts/common/os/fio.c
   Functions falloc() and unfalloc()

--
Daniel
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to