This module provides hooks into the native layer of Node to provide metrics for the New Relic Node Agent. It gathers information that isn't available at the JS layer about the V8 virtual machine and the process health. It comes packaged with the New Relic Agent v2, and there is nothing that needs to be done. For Agent v1 you need only to install the module alongside newrelic.Note that this is a native module and thus must be compiled to function. Pre-built binaries are provided for Linux servers running supported versions of Node. If you are not using Linux or not using a supported version of Node, you will need to have a compiler installed on the machine where this is to be deployed. See node-gyp for more information on compiling native addons.
newrelic gc metrics stats gc-stats gc-metrics native-metricsThis module runs the garbage collector at times when node.js is otherwise idle. It is a replacement for the built-in functionality that is scheduled for removal in node.js v0.10.
gc garbage-collectorCreate observables and map them to DOM elements. Massively inspired by hyperscript and observ-*. No virtual DOM, just direct observable bindings. Unnecessary garbage collection is avoided by using mutable objects instead of blasting immutable junk all over the place.
observ realtime computed mutable mutate dom gc hyperscript frp graphCollect stats about your node.js process. This module exports a function which instantiates an event emitter which emits a single event, stats. This event emitter has two functions which can be used to start and stop probing for statistics, start() and stop(). Listen to the stats event to get useful process statistics.
nodejs node statistics event-emitter probe stats process profile gc event-loopCollect and send stats about your node.js process to elasticsearch. This module exposes a function which initialises a connection to elasticsearch and creates a stats event emitter to gather useful in process stats to be sent via the connection.
statistics nodejs node elasticsearch kibana probe stats process profile gc event-loopThis is a standalone shim for WeakMap, separated out from the full Harmony Collections shim at https://github.com/Benvie/harmony-collections. WeakMap is by far the most useful new addition. If you only need to use objects as keys then uou can use this much more compact library that doesn't have to implement three other classes. Works with IE9+, Chrome, Firefox, Safari, untested in Opera.
harmony collection weakmap ecmascript es6 shim garbage-collection gclibpicrin is a super tiny scheme interpreter intended to be embedded in other applications such as game engine and network server. It provides a subset language of R7RS with several useful extensions. By default, libpicrin only contains some C files and headers and this README file. To embed, you only need to copy the files into the project and add include dir to the include path. Originally, libpicrin used to be the core component of Picrin Scheme. They are currently maintained at separate repositories.
programming-language embedded gcSelect the first lesson using arrow keys, then press , and follow the prompts. This workshop was originally created for CampJS V - a weekend long unconference in Melbourne, Australia.
scope scope-chain closure hoisting gc garbage-collection nodeschool workshopperThis module has a peer dependency on prom-client. Currently, 10 is supported. This module follows the same API as the core default metrics. To start collection GC stats, invoke the exported function to create the metrics, then invoke the returned function to start the collecting.
garbage-collection gc metrics prometheus prom statsdCurrently, only applications built with Go 1.6 and Go 1.7 are supported.
gc terminalRoughly inspired by Mark Miller's and Kris Kowal's WeakMap implementation.
map weakmap collection es6 harmony list hash gc ponyfillBased on 'Boehm-Demers-Weiser Garbage Collector'. ...
garbage-collector gc
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.