Quantcast
Browsing all 339 articles
Browse latest View live

How To Integrating WhatsApp Groups with Open-Source Projects

Hi everyone! I’m curious about how other developers here manage communication for their open-source projects. Has anyone integrated or used WhatsApp groups alongside platforms like Grafana or other...

View Article


Reusing k6 browser across VUs

Hi, I have been testing one of a high-volume app (API and rendering of HTML) in the same scenario, it has been working quite well, however the VUs we configured was only 25, we really need to get our...

View Article


Capture Id from post request from one scenario and pass in GET request in...

I’m trying to capture promiseID from post request in scenario1 and pass it in Get request in scenario2 since TPS of both Post and Get are different. import { authenticate } from...

View Article

Image may be NSFW.
Clik here to view.

Ramping-arrival-rate preallocated vs vumax usage

Hey folks. I’ve been fighting with myself for awhile about a philosophical technical question. when using ramping arrival rate I have typically been setting the preallocated vu param to 0 then setting...

View Article

K6 with Amazon Manged Prometheys

Does Grafana K6 supports output to Amazon Manged Prometheus. If yes, what are the steps for it? 1 post - 1 participant Read full topic

View Article


To contribute in xk6-temporal extension

Hi All, I am using xk6-temporal to run workflows concurrently to check the temporal health. But i am unable to connect with temporal server which has been deployed in different cluster. So i need...

View Article

Unable to locate submit button

Hi, Had to break the script into two posts, limitations of the forum for new users. Thanks 4 posts - 1 participant Read full topic

View Article

Sending metrics to victoria metrics

Hi, I’m trying to send K6 metrics to my companies victoriametrics storage. There is already a remote write URL available, but doesn’t seem like metrics are being sent over. Is...

View Article


Image may be NSFW.
Clik here to view.

Http_req_duration average result vs thresholds results

Hello, I added these custom thresholds to my test and I’m confused about the avegrage http_req_duration of 18.12s and the average time of each virtual user, none of them averaging less than 23s… What...

View Article


Distributed Performance testing with Grafana k6

I have local k3d cluster setup. I deployed the k6 operator using curl. Created one sample test script, then created a namespace in which I deployed the configMap which contains the information about...

View Article

How do i configure simulate new user on each iteration option of loadrunner...

I have a script where i want Vusers to simulate every iteration as a new user . In loadrunner we have an option of ‘Simulate new user on each iteration’ to achieve . i want to know what is the...

View Article

The code on website does not work to print target... stages shows...

import exec from ‘k6/execution’; export const options = { stages: [ { duration: ‘5s’, target: 100 }, { duration: ‘5s’, target: 50 }, ], }; export default function () {...

View Article

Sharing a single gRPC client between multiple VUs

As grpc can multiplex multiple channels over a single http/2 connection, is it possible to share a single grpc client between VUs? It appears that currently each VU gets its own client instance each...

View Article


Limitation using k6 operator?

Hi, Is there a page going through the limitation using k6 operator? thanks 2 posts - 2 participants Read full topic

View Article

Image may be NSFW.
Clik here to view.

The moduleSpecifier couldn't be found on local disk

"The moduleSpecifier "//scripts//Performance_Tests.js" couldn’t be found on local disk. Make sure that you’ve specified the right path to the file. If you’re running k6 using the Docker image make...

View Article


K6 - test if the number of api requests goes beyond a specific rate/min

I have a specific testing request to verify the limit for the number of api requests to an endpoint in a min and was wondering if k6 can help me validate it? Can someone pls suggest? Thanks! 1 post -...

View Article

Issues extracting details from HTTP redirects

Hello, I have a session cookie provided with the POST response, however, it is a HTTP 302 (redirect). I am trying to find-between, however, I cannot extract the session value to further propagate it...

View Article


Execution timed out after 120 seconds

Hello, We’re running some longer tests using K6 (local, non-cloud) (eg 3-4 hours) and we’re seeing the following in the log output at the end of the test when it is trying to generate the summary:...

View Article

Can we access global Collection values in handleSummary() ?, i am adding api...

import http from 'k6/http'; import { check } from 'k6'; import { textSummary } from 'https://jslib.k6.io/k6-summary/0.0.1/index.js'; let responseTimes = []; // Global array to store responses export...

View Article

Image may be NSFW.
Clik here to view.

Xk6-python - Write k6 tests in Python

Hi, xk6-python has been released. If you like Python, then xk6-python is for you. GitHub Release v0.1.0 · grafana/xk6-python xk6-python v0.1.0 is here 🎉! This is the initial release. Status xk6-python...

View Article
Browsing all 339 articles
Browse latest View live