On 23 Dec 2011, at 12:58, James Carlson wrote: > Anne Adema wrote: >> Hi >> >> Does anyone has a dtrace script which determine in a life system the >> amount of open files per process id in a Non Global Zone. > > In general, dtrace allows you to look at *events* as they occur. It's > not so good at summarizing system state at a point in time.
Is the global fds[] array any use here? It isn't clear if it is the complete set of fds open by the process at any point in time, or just the set that dtrace has observed the process accessing. Chris _______________________________________________ dtrace-discuss mailing list dtrace-discuss@opensolaris.org