
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
numbat-process
Advanced tools
Monitor your process with numbat
var numproc = require('numbat-process')
numproc({
uri: 'tcp://localhost:8000',
app: 'myapplication',
})
now every 10 seconds your application will emit these metrics!
'myapplication.memory.rss'
'myapplication.memory.heapTotal'
'myapplication.memory.heapUsed'
'myapplication.js.eventloop'
'myapplication.js.handles'
'myapplication.js.requests'
'myapplication.fds.count'
'myapplication.cpu.percent'
var stop = module.exports(options,interval)
if you pass true in options.disk numbat process will also emit local disk metrics.
'disk.use./'
'disk.available./'
'disk.inode-use./'
'disk.inode-available./'
the format is disk.[type].[mount point]
by default numbat-process emits one metric for every disk with a filesystem column starting with /dev.
/dev/sda1 for example
you can also pass an array of mount points you would like to track instead. if you only want disk metrics for /
set options.disk = ['/'] and df output will be filtered to only emit metrics for /
FAQs
Monitor your process with numbat
We found that numbat-process demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.