Skip to content

klesouza/docker-dotnet-perfcollect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Idea

The idea is to provide a base image to enable the collection of trace logs for a .NET Core applications running in a docker container. The reports are not very useful yet, but you can have an idea about GC, allocation and exceptions thrown.

How to use

./build-docker-base.sh

Navigate to examples folder

./start.sh

Files will be generated in the data folder in the host machine.

References

https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/linux-performance-tracing.md

https://github.com/dotnet/corefx-tools/blob/master/src/performance/perfcollect/perfcollect

About

Dockerfile with dotnet and perfcollect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published