I have a project which is an ASP.NET CORE REST API and the UI is hosted using Http.sys IIS doesn't come anywhere in picture here. There are multiple backend services created as windows service which include many API calls. I am looking for a memory profiler tool to monitor the performance. Any suggestions will be helpful. I have tried using .NET memory profiler but due to absence of IIS, things are difficult to manage in it. Can anyone please suggest me a better tool?
Which memory profiler should I use for ASP.NET Core REST API
1.4k Views Asked by Hope Michaelson At
1
There are 1 best solutions below
Related Questions in ASP.NET
- Implementing Azure AD B2C Authentication in .NET 8 Blazor Project (RenderMode: InteractiveAuto)
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- IIS Rewrite Module exclude bots but allow GoogleBot
- Angular 16 sending null values to API
- I am the domain admin, newbie, how do I connect youtube.com on my domain?
- Dropdown list showing SQLServer2005SQLBrowserUser$DONSERVER instead of Active Directory group name in ASP.NET MVC C#
- ASP.NET Identity, Losing Ability to Login until Application Pool Recycles
- How to unprotect ASP.NET FormAuthentication cookie
- How does it work using ASP.NET FormAuthentication
- What is the purpose of a completely standalone 'this'?
- Is there a way to read .csproj PropertyGroup variable in c#
- MSBuild trying to copy different dll with similar name into project sporadically
- Minimizing IdentityServer4 Round Trips in Microservice Architecture with Ocelot
- Azure AD guest account in web app authentication user claims data
- Receiving 400 bad request on post when customer auth handler is used
Related Questions in PROFILER
- what are the numbers in the operation names when profiling an application
- Unable to capture iterations on dlprof
- Linux perf does not record function in libstdc++.so correctly
- Where can I track subscribed events in unity?
- Intel Vtune hotspot can not see source code (only assembly code )
- How to use visual studio performance profiler ? after clicking start the application is running but not the profiler
- When profiling using torch.autograd.profiler, the run time changes every time I added profiler.record_function to different plac
- How to interpret Firefox profiler result evaluation for non-JS code?
- Is there a way to parse data generated by perf tool?
- Error while connecting to Snapdragon Profiler
- Too much memory used when using WebCamTexture in unity
- Intellij Profiler - read/copy/save value
- Memory leak in fragments : activity in ActivityThread$ActivityClientRecord
- How to construct a similar test program based on the behavior of a given program?
- How to Setup Netbeans Profiler for Payara server deployed in remote windows host?
Related Questions in REST
- Query parameter works fine with fastapi application when tested locally but not working when the FastAPI application is deployed on AWS lambda
- Add an http GET/POST entry point to a Django with channels websocket
- Difficulty creating a data pipeline with Fabric Datafactory using REST
- Flutter connection to a local api
- Accessing REST API Status Codes using Azure Data Factory Copy Activity (or similar)?
- Mass Resource deletion in REST
- why when I check endpoint /tasks, an error always appears "error : invalid token" even though I have entered the appropriate token that I got
- How to prevent users from creating custom client apps?
- How to create a REST API with .NET Framework?
- Efficiently Handling Large Number of API Calls with Delphi 10.4 and OmniThreadLibrary
- Put Request throwing 401 [no body] Unauthorized
- Converting img src data to octet-stream
- Implementing Email Verification and Notification System in a Full-Stack Application with React Frontend and Node Backend
- Micronaut - Add Controller from external library
- Moving Template or OVA to Datastore using vCenter API
Related Questions in MEMORY-PROFILING
- How to find out memory consumed by classes, objects, variables, etc
- Cant detect memory leak with ANTS memory profiler
- Assigning names to large objects appears to increase memory usage considerably
- A module to profile peak memory usage of Python code
- How to reclaim memory allocated in a loop: python 2.7
- openCv captureFromCam memory leak?
- Error Creating Window Handle (VB.NET)
- Memory profiling embedded python
- Strange .NET 4.5 version-specific garbage collection issue with arrays
- Finding memory leak in ASP.NET website with ANTS Memory Profiler?
- Interpreting the output of python memory_profiler
- Is it possible to know how many objects of a type are loaded in Visual Studio 2013
- what is the meaning of dashed red line in memory_profiler plot
- VS memory profiler shows decreasing heap size without any GC occuring
- profiling memory usage using PyFlame
Related Questions in HTTPSYS
- Can I set the Request Queue Name when using System.Net.HttpListener
- Can 'Kerberos' be passed in WWW-Authenticate header?
- Conditional windows auth on AspNetCore2 with HTTP.SYS
- Blazor webassembly use API from http.sys with windows authentication results in unauthorized
- Which memory profiler should I use for ASP.NET Core REST API
- Headers already sent in .net 5
- NTLM is not working with Http.sys of ASP.NET Core 2.1 on .NET48 with https and wildcard certificate when accessing from same machine
- How to change http.sys web server response when maxconnection limit reached
- Running Seq from the command line results in a HttpSysException "Access is denied"
- how to read UrlPrefixes from appsettings in program.cs - asp.net core 3.1
- How to configure dotnet core 3 to serve up React SPA while using Http.sys and a URLPrefix?
- How use Cloudflare Authenticated Origin Pulls on .NET Core HTTP.sys
- Make Http.sys work with Windows Authentication
- ASP.NET Core 2.2 - Use HTTP.sys only in Development
- How do I increase number of concurrent requests HttpSys will process?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Have you tried MiniProfiler https://miniprofiler.com/dotnet/AspDotNetCore
MiniProfiler https://www.youtube.com/watch?v=7ThPz-9XM54
NewRelic also has a profiler (if you are using for development purpose only)
https://newrelic.com/lp/dotnet-monitoring?utm_campaign=Supported-Languages-IND&utm_medium=cpc&utm_source=google&utm_content=SLNT_LP&fiscal_year=FY21&quarter=Q4>m=DEV&program=OBSV&ad_type=TXT&geo=APJ&utm_term=%2B.net%20%2Bprofiler&utm_device=c&_bt=501298407481&_bm=b&_bn=g&gclid=CjwKCAjwtJ2FBhAuEiwAIKu19lvqygIsvrOLzUxuZmnd9IcaFRnX5xaMKVEGes5rnV5vhOTWbjb06RoCW0sQAvD_BwE
There is one from JetBrains as well (dotTrace) https://www.jetbrains.com/help/profiler/Profile_.NET_Core_Application.html