Unplanned
Last Updated: 09 Dec 2019 10:41 by ADMIN
Fabio
Created on: 02 Dec 2019 20:06
Type: Feature Request
1
Show Client Process command line in Filters tab

As it stands today, the "Show only traffic from" combobox in the Filters tab will show the process name, its process ID and its window title, if one is available.

However, command line applications, like dotnet.exe do not show any additional information, which can make it harder to distinguish them when there are multiple instances running.

At that point one needs to open task manager to find the process with the expected command line and figure out its process ID.

 

If the drop down were to show the process full command line, it would eliminate this extra step.

 

Thanks

 

1 comment
Eric
Posted on: 03 Dec 2019 18:55
Unfortunately, this is pretty non-trivial on Windows, although it's possible to do it: https://stackoverflow.com/questions/2633628/can-i-get-command-line-arguments-of-other-processes-from-net-c