Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

797
Visualizações
Test with locust and [Errno 111] Connection refused

I have django (1.6) app and I want to test it with locust. I installed locust==0.7.5 and pyzmq==16.0.2 and I revived a lot of fails: [Errno 111] Connection refused' more details below

When I run app with command: locust --host=http://127.0.0.1 I receive the following error:

ConnectionError(MaxRetryError("HTTPConnectionPool(host='127.0.0.1', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f7639d89750>: Failed to establish a new connection: [Errno 111] Connection refused',))",),)

My locust file:

from locust import TaskSet, HttpLocust, task


class UserBehavior(TaskSet):
    @task
    def home(self):
        self.client.get('/')

    @task
    def programm(self):
        self.client.get('/programm')


class WebsiteUser(HttpLocust):
    task_set = UserBehavior

Any help on regarding how to resolve the error would be appreciated!

over 4 years ago · Santiago Trujillo
2 Respostas
Responde à pergunta

0

Since your server is running on port 8000 and not 80, try running the command

locust --host=http://127.0.0.1:8000 -f <your-locust-file.py>
over 4 years ago · Santiago Trujillo Relatório

0

Use your local ip address like 192.168.1.1:8080/api/. localhost throw Connection refused.

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda