Possible to check if a process (batch job) is running long based on PID or something?
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎23 Nov 2022
05:46 PM
- last edited on
‎24 Nov 2022
08:43 AM
by
MaciejNeumann
We are trying to figure out if such a functionality exists within Dynatrace. So if a batch job is running too long then maybe generate an alert for it. Anyone know if this is possible?
- Labels:
-
processes
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎24 Nov 2022 10:33 AM - edited ‎24 Nov 2022 10:33 AM
Hi @shakib,
I have two high level ideas:
1. check this AG extension. Maybe you can reuse the code base of it.
Control-M Jobs | Dynatrace Hub
2. Check this ingestion type. Maybe you can collect some input about your PID and ingest it to DT.
script ingest - Dynatrace Community
OneAgent metric API | Dynatrace Docs
I hope it helps.
Best regards,
Mizső
