Display dynamic real-time information about running Node.js process
A fast and compact way to get all your network and process stats for your node application.
Quick memory and process stats from the terminal — zero dependencies
Drop-in Express middleware that captures HTTP metrics and process stats, pushes to a central collector with Slack alerting.
layer-cake layer to publish system and process stats to firebase
Webpack stats plugin
Cross-platform process cpu % and memory usage of a PID
get basic process stats using procfs in linux
A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.
Easily access service and process stats for services
[](https://www.npmjs.com/package/stats-gl) [](https://www.npmjs.com/package/st
Safely clone node's fs.Stats instances without losing their class methods
This package contains helpers to process webpack stats
JavaScript Performance Monitor
BundleStats webpack filter plugin
BundleStats webpack validate plugin
Rollup/Vite/Rolldown plugin to generate a stats JSON file with a bundle-stats webpack-compatible structure
HTML templates for report generation.
Analyze Rollup/Vite/Rolldown bundle stats(bundle size, assets, modules, packages) and compare the results between different builds
BundleStats CLI utilities
[![npm version][npm-v-src]][npm-v-href] [![npm downloads][npm-d-src]][npm-d-href] [![status][github-actions-src]][github-actions-href]
Angular CLI builder for ESLint
Vite/Rolldown/Rollup plugin to generate bundle stats JSON file
Statoscope stats spec
Framework to manage asynchronous execution of multiple compute units communicating using messages
PDF to pixel buffer — pure Rust, zero Poppler. For the CLI tool: cargo install rasterrocket-cli
CLI — renders PDF pages to pixel files. Drop-in pdftoppm replacement. Pure Rust, zero Poppler.
Pixel types and colour math for the rasterrocket PDF renderer
PPM/PGM/PBM/PNG output for the rasterrocket PDF renderer
FreeType glyph cache and outline rendering for the rasterrocket PDF renderer
Native PDF content-stream interpreter — poppler-free render path for rasterrocket
Lazy, zero-copy PDF file parser for the rasterrocket render pipeline
Software rasterizer — path fill, compositing, and AVX-512/AVX2/NEON SIMD for the rasterrocket PDF renderer
Get memory usage and CPU time on Linux and Windows
Monitor process memory and CPU over time
Get process starting time from /proc/PID/stat.
CMDA plugin to process logdata and save stats to a database
raindrops is a real-time stats toolkit to show statistics for Rack HTTP servers. It is designed for preforking servers such as unicorn, but should support any Rack HTTP server on platforms supporting POSIX shared memory. It may also be used as a generic scoreboard for sharing atomic counters across multiple processes.
A library, which allows easily reading various process stats from the proc filesystem
Journalist is a gem that intends to make it really easy to get visibility into any running Ruby processes with metrics like GC stats, performance and allocations.
raindrops is a real-time stats toolkit to show statistics for Rack HTTP servers. It is designed for preforking servers such as unicorn, but should support any Rack HTTP server on platforms supporting POSIX shared memory. It may also be used as a generic scoreboard for sharing atomic counters across multiple processes.
raindrops is a real-time stats toolkit to show statistics for Rack HTTP servers. It is designed for preforking servers such as unicorn, but should support any Rack HTTP server on platforms supporting POSIX shared memory. It may also be used as a generic scoreboard for sharing atomic counters across multiple processes.
== FEATURES: * Input your data as an array of hashes * Input a report layout, built using a Ruby DSL * Outputs ASCII pivot tables suitable for fast reports * Pretty fast: takes less than a second to process 1,000 records of data by a report with 100 rows and 10 columns. == SYNOPSIS: require 'rubygems' require 'crosstab' data = [{:gender => "M", :age => 1}, {:gender => "F", :age => 2}, {:gender => "M", :age => 3}] my_crosstab = crosstab data do table do title "Q.A Age:" group "18 - 54" do row "18 - 34", :age => 1 row "35 - 54", :age => 2 end row "55 or older", :age => 3 end banner do column "Total" group "Gender" do column "Male", :gender => "M" column "Female", :gender => "F" end end end puts my_crosstab.to_s # => ... Table 1 Q.A Age: Gender ---------------- Total Male Female (A) (B) (C) ------- ------- ------- (BASE) 3 2 1 18 - 54 2 1 1 ----------------------------- 67% 50% 100% 18 - 34 1 1 -- 33% 50% 35 - 54 1 -- 1 33% 100% 55 or older 1 1 -- 33% 50% == JUST THE BEGINNING: * I hope to add in later releases: * New export formats: html, pdf, csv, excel. * More stats than just frequency and percentage: mean, median, std. deviation, std. error, and significance testing * Optional row and table suppression for low frequencies * Optional table rows populating from the data * Optional table ranking -- automatically reorder rows based in descending order based on frequencies observed == REQUIREMENTS: * None
No description provided.
No description provided.