Operating System - Tru64 Unix
1748011 Members
4977 Online
108757 Solutions
New Discussion юеВ

How to View all Events ??

 
Ali Humaidan
Occasional Advisor

How to View all Events ??

How to write a C program to view all system/application events in real time as they occur ???
2 REPLIES 2
Joris Denayer
Respected Contributor

Re: How to View all Events ??

Ali,

I hope you're working in V5.
You can then use evmwatch to do the same thing.

Joris
To err is human, but to really faul things up requires a computer
Ralf Puchner
Honored Contributor

Re: How to View all Events ??

command to view last events:
# evmget -f "[age < 1d]" |evmshow -d|more

or

# evmget | evmshow

for all events. To monitor events on the fly, use

# evmwatch | evmshow

The documentation on www.tru64unix.compaq.com -> documentation -> V5.x -> Administration will give you a clue howto integrate filters or howto setup the event handling system to pass events to your application.

Help() { FirstReadManual(urgently); Go_to_it;; }