cancel
Showing results for 
Search instead for 
Did you mean: 

Gathering Process Statistics

OliverMohajeri
Level 4
Hi all,   Is there a way to gather statistics from all processes running on my desktop through BP? So values such as PID, Process Name, Window Title etc. The ones you can usually gather manually from Task manager.   Thank you!
2 REPLIES 2

NarayanShrawagi
Level 6
You can do an SQL query using SQL Server VBO provided by Bleuprism. First establish the connection and then retrieve data from database as per requirement. You can also download SQL Server management studio and check the data.
Narayan

John__Carter
Staff
Staff
You could try a code stage. If you look at the Utility - Environment object you'll see on pages such as Read Process Working Set there are codes stages that loop through processes (exes).