Hello!
Can someone tell me whether it is possible to find all agent records run in server, no matter it is scheduled or triggered?
Because I want to check what agents run in the server and for how long.
Thanks in advance for your help!
Hello!
Can someone tell me whether it is possible to find all agent records run in server, no matter it is scheduled or triggered?
Because I want to check what agents run in the server and for how long.
Thanks in advance for your help!
Subject: List of agents in server
you can see a list of all scheduled agents on a server in the admin client → server tab → status → schedules → agents. but if you want to find out types of agents run on the server your best option would be to add some debug and review the console log. additionally, agents can be run by agent manager or http so you would need both types of debug.
HTTP - agentThreadDebug=1
AMGR - debug_amgr=, log_agentmanager=
Title: Details on Debug_Amgr= and Log_AgentManager= notes.ini parameters
Doc #: 1115204
URL: http://www.ibm.com/support/docview.wss?rs=899&uid=swg21115204
Subject: RE: List of agents in server
Thanks for your info!
I found there are lots of agents in the server. Does it means I should write script myself to extract useful information from log.nsf? Can those record write to DB other than log.nsf?