Skip to content

Debian Ninja

Learning…

Tag: apache

Posted on 2020-08-202020-08-20

Apache Kafka

  • Apache Kafka – O que é e conceitos
    https://medium.com/trainingcenter/apache-kafka-838882261e83
  • Apache Kafka – Aprendendo na prática
    https://medium.com/trainingcenter/apache-kafka-codifica%C3%A7%C3%A3o-na-pratica-9c6a4142a08f
  • Apache Kafka – Encryption and Authentication with SSL
    https://docs.confluent.io/current/kafka/authentication_ssl.html
  • What are some alternatives to Apache Kafka?
    https://www.quora.com/What-are-some-alternatives-to-Apache-Kafka
Posted on 2017-06-252017-06-25

Simples teste de carga em servidor web usando ab (Apache Benchmark)

Será usada a ferramenta ab (Apache Benchmark) para realizar este teste.

$ ab -c 20000 -n 30000 http://kingisnaked/

Caso encontre erro no limite de arquivos disponíveis, como aparece abaixo

socket: Too many open files (24)

Execute os seguintes comandos:

$ echo 400000 > /proc/sys/fs/file-max
$ ulimit -n 400000
Proudly powered by WordPress