PerfViewJS is a webviewer for ETL and NetPerf data.
- dotnet run
- Browse to http://localhost:5000
- Type in the location of your PerfViewData.etl (must be merged)
- Press F5 in Visual Studio (or VSCode)
- cd spa
- npm start
- Browse to http://localhost:3000
- Wrap PerfViewJS as a dotnet global tool
- Use Chromium Embedded Framework to make a client-side application
PerfViewJS is an ASP.NET Core application. React is used for rendering and GUI state.