
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
A tool for monitoring performance on a puppet infrastructure node while performing some actions.
# Monitor performance on the master while pe-puppetserver is starting up
test_name('measure_perf_on_puppetserver_start') {
on(master, 'puppet resource service pe-puppetserver ensure=stopped', true)
measure_perf_on('start_pe-puppetserver', master) {
on(master, 'puppet resource service pe-puppetserver ensure=running')
}
}
# Example output:
Action: measure_perf_on_puppetserver_start_start_pe-puppetserver, Duration: 37.463595
Avg CPU: 172%, Avg MEM: 1634829, Avg DSK read: 0, Avg DSK Write: 45
Additional output if include_processes:
Process pid: 14067, command: '/opt/puppetlabs/server/apps/postgresql/bin/postgres -D /opt/puppetlabs/server/data/postgresql/9.6/data -c log_directory=/var/log/puppetlabs/postgresql'
Avg CPU: '0', Avg MEM: 48888, Avg DSK read: 0, Avg DSK Write: 48888
FAQs
Unknown package
We found that beaker-benchmark demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.