On Mon, Aug 07, 2006 at 08:26:36PM -0700, Garrett D'Amore wrote: > Gavin Maltby wrote: > > Garrett D'Amore wrote: > >> I'm trying to do some debugging related to interrupts, and I thought I > >> would try getting the interrupt counts (I'm especially interested in > >> knowing what Schizo thinks.) So I thought I would try vmstat -i. > > > > I know this doesn't help with vmstat -i but you may find > > /usr/sbin/intrstat helps your aims. On sparc > > /usr/sbin/trapstat also gives some visibility. > > Wow, those are useful. I guess those are new in Solaris 10? (DTrace > features, I guess?)
trapstat(1M) was introduced in Solaris 9, and uses its own instrumentation methodology (dtrace cannot instrument traps). intrstat(1M) is a dtrace-based utility. > > > > Cheers > > > > Gavin > > > -- > Garrett D'Amore, Principal Software Engineer > Tadpole Computer / Computing Technologies Division, > General Dynamics C4 Systems > http://www.tadpolecomputer.com/ > Phone: 951 325-2134 Fax: 951 325-2191 > > _______________________________________________ > opensolaris-code mailing list > [email protected] > http://mail.opensolaris.org/mailman/listinfo/opensolaris-code -- Jonathan Adams, Solaris Kernel Development _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
