Greetings, we have a benchmark that we use on Linux which among other things reports the CPU load (for usr, sys, irq, io) and the interrupt rate (for a given IRQ or for all). It is very useful to have all vital data in the output of this benchmark, related precisely to each of the various tests performed within a single execution.
Implementation of this is straightforward on Linux using the /proc file system, resulting in pretty good accuracy provided the sample periods are at least a couple of seconds. How can I port these features to Solaris? I know dtrace and *stat tools can report all of this, but we want to collect this data from within the benchmark. Any pointers or ideas? Joachim -- Joachim Worringen, Software Architect, Dolphin Interconnect Solutions phone ++49/(0)228/324 08 17 - http://www.dolphinics.com _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
