SE Toolkit 3.5.0-dev-2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News SE Toolkit 3.5.0-dev-2 (Default branch)
# 1  
Old 04-19-2008
SE Toolkit 3.5.0-dev-2 (Default branch)

The SE Toolkit is a collection of scripts forperformance analysis and system diagnostics. Itallows automatic analysis of system health statusand gives advice on performance improvement. Thescripts are written in SymbEL, an interpretedlanguage focused on reading kernel data. It hasbeen a standard in system performance monitoringfor the Solaris platform over the last 10 years.License: GNU General Public License v2Changes:
The transfer rate of fjgi doesn't overflow anymore. Missing instance definitions in several kstat structures have been added. New kstat structures for e1000g, ipge, aggr, fjge, and bnx network interfaces have been added. The network interfaces bge and dmfe now use :kstat-style notation. kstat(1M)-style specification of kstat members can now be used. The current includes files from Orca have been pulled in. Extended regular expressions can be used now. The file workinfo_class has been added from Orca to distribution. This release has switched to autoconf/automake/libtool. The orcallator has been removed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
KGMON(8)						      System Manager's Manual							  KGMON(8)

NAME
kgmon - generate a dump of the operating system's profile buffers SYNOPSIS
/usr/sbin/kgmon [ -b ] [ -h ] [ -r ] [ -p ] [ system ] [ memory ] DESCRIPTION
Kgmon is a tool used when profiling the operating system. When no arguments are supplied, kgmon indicates the state of operating system profiling as running, off, or not configured. (see config(8)) If the -p flag is specified, kgmon extracts profile data from the operating system and produces a gmon.out file suitable for later analysis by gprof(1). The following options may be specified: -b Resume the collection of profile data. -h Stop the collection of profile data. -p Dump the contents of the profile buffers into a gmon.out file. -r Reset all the profile buffers. If the -p flag is also specified, the gmon.out file is generated before the buffers are reset. If neither -b nor -h is specified, the state of profiling collection remains unchanged. For example, if the -p flag is specified and pro- file data is being collected, profiling will be momentarily suspended, the operating system profile buffers will be dumped, and profiling will be immediately resumed. FILES
/vmunix - the default system /dev/kmem - the default memory SEE ALSO
gprof(1), config(8) DIAGNOSTICS
Users with only read permission on /dev/kmem cannot change the state of profiling collection. They can get a gmon.out file with the warn- ing that the data may be inconsistent if profiling is in progress. 4.2 Berkeley Distribution November 17, 1996 KGMON(8)