How to write a PHP Script for the load testing ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
santhanam15
Forum Newbie
Posts: 2
Joined: Tue May 06, 2014 11:26 pm

How to write a PHP Script for the load testing ?

Post by santhanam15 »

Hi,

Can you tell me the step to be followed in writing a php script for LOAD Testing ? I have "DOT Net" web application, it can be accessed by more than 100 users at a time. I needs to find the load(performance) of the application when accessed by multiple users at a time. I need a PHP script. Can anybody help me out. Thanks
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: How to write a PHP Script for the load testing ?

Post by requinix »

Does it have to be PHP? Folks at my work use Siege.
santhanam15
Forum Newbie
Posts: 2
Joined: Tue May 06, 2014 11:26 pm

Re: How to write a PHP Script for the load testing ?

Post by santhanam15 »

Thanks for reply. Yes, i need a php script to find load testing on dot net application.
Post Reply