I am trying to do load testing on my php site that I have built and I have found jMeter but I am concerned that when i try to simulate 1000 users its not actually simulating them accurately due to a max in the number of requests i can make at the same time on my mac. Is there any way to get around this potential problem or do I need to find another way to load test?
I am aware that windows limits the number of connections you can make so I assume mac does the same.
Currently I have simply downloaded jMeter and created a thread group with 1000 threads (users) and added a listener to view the response times.