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
Please enter at least three characters to search
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

Modernize your data layer. Learn how to design cloud-native database architectures to meet the evolving demands of AI and GenAI workkloads.

Secure your stack and shape the future! Help dev teams across the globe navigate their software supply chain security challenges.

Releasing software shouldn't be stressful or risky. Learn how to leverage progressive delivery techniques to ensure safer deployments.

Avoid machine learning mistakes and boost model performance! Discover key ML patterns, anti-patterns, data strategies, and more.

Related

  • Understanding the Power of Coefficient of Variation in Software Performance Testing
  • Keep Your Application Secrets Secret
  • Common Performance Management Mistakes
  • Common Performance Management Mistakes

Trending

  • AI Meets Vector Databases: Redefining Data Retrieval in the Age of Intelligence
  • Microsoft Azure Synapse Analytics: Scaling Hurdles and Limitations
  • Beyond ChatGPT, AI Reasoning 2.0: Engineering AI Models With Human-Like Reasoning
  • Unlocking the Potential of Apache Iceberg: A Comprehensive Analysis
  1. DZone
  2. Software Design and Architecture
  3. Performance
  4. Load Testing Your IIS Web Server

Load Testing Your IIS Web Server

If you're looking for a way to increase the performance of your site, read on for a description of three great load testing tools.

By 
Jeremy Morgan user avatar
Jeremy Morgan
·
Jul. 04, 17 · Opinion
Likes (5)
Comment
Save
Tweet
Share
13.2K Views

Join the DZone community and get the full member experience.

Join For Free

All the theory, calculations, and estimations in the world aren’t going to tell you how your website will truly perform under a load. If you’re deploying a new server or doing any kind of performance enhancements you don’t want to test your results in production. It’s always a good idea to see how your system behaves before your visitors do. To do that, you can use a load testing tool, and here are a few I use quite frequently.

Netling

Load Testing IIS Web Server

Download Netling Here

One of the “quick and dirty” applications I use is Netling. This is a super simple tester written in C#. You will need to compile this with Visual Studio, but you don’t necessarily have to be a developer to do it. I’ve been able to load it up, and select build to create it with no modifications with many versions of Visual Studio.

Netling is super simple to operate and about as easy as it gets.

You select how many threads you want to run. This is entirely up to you, more threads will put more load on your machine, and depending on how many cores your CPU has, more may not necessarily be better. Experiment with it and see what works best for you.

It has a feature for “Pipelining.” This is when multiple requests go through a single socket without waiting for a response. Setting this higher will generate a higher load but again this is something to adjust for best results. There will be a physical limit to pipelining depending on your hardware and connection speed.

This is a handy tool and is extremely simple to use. One issue I’ve had with Netling is it sends raw requests that aren’t much like a real browser. To emulate real traffic more accurately I have another tool I like to use.

Netling Pros

  • Free.
  • Open-source and can be easily modified.
  • Extremely simple.

Netling Cons

  • Doesn’t simulate real transactions well.
  • Can’t do authentication or other simulations.
  • Only tests one URL at a time.

Web Surge

Load Testing IIS Web Server

Download WebSurge Here

Web surge is by far one of my favorites. It’s a great application that simulates a load on your server in a very realistic fashion.

With this program, you create sessions, which means you can use more than one URL for the test. Each of the URLs will be run in the session, which can make it more random and realistic. It has a ton of great options as well:

Load Testing IIS Web Server

It gives you quick results, and you can “drill down” to get more detailed data.

Load Testing IIS Web Server

You can also export these results in several formats. There’s the WebSurge proprietary format, as well as XML or JSON. You could parse these results for future analysis work.

Overall, WebSurge is among my favorites for load testing because it’s closer to real-world traffic. If you put in a list of all your pages and randomize the test, it can provide some solid information.

WebSurge Pros

  • Free (for personal use).
  • Professional version reasonably priced.
  • Fast and generates a large load.
  • Simple to use, yet powerful.
  • Simulates “real world” traffic very well.
  • Extremely configurable.

WebSurge Cons

  • None than I can think of.

Apache JMeter

Load Testing IIS Web Server

Download JMeter Here

The next application we’ll look at is JMeter. This is an extremely powerful program and can do very thorough testing in addition to generating a load. In fact, load testing with JMeter is just a very small part of its overall functionality.

With JMeter, you have scenarios to run out, because it’s more of a testing oriented application you can run through a longer set of steps and processes as a part of your test.

I would encourage you to really dig into this application and learn as much as you can about it to get the full benefits of it.

Apache JMeter Pros

  • Free.
  • Very powerful.
  • Detailed tests can be set up.
  • Minimal setup.

Apache JMeter Cons

  • Steeper learning curve.
  • Can be fairly complicated.
  • May be overkill for what you need.

Conclusion

There are many tools out there for load generation, but these are the ones I use the most. I like to set up various different tests to accurately gauge the performance of a website and it’s reaction to a load.

In fact, the reaction to a heavy load is the most important thing I’m looking for. When doing performance measurements, it’s difficult to really nail down all the variables and prove a change has increased performance. But sending a heavy load to your server and seeing how it reacts is pretty conclusive.

Load testing Web server Apache JMeter application Testing IT Open source Download Cons

Published at DZone with permission of Jeremy Morgan, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Related

  • Understanding the Power of Coefficient of Variation in Software Performance Testing
  • Keep Your Application Secrets Secret
  • Common Performance Management Mistakes
  • Common Performance Management Mistakes

Partner Resources

×

Comments
Oops! Something Went Wrong

The likes didn't load as expected. Please refresh the page and try again.

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:

Likes
There are no likes...yet! 👀
Be the first to like this post!
It looks like you're not logged in.
Sign in to see who liked this post!