ping -f -s 65500 ip_address
I'm using this command to try a sample DoS attack.
Generally cursor is progressing but sometimes cursor is blinking like this:
Generally:
What is the meaning of this?
Is there any better command than this one? Maybe a command specialized for HTTP?
ping -f -s 65500 ip_address
1. from
man ping
:So, your first screenshot says that for every packet sent a reply from the server has been received.
Your second screenshot says that a few packets have been lost since you started the command.
2. There are a few tools for benchmarking/load-testing HTTP servers, for example ab
3. Performing Denial of Service attacks on somebody else's servers is illegal in many jurisdictions. I'm sure you're talking about stress-testing your own web servers and I suggest you to edit your question to reflect that. Most Linux tools for benchmarking and stress-testing will work in Ubuntu, there's no need for Ubuntu-specific documentation.