PreviousNext

audevents show

Returns the contents of an event class. The syntax is:

audevents show event_class_list

Description
The audevents show operation returns the contents of an event class. The argument is a list of names of event classes. For each event class, audevents show returns the event class name and the numbers of the events in the event class. (The numbers are 32-bit integers displayed in hexadecimal format.)

Privileges Required
You must have r (read) permission to the directory dcelocal/etc/audit/ec.

Examples

dcecp> audevents show dce_audit_filter_query
{dce_audit_filter_query 0x101 0x102}
dcecp>

dcecp> audevents show {dce_audit_filter_query dce_dts_time_provider}
{dce_audit_filter_query 0x101 0x102}
{dce_dts_time_provider 0x211 0x212}
dcecp>