Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

abrt-cli(1) [centos man page]

ABRT-CLI(1)							    ABRT Manual 						       ABRT-CLI(1)

NAME
abrt-cli - List, remove, print, analyze, report problems SYNOPSIS
abrt-cli list [-vdf] [DIR]... abrt-cli rm [-v] DIR... abrt-cli report [-v] DIR... abrt-cli info [-vd] [-s SIZE] DIR... OPTIONS
-v,--verbose Be more verbose. Can be given multiple times. -d,--detailed Show detailed report -n,--not-reported List only not-reported problems -s,--size SIZE: Text larger than SIZE bytes will be shown abridged AUTHORS
o ABRT team abrt 2.1.11 06/18/2014 ABRT-CLI(1)

Check Out this Related Man Page

ABRT-ACTION-ANALYZ(1)						    ABRT Manual 					     ABRT-ACTION-ANALYZ(1)

NAME
abrt-action-analyze-java - Calculate and save UUID & DUPHASH and determine the level of usability for reporting of a Java stack trace. SYNOPSIS
abrt-action-analyze-java [-v] [-d DIR] [-o] [-f FILE] DESCRIPTION
The tool reads the file named backtrace from a problem data directory, processes it and generates a universally unique identifier (UUID). Then it saves this data as new element uuid. It also checks whether the stack trace contains a remote address in any of its frames and if so it creates not-reportable element whose contents explains why the stack trace should not be reported into a bug tracking system. Integration with ABRT events abrt-action-analyze-java can be used to generate the UUID & DUPHAS of a newly saved Java stack trace. EVENT=post-create analyzer=Java abrt-action-analyze-java OPTIONS
-d DIR Path to a problem directory. The tool reads the backtrace from stdin when neither this option nor -f is provided. -f FILE Path to a stack trace. The tool reads the backtrace from stdin when neither this option nor -d is provided. -o Print the result to stdout. -v Be more verbose. Can be given multiple times. AUTHORS
o ABRT team abrt-java-connector 01/19/2014 ABRT-ACTION-ANALYZ(1)
Man Page