Hi, getting back to a very old question:
> > Is there a method to get the number of elements in > an aggregation? > In probe context, no; that information only exists > in the userland address space of the dtrace(1M) > process after it has snapshotted and processed the > aggregation data. OK, so no access in probe context. But what about dtrace:::END? Although being called a probe, I guess it would be the place where the information required could be available (and accessed safely). Is that correct? Would it make sense to request that DTrace provides means to access the number of elements of an aggregation in dtrace:::END? It really would ease postprocessing of collected data. Cheers, Manfred This message posted from opensolaris.org
