
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
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
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.