I have a csv input file like this:
timestamp, request url
e.g: 20/Sep/2018:00:00:00, /posts/1
This file contains about 1.5 million likes this. Is it possible to make a load test in JMeter where I can schedule all of these requests by his timestamp, or set a delay between them, while iterate through requests. Furthermore, reuse a thread, if a thread is finished then get another request and send it ... repetaing it until all tasks are done. Actually I can read the path from csv, but can't use the timestamps, and reuse threads.
If JMeter is not suitable for this kind of task, could you recommend some other tool that can do this kind of work?
