How to get the memory usage for running processes from VM into servicenow instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2025 06:05 AM
Hi Team,
We are trying to build AI agent usecase for which we need to get the memory usage for the running processes from VM into our servicenow instance with process name and PID Value dynamically. So that we can use that input for next steps in the AI agent usecase.
We also have DEX Configuration in our machine. So is there any way to bring that detail into servicenow instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2025 08:51 PM
Hi @nivethika - I think you can use a custom script sensor with powershell script to get process name, PID and Memory usage or if you are using ACC, you cna fetch this details, i believe. Just a thought
PaulSylo
Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2025 09:08 PM
HI @nivethika - Any luck on ths ?
PaulSylo
Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2025 09:13 AM
This seems to be a poor use case for Agentic AI as I'm not hearing any requirements for thinking/reasoning. If you are looking for a purely deterministic outcome, traditional tools such as scripts and Flows will work better for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 08:19 AM
HI @warren_chan - I agree with you, this is pure case for PowerShell, point to point scripting
PaulSylo
Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !