66 packages tagged with “counter”
App Metrics is an open-source .NET Standard library used to record application metrics.
Client component for sending managed measurements to InfluxDB. This is the core component of the Influx Capacitor project that collects performance counter data.
Allows easy access to instance based performance counters and timers.
Provides an input implementation for capturing data from Windows performance counters.
Exposes .NET runtime metrics (GC, JIT, lock contention, thread pool, exceptions).
Helper library to work with SMS / text messages: • An SMS message part calculator with support for GSM and Unicode • Detect the required SMS encoding • Normalize SMS • Split messages with word wrap
Library for collecting and tracking performance metrics in your .NET applications.
Designed for speed and efficiency (i.e. no iteration / counting of messages using .NET managed code or WMI calls). Uses 'Unsafe' PInvoke with native MSMQ API.
Counts the number of lines and planks in a file or directory.
Library to be used with your application in order to use PerformanceCounter
Provides the core resources required for MeasureIt functionality.
ApplicationMetrics provides interfaces and classes to allow simple logging of metric and instrumentation events from a client application. ApplicationMetrics includes several implementations of metric logger classes which write metrics and instrumentation information to files, and the console. It also contains base classes which allow users to easily create metric loggers for logging to persistent data stores.
Performance monitoring interceptors for Castle Windsor
A handy .NET library to get the counts of your social stats. SocialCounter.NET provides you a flexibility to get your Facebook page fans, RSS feed readers, Twitter followers count with ease and more t
A directive that will count and limit your text. It works for counting up and counting down.
The Umbraco's RTE we love extended to allow char limit counter
Provides functionality to count the number of times content has been viewed in a webpage. Can be configured with different categories so that multiple views can be applied to the same document type.
Separate out the word parsing code into its own nuget package and reference that package
Performance Counter measurements facilitated by Castle Interceptors.
Counter is a simple tool for incrementing, decrementing, and resetting a counter. It returns the current value of the counter.
When you need a quick performance counter on your .NET code.
Helpful utility to administrate counters when your application does not run with administrative priviledges.
This is a libarary can be used for Rate your app using five stars by default.
Easy to use library for measuring execution times of code sections: var execution = ExecutionTimeCounter.Start("SLEEP EXECUTION"); Thread.Sleep(5); ExecutionTimeCounter.Stop(execution); var result = ExecutionTimeCounter.ResultsToString(); Console.WriteLine(result);
Acts like Counter from python!
🎰 Simplistic, atomic, interlocked counter that allows for huge numbers of operations to be performed using a "sharding" style approach to summation, all in .NET Core C#
Abstract Distribute Counter, you can implement it, store in redis or relative-db.
A middleware for counting the number of visitors written in .net core 2+.