 |
Index for Section 1 |
|
 |
Alphabetical listing for E |
|
 |
Bottom of page |
|
evminfo(1)
NAME
evminfo - Provides information about EVM
SYNOPSIS
evminfo -vp
OPTIONS
-vp Writes a string to stdout that can be used as the first two components
(vendor & product) of a system event name.
DESCRIPTION
The evminfo command currently requires the -vp argument to be supplied. It
is provided to enable script writers to refer to system events in a way
that is independent of the host system.
EXAMPLES
The following example illustrates the use of evminfo -vp to preserve system
independence in a shell script that monitors system events.
VP=`evminfo -vp`
evmwatch -f "[name $VP]" | evmshow
EXIT VALUES
The following exit values are returned:
0 Successful completion
not 0
An error occurred
SEE ALSO
Commands: evmget(1), evmpost(1), evmshow(1), evmsort(1), evmwatch(1)
Event Management: EVM(5)
EVM Events: EvmEvent(5)
Event Filter: EvmFilter(5)
 |
Index for Section 1 |
|
 |
Alphabetical listing for E |
|
 |
Top of page |
|