Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 520 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 520 Bytes

PerfViewJS

PerfViewJS is a webviewer for ETL and NetPerf data.

Usage

  • dotnet run
  • Browse to http://localhost:5000
  • Type in the location of your PerfViewData.etl (must be merged)

Debugging

Todo

  • Wrap PerfViewJS as a dotnet global tool
  • Use Chromium Embedded Framework to make a client-side application

Components

PerfViewJS is an ASP.NET Core application. React is used for rendering and GUI state.