DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Curious about the future of data-driven systems? Join our Data Engineering roundtable and learn how to build scalable data platforms.

Data Engineering: The industry has come a long way from organizing unstructured data to adopting today's modern data pipelines. See how.

Threat Detection: Learn core practices for managing security risks and vulnerabilities in your organization — don't regret those threats!

Managing API integrations: Assess your use case and needs — plus learn patterns for the design, build, and maintenance of your integrations.

Avatar

Yuri Bushnev

Head of System Quality at AlphaSense

Helsinki, FI

Joined Apr 2017

http://bushnevyuri.com

About

https://www.linkedin.com/in/bushnevyuri/

Stats

Reputation: 348
Pageviews: 329.5K
Articles: 13
Comments: 7
  • Articles
  • Comments

Articles

article thumbnail
How to Set Up Scalable Jenkins on Top of a Kubernetes Cluster
A huge benefit of using Jenkins for continuous integration is its scalability. Learn how to set it up on a Kubernetes cluster in this helpful tutorial.
March 7, 2018
· 26,493 Views · 5 Likes
article thumbnail
Gatling Tests Monitoring with Grafana and InfluxDB
Learn how to integrate the very powerful monitoring tool Gatling with Grafana and InfluxDB. Check out the full tutorial here!
March 5, 2018
· 17,597 Views · 2 Likes
article thumbnail
How to Set up and Run Your Gatling Tests with Eclipse
Since some developers may prefer to use Eclipse IDE to run their testing environments, here is a screenshot-packed tutorial to guide you along the way.
March 1, 2018
· 10,159 Views · 5 Likes
article thumbnail
JMeter Parameterization: The Complete Guide
If you're wondering about how to parameterize your scripts in JMeter, then this is the resource for you. Come have a look!
February 14, 2018
· 36,388 Views · 7 Likes
article thumbnail
Locust Performance Testing Using Java and Kotlin
In this post we take a look at using Locust for performance testing. Come check out this versatile framework as we give a quick run-through and example!
February 11, 2018
· 12,960 Views · 3 Likes
article thumbnail
How to Set up a Gatling Test's Implementation Environment
In this post we take a look at how to get an environment up and running to run a series of Gatling tests. Read on for the details!
February 8, 2018
· 12,727 Views · 2 Likes
article thumbnail
QA Automation Pipeline - Learn How to Build Your Own
Continuous delivery is driving the shift towards automation in software delivery; see how to set up an automated pipeline for your QA processes.
November 20, 2017
· 25,666 Views · 17 Likes
article thumbnail
JMeter vs. Locust: What to Use When
This article compares and contrasts Apache JMeter and Locust, two of the most well-known and popular performance testing tools.
October 22, 2017
· 26,906 Views · 7 Likes
article thumbnail
Hamcrest vs. AssertJ
Let's compare two of the most popular open Java assertion frameworks out there—Hamcrest and AssertJ—to see what they offer.
September 20, 2017
· 36,497 Views · 13 Likes
article thumbnail
How to Use Grafana to Monitor JMeter Non-GUI Results - Part 2
In this article, you'll learn a few easy ways to monitor your JMeter results using Grafana, an open-source analytics and monitoring tool.
July 19, 2017
· 20,690 Views · 2 Likes
article thumbnail
3 Easy Ways to Monitor JMeter Non-GUI Test Results
Learn how to start monitoring your non-GUI tests in a few steps: through out-of-the-box logs, via Taurus, and through the BlazeMeter cloud.
June 16, 2017
· 15,198 Views · 1 Like
article thumbnail
JMeter Ramp-Up: The Ultimate Guide
Ramping up and down allows you easily simulate any load pattern and prepare for all the possible cases you might have, so you never see your app go down.
May 25, 2017
· 23,700 Views · 4 Likes
article thumbnail
How to Use the CSS/jQuery Extractor in JMeter
A hands-on tutorial of using the CSS/jQuery extractor when running JMeter tests to test display and front-end functionality in web pages.
April 9, 2017
· 12,507 Views · 9 Likes

Comments

How to Set Up Scalable Jenkins on Top of a Kubernetes Cluster

Oct 01, 2018 · Arran Glen

That's simple. For personal needs, I added a few more plugins after that.
For example, you can see that one of the steps mentioned above has the "matrix" plugin which is not listed in the original file.
As it doesn't change the workflow and described solution, most probably I just didn't redo the screenshot after that.

How to Set Up Scalable Jenkins on Top of a Kubernetes Cluster

Mar 19, 2018 · Arran Glen

Hi Firm.
Could you please attach some logs? This issue explanation is quite wide and there are many different reasons which might be the root of the cause (just an example, https://github.com/kubernetes/minikube/issues/2298)

3 Easy Ways to Monitor JMeter Non-GUI Test Results

Dec 21, 2017 · Sarah Davis

Hi Vincent. Thanks for your comment. However, this topic is mainly about monitoring and not results storage. Regarding results storage, I believe that it is always better to store that into some time series metrics db which provides an ability to have customizable monitors and easy way of baselines comparison.

How to Use Grafana to Monitor JMeter Non-GUI Results - Part 2

Dec 21, 2017 · Jordan Baker

Hi Leo.

That's easy. If you use "org.apache.jmeter.visualizers.backend.influxdb.InfluxdbBackendListenerClient" backend listener implementation, then you can specify the influxdb url in this format: http://localhost:8086/write?db=performance&u=myusername&p=mypassword

And if you use "rocks.nt.apm.jmeter.JMeterInfluxDBBackendListenerClient" listener implementation then you should have influxDbUser and influxDbPassword fields right away in the fields box.

Let me please know if you still have some troubles with this answer.

Hamcrest vs. AssertJ

Oct 21, 2017 · Duncan Brown

Thanks, Mohit. You can find more articles on bushnevyuri.com or https://www.blazemeter.com/blogs-on-author/937

How to Use the CSS/jQuery Extractor in JMeter

Jul 19, 2017 · Tim Spann

Thanks! If you have any question regarding JMeter usage in mind (which is not clear and you can not find answers in google for that), please let me know and I will try to think how I can reveal that in such kind of article =)
You can find more articles on bushnevyuri.com or https://www.blazemeter.com/blogs-on-author/937

How to Use the CSS/jQuery Extractor in JMeter

Jul 19, 2017 · Tim Spann

Thank you for feedback! =) You can find more articles on bushnevyuri.com or https://www.blazemeter.com/blogs-on-author/937

User has been successfully modified

Failed to modify user

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: