Submitting a page with POST to do performance testing
Hi, I am using Siege to load test the file caching patch. Siege supports posts, http://www.joedog.org/siege/misc/FAQ.php#9. Here is what I have come up with discussing this in #drupal http://localhost/~kieran/drupal/?q =node/add/page POST edit%5Btitle% 5D=title&edit%5Bbod y%5D=body&edit%Bform_id%5D=page_no de_form&op=Submit But it doesn't submit. If anyone could successfully submit any content to head using a HTTP post I would appreciate it if you could pass it along. Thanks, Kieran
Kieran Lal wrote:
Hi, I am using Siege to load test the file caching patch. Siege supports posts, http://www.joedog.org/siege/misc/FAQ.php#9.
Here is what I have come up with discussing this in #drupal
http://localhost/~kieran/drupal/?q =node/add/page <http://localhost/~kieran/drupal/?q=node/add/page> POST edit%5Btitle%5D=title&edit%5Bbod y%5D=body&edit%Bform_id%5D=page_no de_form&op=Submit
But it doesn't submit. If anyone could successfully submit any content to head using a HTTP post I would appreciate it if you could pass it along.
Thanks, Kieran
you have a couple unwanted spaces in that url. in this section: &edit%5Bbod y%5D=body&edit%Bform_id%5D=page_no de_form see body and no de. this might be fault your email client and not the siege file. anway, anyone know why this would not work (assuming the spaces are removed)?
On Feb 11, 2006, at 3:50 PM, Moshe Weitzman wrote: Sorry, that was my mail client. Here it is cut directly from the urls.txt file for seige. http://localhost/~kieran/drupal/?q=node/add/page POST edit%5Btitle% 5D=title&edit%5Bbody%5D=body&edit%Bform_id%5D=page_node_form&op=Submit Kieran
anway, anyone know why this would not work (assuming the spaces are removed)?
Dunno if this has something to do with it: http://drupal.org/node/48834
participants (3)
-
John VanDyk -
Kieran Lal -
Moshe Weitzman