Live data from Hacker News

TcpKali – Fast multi-core TCP and WebSockets load generator

github.com

1–10 of 20 posts

Re: TcpKali – Fast multi-core TCP and WebSockets load generator

#7
One minor nit about the projects use of autoconf / automake. Projects should please check the generated files into git. Sure, they're auto-generated. But 90% of the time when they're not in git, I discover that I have a different version of autoconf, and I can't even build "configure" in order to build the project.

The cost of a few more bytes in git is more than outweighed by the benefits of allowing people to use your software.

Re: TcpKali – Fast multi-core TCP and WebSockets load generator

#8
post #6

Surprised to see the name and image in the site. If you're wondering about the name and the image there, "Kali" is the Hindu goddess and the image depicts her. https://en.wikipedia.org/wiki/Kali

Yes, I initially thought this was a part of the pen-testing linux distribution[0] also named Kali.

[0] https://www.kali.org/

Re: TcpKali – Fast multi-core TCP and WebSockets load generator

#10
post #7

One minor nit about the projects use of autoconf / automake. Projects should please check the generated files into git. Sure, they're auto-generated. But 90% of the time when they're not in git, I discover that I have a different version of autoconf, and I can't even build "configure" in order to build the project. The cost of a few more bytes in git is more than outweighed by the benefits of allowing people to use y…

If you intend to use the software, you should generally download a release. Releases usually (as is the case here) include the configure scripts.
Post reply on HN