Skip to content

Commit 83f5b61

Browse files
committed
JMeter article update
1 parent 8f9abc9 commit 83f5b61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_posts/2015-07-24-generating-requests-with-apache-jmeter.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ comments: true
66
tags: jmeter
77
---
88
# The problem
9+
10+
> **UPD 31 July 2015: For Django and python I now prefer to use [requests](http://docs.python-requests.org/en/latest/) library and Django management commands. With management commands it is easier to collect data required for generating requests. But I will leave the post here because it can be helpful for someone.**
11+
912
I develop a web application. One of it's modules collects data from user request (user agent, device etc.) and shows visit statistics. While developing statistic module I needed to generate sample request data.
1013

1114
My requirements was:

0 commit comments

Comments
 (0)