ASP.NET Core Series: Performance Testing Techniques

Поділитися
Вставка
  • Опубліковано 22 лип 2024
  • ASP.NET Core is a cross-platform, high-performance, open-source framework for building modern, cloud ready, connected applications.
    In this episode, Ryan Nowak chats with Cecil about some tools and techniques for doing performance testing against your ASP.NET Core applications.
    [01:52] - What should you really be testing?
    [05:26] - Setting memory constraints
    [07:45] - Collecting metrics with .NET counters
    [12:22] - Load testing tool options
    [15:20] - What do all these numbers mean?
    [18:38] - Getting setup with the .NET counters tool
    ASP.NET Core Performance Best Practices
    docs.microsoft.com/aspnet/cor...
    ASP.NET Core documentation
    docs.microsoft.com/aspnet/cor...
    Create a Web API with ASP.NET Core
    docs.microsoft.com/learn/modu...
    Bombardier
    github.com/codesenberg/bombar...
    dotnet counters
    docs.microsoft.com/en-us/dotn...
  • Наука та технологія

КОМЕНТАРІ • 8

  • @colebq
    @colebq 4 роки тому +5

    Thanks guys! Would love to see more content like this ..like profiling, memory leaks, memory pressure, etc.

  • @spasmdesign
    @spasmdesign 4 роки тому +3

    To short give me more!! this is awesome

  • @a4ther
    @a4ther 3 роки тому

    I do agree this topic needs a couple more videos

  • @saralk18
    @saralk18 4 роки тому +2

    I was really looking for this kind of video. This video showed all happy path but the real world is not so good :) Could you please make video simulating real prod scenario. Generating/analyzing dumps using perfview etc

  • @DarraghJones
    @DarraghJones 4 роки тому

    Is there anyway to monitor how long an ASP.NET request is waiting for a threadpool thread?

  • @kushalthapa2865
    @kushalthapa2865 4 роки тому

    Please recommend any books or guidelines for asp.net core performance?

  • @ataadevs
    @ataadevs 4 роки тому

    mooooore!

  • @TheVlad3333
    @TheVlad3333 3 роки тому

    Would be cool to see source code