Sunday, May 21, 2023

Show HN: A Simple Load Testing CLI Built in Go https://ift.tt/bhv9BFQ

Show HN: A Simple Load Testing CLI Built in Go There are plenty of good tools for load testing such as JMeter, Minigun, and plenty more - but they all have their own set of options to learn. I built this one to support a simpler workflow where you just paste your curl request (or other cli command) after your `spam` config (literally just `spam -r 2 -- curl www.google.com). It's pretty barebones but I'm 100% going to use it in my day to day - figured I'd share it here if it helped anyone else! https://ift.tt/R6zeZlt May 22, 2023 at 01:02AM

No comments:

Post a Comment

Show HN: MCP Security Suite https://ift.tt/f9PMCFH

Show HN: MCP Security Suite Hi HN! We kept seeing devs get pwned through MCP tools in ways that security scanners completely miss. So we bui...