Jump to content

Question about 'Processes' feature


Dan

Recommended Posts

Hi there,

I'm currently evaluating Pulseway and one of the important features for our use case is to see the Command line of individual processes.  (eg if you run Task Manager and right click the columns, 'Command line' is an option there.)  This is due to one of the applications that we run spinning up multiple instances - the command line helps us differentiate which instance is running what as they are started with different parameters.

Is there any way of achieving this?  I did a quick search but it doesn't seem like this topic has come up previously that I can see.

Thanks in advance!

Dan

Link to comment
Share on other sites

  • Administrators

Hi Dan,

This is not yet available as a native feature on Pulseway however I personally remembered the following powershell line whenever I needed to tell two processes apart using Pulseway:

gwmi win32_process -Filter "name='svchost.exe'" | select processid, name, commandline | fl

-Paul

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...