Skip to content

Locustor is a simple Python scheduled worker which sends Locust load testing logs to InfluxDB.

Notifications You must be signed in to change notification settings

GokGokalp/Locustor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

locustor

Locustor is a simple Python scheduled worker which sends Locust load testing logs to InfluxDB.

Usage

Just configure to LocustorConfig class

class LocustorConfig:
    'Locustor configuration'
    INFLUXDB_HOST = ''
    INFLUXDB_PORT = ''
    INFLUXDB_USER_NAME = ''
    INFLUXDB_PASSWORD = ''
    INFLUXDB_DATABASE = ''
    DELAY_IN_SEC = 5
    LOCUST_CSV_LOG_FILE_PATH = ''

About

Locustor is a simple Python scheduled worker which sends Locust load testing logs to InfluxDB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages