Defining a Raw Report

When you generate a Raw report from the command line, you can specify which fields to display. See the section, Raw Report Fields, for a list of available fields. Fields are displayed in the order specified. Each field specification consists of the –field parameter, the field name, the display width of the field, and the field justification:

-field “field_name [,col_width] [,col_justification]”

For example:

-field “event, 10, left”

You also have control over the length and justification of those fields. The width is specified by number of spaces and can be set according to the size of the data and number of fields in your report. Report columns can be right or left justified. By default, each entry is left-justified in its column.

These field settings produce the Raw report output that follows them:

-field “event,6,left”

-field “user,8,left”

-field “user_hostname,10”

-field “user_display,15”

-field “count,1”

-field “event_time,18”

-field “duration,11,right”

 

Raw report output

Event

User

Host

Display

#

Time

Duration

Unsupp

brian

ss4

indigo2:0:0

1

May 9 14:12:41

00d 00:00:00

Used

brian

   

1

1 May 09 14:05:14

ood

00:07:37

You can specify -field why to display why each license request was denied.