File: //opt/perf/man/man1/sdlutil.1
.TH SDLUTIL 1
.ad b
.SH NAME
sdlutil \- a program you use to manage DSI data and class
information
.SH SYNOPSIS
.BR sdlutil
\fIlogfile_set\fR
[\fIoptions\fR]
.SH DESCRIPTION
.I sdlutil
is a program which allows you to list or view class or metric
information, statistics for classes, files in a logfile set and
version information. You can also remove classes and data from a
logfile set and recreate a class specification from the
information in the logfile set using this utility.
.SH Options
.TP 15
.B logfile_set
is the name of a logfile set created by compiling a class
specification.
.TP 15
.B -classes classlist
provides a class description of all classes listed. If none are
listed, all are provided. Items in the list must be separated by
spaces.
.TP 15
.B -stats classlist
provides complete statistics for all classes listed. If none are
listed, all are provided. Items in the list must be separated by
spaces.
.TP 15
.B -metrics metriclist
provides metric descriptions for all metrics listed. If none are
listed, all metrics in the logfile set are provided. Items in
the list must be separated by spaces.
.TP 15
.B -id
displays the shared memory segment ID used by the logfile.
.TP 15
.B -files
lists all the files in the logfile set.
.TP 15
.B -rm all
removes all classes and data as well as their data and shared
memory ID from the logfile.
.TP 15
.B -decomp classlist
recreates a class specification from the information in the
logfile set. The results are written to stdout and should be
redirected to a file if you plan to make changes to the file
and re-use it. Items in the list must be separated by spaces.
.TP 15
.B sdlutil -vers
displays version information.
.TP
.B sdlutil -?
displays options for this program. If your system interprets
? as a wildcard character, use an invalid option such as -xxx
instead of -?.
.SH SEE ALSO
sdlcomp(1), dsilog(1).