Skip to content

Releases: szkiba/xk6-top

v0.3.0

08 Dec 15:02
1c4820b

Choose a tag to compare

What's Changed

  • Added Makefile for easier development workflow
  • Added dev container support for consistent development environment
  • Improved CI/CD workflows with better validation
  • Updated dependencies and linting configuration
  • Added CODE_OF_CONDUCT.md and CONTRIBUTING.md

Full Changelog: v0.2.1...v0.3.0

v0.2.1

16 Sep 09:05
915a7c5

Choose a tag to compare

xk6-top v0.2.1 is here 🎉!

v0.2.1 is a maintenance release, it does not contain new features.
The purpose of the release is to adapt to protocol changes.

From xk6-dashboard v0.7.3, the SSE protocol aggregate events have been optimized. This is an incompatible change that is addressed in this release. Older xk6-top versions do not work with newer xk6-dashboard (and k6) versions.

v0.2.0

04 Feb 14:18
3a886d7

Choose a tag to compare

xk6-top v0.2.0 is here 🎉!

v0.2.0 is a complete rewrite of the xk6-top extension.

New features

  • metrics dashboard
  • remote k6 support

readme

Metrics dashboard

The xk6-top extension now utilizes the SSE stream of the k6 web-dashboard and implements a terminal-based metrics dashboard functionality.

In addition to the detailed results of the thresholds evaluations, the dashboard contains all metric aggregates in tabular form as well as graphs of the most important metrics.

Remote k6 support

The k6top CLI tool can display external (even remote) k6 process metrics on a terminal-based dashboard. It is not necessary to include the xk6-top extension in the external k6 process.

v0.1.1

08 Aug 12:08

Choose a tag to compare

upgrade linter version

v0.1.0

29 Mar 17:01

Choose a tag to compare

Initial versions