AccessLog Sampler - process session ids?
Open
enhancement
os: other
P4
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
**Sebb** ([Bug 44420](https://bz.apache.org/bugzilla//show_bug.cgi?id=44420&redirect=false)):
The AccessLog Sampler currently processes all logged items, regardless of origin.
It might be useful to be able to process entries based on their session ids (or
some other such marker)
Each thread would only process URLs for a particular id. Would need to determine
how to allocate session ids to threads, and whether the test is run in strict
sequence - i.e. would threads have to wait until their session id appeared?
Or would the sampler just ignore entries which were for a different session id?
How does one know when the session id is no longer valid?
OS: other
Contributor guide
Assessment
This issue has not been assessed yet.