Git Product home page Git Product logo

Comments (3)

sywhang avatar sywhang commented on July 29, 2024

PerfCollect uses perf and LTTng as its tracing mechanism - As far as I am aware, neither perf or LTTng is available on macOS, so we can't enable perfcollect to support macOS unless macOS decides to switch over to the Linux kernel for some reason :-)

That's the bad part of the answer. The good part - we are actively working on a cross-platform performance monitoring tool via EventPipe which should enable users to do performance diagnostics on macOS as well. Just to set expectations, these are being actively being worked on, which means they are not quite ready for use yet. We're working to get this into the official .NET Core 3.0 release timeframe. In case you want to keep an eye out on what is coming:

This probably isn't the exact answer you wanted to hear, but hopefully that helps your understanding of where we stand.

from corefx-tools.

wfurt avatar wfurt commented on July 29, 2024

eventpipelines work on OSX since 2.1. What exactly are you trying to achieve @babakontheweb?
You can do something like:

export COMPlus_EnableEventPipe=1
export COMPlus_EventPipeConfig=Microsoft-System-Net-Sockets:0xFFFFFFFFFFFFFFFF:5,Microsoft-System-Net-Security:0xFFFFFFFFFFFFFFFF:5,Microsoft-System-Net-Http:0xFFFFFFFFFFFFFFFF:5

and run your app. It will create .netperf file in app's current directory and you can load it in perfview.

from corefx-tools.

sywhang avatar sywhang commented on July 29, 2024

To add to @wfurt's answer, you can also get some useful runtime events (ex. JIT, GC, Threads, etc.) as well. To do that you can add Microsoft-Windows-DotNETRuntime:0x4c14fccbd:4 to COMPlus_EventPipeConfig environment variable (they're comma-separated).

Alternatively you can use the dotnet-collect tool: https://github.com/dotnet/diagnostics/tree/master/src/Tools/dotnet-collect.

None of the above gives native stacks though, which may/may not be a limiting factor depending on your usage.

from corefx-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.