Is it possible to determine how long a lotus notes agent last ran for from C#? -


I get all the agents to get timely information about Lotus Notes from C # managed APIs in conjuction with Lotus Nodes Using the wrapper successfully in all databases

Now what do I want to know about the timing of running those agents? I am thinking that it should be somewhere in the API, but I have seen it here and nothing can be found. .

An alternative would be to see if there is something in any log file that starts / stop bar, but I do not really know where to look at logs. Nothing is visible in the NSF.

Agents have their own logs, they tell you some information about runtime, through the designer Right-click and can be found through "View Log" This information should have an API call, but I could not find it. A prospect agent must obtain the defined note and export it as DXL. As a result, you get the & lt; Runlog & gt; tag that shows when and for how long this agent had last participated.

Another possibility LOG_AGENTMANAGER = 1

This will print every end to the end of execution in each server by logging its initial end in the server logs.

You can remove event information from these event handlers (configured in events4.nsf) and runtime information from there.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -