A Node-RED node (v2.1.0) that measures the rate at which messages arrive using a moving window. It counts messages over a configurable interval (seconds, minutes, or hours) and outputs speed stats every second. Supports topic-dependent statistics and message chaining for performance. Ideal for monitoring flow throughput. Maintained by bartbutenaers with regular updates.
npm install node-red-contrib-msg-speedNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install and configure the msg-speed node in Node-RED to measure message rate with a moving window.
Update to latest version: npm install node-red-contrib-msg-speed@latest in ~/.node-red
Design flows assuming one output per second, not per message.
Enable 'topic dependent statistics' in node properties to get per-topic speed.
Check for 'all_topics' string; adapt if upstream changes.
Run: cd ~/.node-red && npm install node-red-contrib-msg-speed
Ensure you are reading from the first output of the msg-speed node.
Restart Node-RED; verify install in ~/.node-red/node_modules