Perfon.Mvc 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Perfon.Mvc --version 1.0.4
NuGet\Install-Package Perfon.Mvc -Version 1.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Perfon.Mvc" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Perfon.Mvc --version 1.0.4
#r "nuget: Perfon.Mvc, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Perfon.Mvc as a Cake Addin
#addin nuget:?package=Perfon.Mvc&version=1.0.4

// Install Perfon.Mvc as a Cake Tool
#tool nuget:?package=Perfon.Mvc&version=1.0.4

Perfon.Mvc is an open source performance monitoring .Net framework for Asp.Net MVC 5 applications without using windows performance counters. It has built-in UI dashboard and Rest API. Collected data is stored in-memory cache, and/or in LiteDB embedded database, and/or in any custom storage driver. See simple how-to example on https://github.com/magsoft2/Perfon.Net

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.8 1,079 4/6/2017
1.0.7 1,314 2/15/2017
1.0.5 908 2/13/2017
1.0.4 894 2/12/2017
1.0.3 918 2/11/2017

Storing in LiteDB optimziations: file size and speed. Support of PostgreSQL for perfomance counters data storing.