Skip to content

simonkang/NAppProfiler

Repository files navigation

NAppProfiler

NAppProfiler is a profiling application to monitor your Server Farm and SQL calls

Storage

The log entries are stored in a Esent database using the ESENT Managed Interop. The Table contains 3 fields.

  1. ID: Unique Identifier (Auto Incremented by ESENT)
  2. Created DateTime: Stored as long in ticks of the log entry creation Date and Time.
  3. Protobuf Data: All Log entry data with details stored as a protobuf object. The Log Detail Descriptions (only if the text has more than 200 characters) are GZIPed using the GZipStreamClass.

Index

Full Text Indexing is supported through Lucene.NET.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published