David Fowler

Results 147 issues of David Fowler

All of the infrastructure should go into a single root folder instead of each project folder. Make it easier to look at and delete.

aspire

As part of recent performance work on windows and IIS, we need to support provisioning an IIS application using ANCM and collecting performance counters from HTTP.sys and IIS. We can...

![image](https://user-images.githubusercontent.com/95136/90361874-1dabfd80-e014-11ea-95d9-0084e6f8eca9.png)

Based on the flags for collection on perfview in this blog series https://devblogs.microsoft.com/dotnet/work-flow-of-diagnosing-memory-performance-issues-part-0/

- Split repository - [x] aspnet/benchmarks - We put the benchmark apps here - [x] aspnet/perf - Infrastructure for benchmarks (driver etc) - CI/CD - Testing - [ ] Infrastructure...

Today we collect metrics from a job via the following mechanisms: - docker stats - Process stats - Event pipe via a custom BenchmarkEventSource - Console output using a custom...

Today invalid configuration show random exceptions in the code base. Once that succeeds, it's possible to have an invalid configuration model and we don't have much validation in place today...