Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8596927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T00:47:50+00:00 2026-06-12T00:47:50+00:00

We’re interesting to run a simple and basic loading tests to our new-born web

  • 0

We’re interesting to run a simple and basic loading tests to our new-born web app, not too complicates- login or navigation in the site is not necessary- just bomb our web with many concurrence get requests to a predefined list of URLs.

I was looking on apache ab and siege, and it looks really great- just a couple of minutes to set up and I got many get requests to my sites, the problem with those platform is that when I define a “GET” request to some page it just hit this page and never request it’s inner resources (images, css and js), of course I can add those resources to the url list but it won’t give me a real results (#rpm and all).

any suggest what can I do?
can I do what I want with apache ab or siege?
do you know a similar tool that let me doing it? I looked over JMeter it’s look like a bit overkill.

Thx.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T00:47:51+00:00Added an answer on June 12, 2026 at 12:47 am

    Ended up using httperf.
    Although it has many bugs that crush the process with lots of segmentation faults, it has nice feature that let you use sessions (–wsesslog).

    Another option is to use siege to simulate one client and run couple of clients in parallel:
    lets say you have a url.txt that contains all the url that you want to test and a resources.txt file that contains a generic resources that each file import (images, css and js), so you can use this script to simulate number of clients in parallel:

    #run X users in parallel:
    i=1; 
    for line in $(head -|NUMBER OF CLIENTS| urls.txt); do 
        echo $line > client$i;
        cat resources.txt >> client$i;
        let "i += 1";
    done;
    
    for f in $(ls client*); do 
        siege -c |NUMBER OF CALLS| -r 100 -f $f -b &
    done;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We're building an app, our first using Rails 3, and we're having to build
Seemingly simple, but I cannot find anything relevant on the web. What is the
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have just tried to save a simple *.rtf file with some websites and
I used javascript for loading a picture on my website depending on which small
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I want use html5's new tag to play a wav file (currently only supported
I am doing a simple coin flipping experiment for class that involves flipping a
I would like to run a str_replace or preg_replace which looks for certain words

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.