All Projects → input-output-hk → iohk-monitoring-framework

input-output-hk / iohk-monitoring-framework

Licence: Apache-2.0 License
This framework provides logging, benchmarking and monitoring.

Programming Languages

haskell
3896 projects
CSS
56736 projects
Nix
1067 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to iohk-monitoring-framework

2020a SSH mapping NATL60
A challenge on the mapping of satellite altimeter sea surface height data organised by MEOM@IGE, Ocean-Next and CLS.
Stars: ✭ 17 (-37.04%)
Mutual labels:  benchmark
Filipino-Text-Benchmarks
Open-source benchmark datasets and pretrained transformer models in the Filipino language.
Stars: ✭ 22 (-18.52%)
Mutual labels:  benchmark
hyperspectral-soilmoisture-dataset
Hyperspectral and soil-moisture data from a field campaign based on a soil sample. Karlsruhe (Germany), 2017.
Stars: ✭ 23 (-14.81%)
Mutual labels:  benchmark
KLUE
📖 Korean NLU Benchmark
Stars: ✭ 420 (+1455.56%)
Mutual labels:  benchmark
cult
CPU Ultimate Latency Test.
Stars: ✭ 67 (+148.15%)
Mutual labels:  benchmark
benchbox
🧀 The Benchmark Testing Box
Stars: ✭ 19 (-29.63%)
Mutual labels:  benchmark
kubernetes-iperf3
Simple wrapper around iperf3 to measure network bandwidth from all nodes of a Kubernetes cluster
Stars: ✭ 80 (+196.3%)
Mutual labels:  benchmark
BIRL
BIRL: Benchmark on Image Registration methods with Landmark validations
Stars: ✭ 66 (+144.44%)
Mutual labels:  benchmark
dgraph-bench
A benchmark program for dgraph.
Stars: ✭ 27 (+0%)
Mutual labels:  benchmark
mini-nbody
A simple gravitational N-body simulation in less than 100 lines of C code, with CUDA optimizations.
Stars: ✭ 73 (+170.37%)
Mutual labels:  benchmark
BinKit
Binary Code Similarity Analysis (BCSA) Benchmark
Stars: ✭ 54 (+100%)
Mutual labels:  benchmark
Audit-Test-Automation
The Audit Test Automation Package gives you the ability to get an overview about the compliance status of several systems. You can easily create HTML-reports and have a transparent overview over compliance and non-compliance of explicit setttings and configurations in comparison to industry standards and hardening guides.
Stars: ✭ 37 (+37.04%)
Mutual labels:  benchmark
benchmark-malloc
Trace memory allocations and collect stats
Stars: ✭ 18 (-33.33%)
Mutual labels:  benchmark
best
🏆 Delightful Benchmarking & Performance Testing
Stars: ✭ 73 (+170.37%)
Mutual labels:  benchmark
Meta-SelfLearning
Meta Self-learning for Multi-Source Domain Adaptation: A Benchmark
Stars: ✭ 157 (+481.48%)
Mutual labels:  benchmark
micro bench
⏰ Dead simple, non intrusive, realtime benchmarks
Stars: ✭ 13 (-51.85%)
Mutual labels:  benchmark
fizzboom
Benchmark to compare async web server + interpreter + web client implementations across various languages
Stars: ✭ 46 (+70.37%)
Mutual labels:  benchmark
autobench
Benchmark your application on CI
Stars: ✭ 16 (-40.74%)
Mutual labels:  benchmark
MVP Benchmark
MVP Benchmark for Multi-View Partial Point Cloud Completion and Registration
Stars: ✭ 74 (+174.07%)
Mutual labels:  benchmark
react-native-css-in-js-benchmarks
CSS in JS Benchmarks for React Native
Stars: ✭ 46 (+70.37%)
Mutual labels:  benchmark

iohk-monitoring-framework

Release version Build status Coverage Status

This framework provides logging, benchmarking and monitoring.

documentation

Documentation of the source code and tests in PDF format. Please, download the PDF file and open it in an external viewer. It contains links for easier navigation in the source code. Those links are not active in the online viewer.

Slides of our presentations are available in html format.

And, introductory one-pagers on logging and benchmarking are available in pdf format.

module dependencies

Overview of modules

building and testing

cabal new-build all

cabal new-test all

examples

Some examples are available in the directory examples:

  • simple - run with cabal new-run example-simple
  • complex - run with cabal new-run example-complex

These showcase the usage of this framework in an application. The complex example includes EKGView (http://localhost:12789) and the configuration editor (http://localhost:13789).

Edit runtime configuration

development

  • cabal new-build all and cabal new-test all
  • ghcid -c "cabal new-repl" watches for file changes and recompiles them immediately
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].