SYSTEMPROFILER(8) BSD System Manager's Manual SYSTEMPROFILER(8)
NAME
systemprofiler -- reports system hardware and software configuration.
SYNOPSIS
systemprofiler [-usage]
systemprofiler [-listDataTypes]
systemprofiler [-xml] dataType1 ... dataTypeN
systemprofiler [-xml] [-detailLevel level]
DESCRIPTION
systemprofiler reports on the hardware and software configuration of the
system. It can generate plain text reports or XML reports which can be
opened with SystemProfiler.app
systemprofiler is a replacement for /usr/sbin/AppleSystemProfiler.
Unlike that earlier tool systemprofiler does not rely on AppleScript or
the Window Server and can be reliably used over a remote connection.
The following options are available:
-xml Generates a report in XML format. If the XML report
is redirected to a file with a ".spx" suffix that
file can be opened with System Profiler.app.
-listDataTypes Lists the available datatypes.
-detailLevel level Specifies the level of detail for the report:
mini report with no personal information
basic basic hardware and network information
full all available information
-usage Prints usage info and examples.
EXAMPLES
systemprofiler
Generates a text report with the standard detail level.
systemprofiler -detailLevel mini
Generates a short report containing no personal information.
systemprofiler -listDataTypes
Shows a list of the available data types.
systemprofiler SPSoftwareDataType SPNetworkDataType
Generates a text report containing only software and network data.
systemprofiler -xml > MyReport.spx
Creates a XML file which can be opened by System Profiler.app
AUTHORS
Apple Computer, Inc.
Darwin June 30, 2003 Darwin
|