cancel
Showing results for 
Search instead for 
Did you mean: 

Server Gurus Discussions

oneumyvakin
Adept I

AMD uProf feature request: keep process command line information

Currently AMD uProf does not store process/image command line info(or I can't find it) for my case it's quite important info because my app spawn a lot of child processes with different command line and it's quite tricky to distinguish processes from each other.

3 Replies
swarup
Staff

If you are looking for command line options/args used for the target application, then that data is saved which can be found in the .csv file.

In the CSV file, look for "Command Line Arguments:" row to get all the options/args used for process/image.

In the UI, look for "Session Information" > "Command Line Arguments:"

If this doesn't answer what you are looking for then please let us know.

0 Likes
mgbaskar
Staff

Currently uProf only stores the command line options of the application launched through it. It does not collect/store the command options of the spawned child processes of the profiled application. Is this request for Windows or Linux?

0 Likes

It's request for Windows.

I think it will be ok store "Process ID",  "Process Name", "Command Line" in some separate table.

0 Likes