Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda
Totes les converses
  • Odoo Experience 2017
  • Xerrades
  • Agenda
  • Tots els esdeveniments
  • Odoo Experience 2017
  • Totes les converses
 
  • Odoo Experience 2017
  • Xerrades
  • Agenda


  • Xerrades
  • New App: Online Appointments
  • Auto-Detecting Common Coding Mistakes for Odoo Modules Using Pylint for Odoo
    Moisés Augusto López Calderón
    Fet
  • Record / Playback Tests Directly in Odoo
    Andreas Stauder
    Fet
  • 2-day training: The Odoo JS framework
    Gery Debongnie - Lead Developer, Odoo
    Fet
  • ODBC Connector with Odoo, Applied to Ms Dynamics NAV
    Dominik Chwalla
    Fet
  • Odoo-Profiler: Advanced Performance Tool
    Moisés Augusto López Calderón
    Fet
  • Integrating IoT in Odoo - The Proximus Enco Case
    Valentin Bouttiau, Community Manager & Evangelist, Proximus EnCo & Pascale Woodruff, Business Analyst & Project Manager, BHC
    Fet
  • Testing Odoo: A Guided Tour
    Adrien Dieudonné, Software Developer - Odoo
    Fet
  • Moving Legacy Data into Odoo Using the Import
    Thibault François - Technical Consultant Team Leader, Odoo
    Fet
  • Boost Your Odoo Development with Pandas
    Davide Corio
    Fet
Load Testing: How to Stress Your Odoo with Locust
Developer
Ubicació: Aula Magna / Lauzelle - 4/10/17 14:30 - 4/10/17 14:50 (Europe/Brussels) (20 minuts)
Load Testing: How to Stress Your Odoo with Locust
Michael Vannerom, Developer, Odoo
Michael Vannerom, Developer, Odoo

Michael is working for Odoo for 6 years as a technical consultant. During this period he has the time to see a lot of different topic for example: performance issue, giving training, reporting, make some big project for Odoo customers,....


Load testing: How to stress your Odoo with Locust

Deploying an Odoo instance on production can be an adventure without its challenges. If you want to get the maximum resources from your server, you have to adapt different options. It is not always easy to know the number of workers and the different limits depending on them. But after you setup your server how do you know if your theoretic value seems to be correct and when can you see the first error appear. To be sure that your system stays usable it is important to find a way to stress your Odoo instance with a different number of users.

To answer all these question we will show you what we develop internally with Locust. Locust is an open source load testing tool that allows you to send XMLRPC requests with a specific number of users.

Just imagine the different scenarios you want to test, then with this library you can write a test in Python with the lib XMLRPC. After that you have the locust interface just to say I want to test with 1,20,50, 100,... users. It will prevent wrong configurations and check how many users the system is able to handle while still answering requests in a correct time. You also have interesting stats per request like the number of failing requests median time, average time, min and max time for a request and how many request per sec Odoo is able to answer.

With all the aforementioned statistics you will have an accurate view of the limits of your system.

During this talk we will see how to set up your locust on your system, case by case. To understand how to use it in a practical case we will also show you a real case and how we use it internally. After this talk, attendees should feel more efficient and you will know the limit of your system.

Tiquets
Des de US$ 0,00 fins US$ 1.094,40
Tarifa: US: North America Tarifa
US: North America
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now