Hi.When an agent is scheduled it’s easy to check what’s running on server (sh ta → Agmgr rows…).
For me it’s a big issue to guess which agent NOT scheduled (launched with a “run on server” or console command) is filling the console with all those messages…
Does it exist a command to get a list of all running agents on a domino server (not only scheduled ones)?
For ‘Run on Server’ agents, there is no built-in command that will show which have run over time range. For any single point in time, you can trigger an NSD to see if the NSERVER executable is in the midst of running an agent. But that is an understandably cumbersome method to gather the information that you are looking for.
For agents run by console command (tell amgr run), those will display at the point in time when they are running via a ‘show tasks’ command. There is nothing built-in that will track previously run instances of them, however.
I also would recommend reviewing the content of this document when considering whether or not to use Run on Server agents in your environment: