Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How to load test a website on VPS?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How to load test a website on VPS?

redalertroxredalertrox Member
edited November 2017 in Help

So, I've got a custom website built on laravel. I would be deploying it on a VPS/Cloud with apache and DB on the same server.

I want to check its load on a VPS/Cloud Server with 20-25 concurrent users.

Basically I want to decide what specs of VPS I would be requiring if I create multiple installations of laravel (say 20 installations with 25 concurrent users each) on the same server?

Which is the best way/script/app to measure the load for one installation?

What specs would you suggest for 12500 Pageviews per day?

Comments

  • @redalertrox said:
    Which is the best way/script/app to measure the load for one installation?

    You just post the URL here.
    We'll do the rest for you.

  • test it, no one can answer that question without more info.

    for example test with

    • 1 web server (1 GB RAM)
    • 1 database (512 MB RAM)

    you can go from these basic setup

  • @sibaper said:
    test it

    Well... That's exactly what OP wants to do. He asked for tool that will let him do that.

    @redalertrox Have a look at https://loader.io/

  • MrPsycho said: Well... That's exactly what OP wants to do. He asked for tool that will let him do that.

    okay I miss read it somehow. I usually use loadimpact.com and ab from Apache

  • KuJoeKuJoe Member, Host Rep

    Siege is a nice tool.

  • MasonRMasonR Community Contributor

    https://locust.io/

    Haven't tried it out yet, but seems like a good tool and I've been eyeballing it for awhile.

  • redalertroxredalertrox Member
    edited November 2017

    What specs would a wordpress with 500-concurrent-users/hour require ? Since I think wordpress uses more RAM than laravel...

  • Is ab considered gauche now or something?

  • MasonRMasonR Community Contributor

    @redalertrox said:
    What specs would a wordpress with 500-concurrent-users/hour require ? Since I think wordpress uses more RAM than laravel...

    Depends what shitty plugins are installed.

  • @MasonR said:

    @redalertrox said:
    What specs would a wordpress with 500-concurrent-users/hour require ? Since I think wordpress uses more RAM than laravel...

    Depends what shitty plugins are installed.

    With no shitty plugins installed

  • @redalertrox said:

    @MasonR said:

    @redalertrox said:
    What specs would a wordpress with 500-concurrent-users/hour require ? Since I think wordpress uses more RAM than laravel...

    Depends what shitty plugins are installed.

    With no shitty plugins installed

    Then it wouldn't be WordPress..

  • @WSS said:

    @redalertrox said:

    @MasonR said:

    @redalertrox said:
    What specs would a wordpress with 500-concurrent-users/hour require ? Since I think wordpress uses more RAM than laravel...

    Depends what shitty plugins are installed.

    With no shitty plugins installed

    Then it wouldn't be WordPress..

    Lol yes its almost not possible to run a WordPress website without any plugin. :)

Sign In or Register to comment.