
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
cloud-bench
Advanced tools
CLI to benchmark the CPU, network and disk performance of cloud servers over time.
node-cloud-bench is a small CLI utility written with Node.js that allows for easy benchmarking of cloud servers, specifically to test CPU performance, network speeds and disk IOPS. When it comes to cloud computing, seeing how consistent the values are over time is just as important as the values themselves, which is why you can specify an interval, length of the test and a location to output a CSV file with the results.
The results collected include:
npm install cloud-bench
This script makes use of the following dependencies that you may need to install:
node cloud-bench \
--interval [seconds between tests] \
--limit [number of iterations] \
--nodisk
--out [output filename]
The below command will run performance tests every 30 minutes for 24 hours.
node cloud-bench \
--interval 1800 \
--limit 48 \
--out results.csv
Sample output:
Time | Download (CDN) | Ping | Download | Upload | CPU Time | Read IOPS | Write IOPS | IO Ping |
---|---|---|---|---|---|---|---|---|
Mon Apr 02 2018 21:35:05 GMT-0500 (CDT) | 32 | 28 | 49 | 11 | 23.387 | 37936 | 18428 | 15.4us |
If you are running these tests on a remote machine, it is recommended to pair it with something like forever to turn the test into a daemon.
Copyright (c) 2018 James Simpson and GoldFire Studios, Inc.
Released under the MIT License.
FAQs
CLI to benchmark the CPU, network and disk performance of cloud servers over time.
We found that cloud-bench 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.