Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sosreport(1) [centos man page]

SOSREPORT(1)						      General Commands Manual						      SOSREPORT(1)

NAME
sosreport - Collect and package diagnostic and support data SYNOPSIS
sosreport [-l|--list-plugins] [-n|--skip-plugins plugin-names] [-e|--enable-plugins plugin-names] [-o|--only-plugins plugin-names] [-a|--alloptions] [-v|--verbose] [--report] [--config-file conf] [--batch] [--build] [--name name] [--ticket-number number] [--debug] [--tmp-dir directory] [--profile] [--help] DESCRIPTION
sosreport generates a compressed tar archive of diagnostic information from the running system. The archive may be stored locally or cen- trally for recording or tracking purposes or may be sent to technical support representatives, developers or system administrators to assist with technical fault-finding and debugging. Sos is modular in design and is able to collect data from a wide range of subsystems and packages that may be installed. An XML or HTML report summarizing the collected information is optionally generated and stored within the archive. OPTIONS
-l, --list-plugins List all available plugins and their options. Plug-ins that would not be enabled by the current configuration are listed separately. -n, --skip-plugins PLUGNAME[,PLUGNAME] Disable the specified plugin(s). Multiple plug-ins may be specified by repeating the option or as a comma-separated list. -e, --enable-plugins PLUGNAME[,PLUGNAME] Enable the specified plugin(s). Multiple plug-ins may be specified by repeating the option or as a comma-separated list. -o, --only-plugins PLUGNAME[,PLUGNAME] Enable the specified plugin(s) only (all other plugins should be disabled). Multiple plugins may be specified by repeating the option or as a comma-separated list. -k PLUGNAME.PLUGOPT[=VALUE] Specify plug-in options. The option PLUGOPT is enabled, or set to the specified value in the plug-in PLUGNAME. -a, --alloptions Set all boolean options to True for all enabled plug-ins. -v, --verbose Increase logging verbosity. May be specified multiple times to enable additional debugging messages. -q, --quiet Only log fatal errors to stderr. --report Enable HTML/XML report writing. --config-file CONFIG Specify alternate configuration file. --tmp-dir DIRECTORY Specify alternate temporary directory to copy data as well as the compressed report. --batch Generate archive without prompting for interactive input. --name NAME Specify a name to be used for the archive. --ticket-number NUMBER Specify a ticket number to be used for archive --build Do not archive copied data. Causes sosreport to leave an uncompressed archive as a temporary file or directory tree. --debug Enable interactive debugging using the python debugger. Exceptions in sos or plug-in code will cause a trap to the pdb shell. --profile Enable profiler logging. --help Display usage message. MAINTAINER
Bryn M. Reeves <bmr@redhat.com> AUTHORS &; CONTRIBUTORS See AUTHORS file in /usr/share/doc/sosreport. TRANSLATIONS
Translations are handled by transifex (https://fedorahosted.org/transifex/) Mon Mar 25 2013 SOSREPORT(1)

Check Out this Related Man Page

gst-std-options(5)						   User Commands						gst-std-options(5)

NAME
gst-std-options - standard options available for most GStreamer applications DESCRIPTION
GStreamer standard options which are available for most GStreamer based applications. OPTIONS
The following options are supported: --help-gst Display GStreamer help options. --gst-debug-disable Disables debugging. --gst-debug-help Prints a list of available debug categories and their default debugging level. --gst-debug-level=level Sets the threshold for printing debugging messages. A higher level prints more messages. The useful range is 0-5, the default value is 0. --gst-debug-no-color GStreamer normally prints debugging messages so that the messages are color-coded when printed to a terminal that handles ANSI escape sequences. This option causes GStreamer to print messages without color. Setting the GST_DEBUG_NO_COLOR environment variable achieves the same thing. --gst-debug=string Specifies debugging levels for each category, where string is a colon-separated list of category_name=level pairs. level is in the range 0-5 where 0 shows no messages and 5 shows all messages. The wildcard * can be used to match category names. Use the --gst-debug- help option to show category names. Example: GST_CAT=5:GST_ELEMENT_*=3 --gst-disable-registry-fork Disable the use of fork(2) when scanning the registry. --gst-disable-segtrap Disables trapping of segmentation faults during plugin loading. --gst-fatal-warnings Causes GStreamer to abort if a warning message occurs. --gst-plugin-load=plugins Preloads the plugins specified in a comma-separated list. Another way to specify plugins to preload is to use the environment variable GST_PLUGIN_PATH. --gst-plugin-path=path Adds directories separated with ':' to the plugin search path. --gst-plugin-spew GStreamer info flags to set Enable printout of errors while loading GStreamer plugins. --gst-version Prints the version string of the GStreamer core library. ENVIRONMENT VARIABLES
See environ(5) for descriptions of the following environment variables: GST_DEBUG Comma-separated list of debug categories and levels. Values are the same as used with the --gst-debug argument. GST_DEBUG_NO_COLOR When this environment variable is set, colored debug output is disabled. GST_REGISTRY Path of the registry file. Default is ~/.gstreamer-0.10/registry-*.xml. GST_PLUGIN_PATH Specify a list of directories to scan for additional plugins. These take precedence over the system plugins. GST_PLUGIN_SYSTEM_PATH Specifies a list of plugins that are always loaded by default. If not set, this defaults to the system-installed path, and the plugins installed in the user's home directory. OIL_CPU_FLAGS Useful liboil environment variable. Set OIL_CPU_FLAGS=0 when debugging tools trip over liboil's CPU detection. FILES
The following files are used by GStreamer based applications: ~/gstreamer-0.10/registry-*.xml The XML plugin database. Can be deleted at any time, and it will be recreated automatically when it is needed or when the installed plugins change. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-media | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
gst-feedback(1), gst-inspect(1), gst-launch(1), gst-typefind(1), gst-xmlinspect(1), gst-xmllaunch(1), gstreamer-properties(1), libgstreamer-0.10(3), attributes(5), environ(5), gnome-interfaces(5) NOTES
Original man page written by the GStreamer team at http://gstreamer.net/. Updated by Brian Cameron, Sun Microsystems Inc., 2004, 2006, 2007. SunOS 5.11 12 Nov 2007 gst-std-options(5)
Man Page