Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
github.com/fangli/beanstalkd-benchmark
A beanstalkd benchmarking tool in Golang
There are compiled bin files for Linux(64bit) and OSX(64bit) in folder bin
.
Feel free to use them if you don't have a Golang environment.
# go get github.com/fangli/beanstalkd-benchmark
# cd $GOPATH/src/github.com/fangli/beanstalkd-benchmark
# go run beanstalkd_benchmark.go -c=10000 -n=100 -s=512
If you get import error about "github.com/kr/beanstalk", run the following command first:
# go get github.com/kr/beanstalk
Usage of ./beanstalkd_benchmark:
-h="localhost:11300": Host of beanstalkd, defaults to localhost:11300
-p=1: Number of concurrent publishers, defaults to 1
-r=<p>: Number of concurrent readers, defaults to number of publishers
-n=10000: Counts of jobs to be processed (put, reserved and deleted), defaults to 10000
-s=256: Size of data, in bytes, defaults to 256
-d=false: Drain the beanstalk (delete all jobs) before starting the test
-f=0: Add <f> jobs to the beanstalk (after draining, if specified)
before starting the test
FAQs
Unknown package
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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.