ADSM-L

Re: Events table information.

2003-10-27 10:42:40
Subject: Re: Events table information.
From: Anders Pontusson <anders.pontusson AT EXIST DOT SE>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Mon, 27 Oct 2003 16:40:13 +0100
> I am not sure you will be able to do what you want even when you get
> the selection criteria sorted out. The events table on our 5.1.7.2
server
> does not have a column for completion time. If the same is true on your
> server you will probably have to use 'query event' output to compute
> durations.


I believe that information can be found in the summary table (but then
theres no problem with the criterias).

SELECT ENTITY AS NODE_NAME,(END_TIME-START_TIME) AS DURATION FROM SUMMARY
WHERE UPPER(ACTIVITY)='BACKUP' AND CURRENT_TIMESTAMP-START_TIME<'2
00:00:00'

regards,
Anders Pontusson

<Prev in Thread] Current Thread [Next in Thread>