Konrad Kokosa

Results 23 issues of Konrad Kokosa

Currently if metrics are enabled, *Nethermind.Runner* exposes only some .NET runtime-related data, where only two are GC-related: `dotnet_total_memory_bytes` and `dotnet_collection_count_total`. This is because [the default prometheus-net .NET stats exporter](https://github.com/prometheus-net/prometheus-net/blob/master/Prometheus.NetStandard/DotNetStats.cs). And...

performance
high priority
monitoring

Currently, script references only mscorlib while it would be very nice to have possibly to reference any additional assembly.

enhancement

Offer integrations (optional) with the VMMap tool to get process layout, like https://github.com/Alois-xx/MemAnalyzer/tree/master/MemAnalyzer/VMMap does.

to consider

Solution should be layered into UI, core engine and other auxiliary projects.

enhancement
in progress

Integrate CI/CD pipeline with AppVeyor to create releases automatically. It requires #2 issue resolving to not depend on any commercial libraries.

enhancement

Making possible to take memory snapshots during script run and/or invoke it explicitly from the script by any kind of `Script.DumpMemory()` method.

feature
to consider

Add recording of the CPU hardware counters (PMC) along with ETW data and visualize it on the graph.

feature

There is a problem with disassembling generic methods - seems like HotColdInfo is not available (code used from [SharpLab](https://github.com/ashmind/SharpLab) to be checked).

bug

Add a Performance Counters source for analysis.

feature

Hi, I wonder how difficult it would be to upgrade to the latest versions of Yjs? I'm seriously considering using Ycs in my heavily Yjs-based project with .NET backend (because...

enhancement