-
Notifications
You must be signed in to change notification settings - Fork 758
Description
Hi @brianrob. I'm currently running into a similar issue trying to run PerfView in a k8s pod. For those less knowledgeable with this tool is it possible to provide more context of what to do in this scenario?
Is the expectation on the Host node a user manually starts the PerfView process to collect a trace using the /EnbleEventsInContainer parameter. After they are done collecting the trace you then copy the zip into the container and perform a
PerfView merge -ImageIDsOnly NameOfTrace.etl.zip? What does -ImageIDsOnly do exactly? I run that command and can't really tell if it worked.If you don't run -ImageIDsOnly is it still possible to use that trace to profile what occurred in the k8s pod?
If this should be a new issue or discussion please let me know. Thanks!