k6-plugin-template

command module
v0.0.0-...-60f2e72 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2020 License: AGPL-3.0 Imports: 8 Imported by: 0

README

Disclaimer

The k6 plugin system is currently experimental. This plugin template is a proof of concept, and it isn't supported by the k6 team, and may break in the future. USE IT AT YOUR OWN RISK!


k6-plugin-template

Plugin example script:

import { func } from 'k6-plugin/name';  // import plugin

export default function () {
    func(1); // func with count input variable
}

Result output:

$ sudo ./k6 run --vus 50 --duration 30s --plugin=name.so test.js

          /\      |‾‾|  /‾‾/  /‾/
     /\  /  \     |  |_/  /  / /
    /  \/    \    |      |  /  ‾‾\  
   /          \   |  |‾\  \ | (_) |
  / __________ \  |__|  \__\ \___/ .io

  execution: local
    plugins: <NAME>
     output: -
     script: test.js

    duration: 30s, iterations: -
         vus: 50,

  duration: 30s, iterations: -
         vus: 2,  

  execution: local
     script: test.js
     output: -

  scenarios: (100.00%) 1 executors, 2 max VUs, 1m0s max duration (incl. graceful stop):
           * default: 2 looping VUs for 30s (gracefulStop: 30s)


running (0m30.1s), 0/2 VUs, 560 complete and 0 interrupted iterations
default ✓ [======================================] 2 VUs  30s


    data_received...........: 0 B     0 B/s
    data_sent...............: 0 B     0 B/s
    iteration_duration......: avg=107.29ms min=9.3ms med=110.52ms max=144.55ms p(90)=115.5ms p(95)=119.26ms
    iterations..............: 560     18.594848/s
    vus.....................: 2       min=2 max=2
    vus_max.................: 2       min=2 max=2

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL