AI agent worktree and dev artifact garbage collector
Exposes node v8 garbage collection stats
(De)serialization functions for the Cardano blockchain along with related utility functions
An LRU cache of weak references
(De)serialization functions for the Cardano blockchain along with related utility functions
Report Garbage Collection stats using Prometheus
Expose GC at runtime without access to comamnd node flags in command line
Exposes node v8 garbage collection stats
Client for prometheus
A simplified FinalizationRegistry utility that works
Report Nodejs Garbage Collection stats using Prometheus
Exposes node v8 garbage collection stats
AWS CDK CLI, the command line tool for CDK apps
Turn a function into an `http.Agent` instance
Maps proxy protocols to `http.Agent` implementations
An HTTP(s) proxy `http.Agent` implementation for HTTPS
[](https://www.npmjs.com/package/@aws-sdk/util-user-agent-node) [](https://www.npmjs.com/
GitLink Code — AI Coding Agent for DevOps
[](https://www.npmjs.com/package/@aws-sdk/middleware-user-agent) [](https://www.npmjs.c
Agent-ready GitCode CLI with gh-like repository, issue, pull request, auth, and JSON workflows
(De)serialization functions for the Cardano blockchain along with related utility functions
Get a user agent string across all JavaScript Runtime Environments
draw great circle arcs
A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS
Agent for the GC tuning webservice https://www.tunemygc.com - optimal settings for throughput and memory usage of Ruby applications
Heap Periscope Agent offers deep insights into your Ruby application's memory behavior. It collects and reports real-time Garbage Collection (GC) statistics and object allocation patterns, empowering developers to identify memory leaks, optimize usage, and enhance performance. This gem is the backend agent for memory monitoring. To visualize the collected data, you must also install the companion gem, heap_periscope_ui The agent's visualizer is available here: - Gem: https://rubygems.org/gems/heap_periscope_ui - Repository: https://github.com/codepawpaw/heap_periscope_ui
HeapPeriscopeUi is a Rails engine designed to help developers monitor, visualize, and diagnose memory-related issues within their Ruby applications. It functions by listening for UDP packets containing GC profiler reports and heap snapshots, typically transmitted by a companion agent (like `heap_periscope_agent`). The engine efficiently processes this data: GC reports are batched for optimized database insertion, while comprehensive heap snapshots, including detailed object counts by class, are stored transactionally. Furthermore, HeapPeriscopeUi can broadcast incoming metrics via ActionCable for real-time dashboard updates. Its integrated web interface allows users to browse, filter, and analyze the collected profiler reports, facilitating the identification of memory leaks, excessive object allocations, and opportunities for performance optimization.