Commit Graph

  • 7e0bfb0fc1 Change logger name to module itself instead of root Kun Huang 2013-03-17 01:59:40 +0800
  • 50f56b83e7 Cleanup based on pyflakes. Monty Taylor 2013-01-30 16:33:28 +1100
  • 26f5e1bf95 Add more command-line options to swift-bench. Samuel Merritt 2013-01-22 18:41:08 -0800
  • f3ec69e547 Fix superfluous GET requests in swift-bench. Samuel Merritt 2013-01-21 15:38:31 -0800
  • bf980693d9 Convert LICENSE to use unix style line endings. Dan Prince 2012-12-19 12:48:27 -0500
  • 94edaf3009 Ignore pycscope files Peter Portante 2012-12-04 11:17:38 -0500
  • 2cf41b6b9f Make swift-bench use less memory with large object sizes. Samuel Merritt 2012-11-08 11:13:21 -0800
  • 494979661b Fixed swift-bench when using -b and a conf file Joe Arnold 2012-11-07 15:57:12 -0800
  • b83e27cba0 changed TRUE_VALUES references to utils.config_true_value() call John Dickinson 2012-10-19 13:50:57 -0700
  • 2562381e1c fix config parsing in swift-bench -x John Dickinson 2012-10-18 12:08:38 -0700
  • c2e4e1c146 Random pep8 fixes! Tom Fifield 2012-10-13 00:15:18 +1100
  • 2e89f09bc4 Can run swift-bench across multiple cores/servers. Darrell Bishop 2012-08-25 23:02:53 -0700
  • 7335bea08e Misc. swift-bench improvements. Darrell Bishop 2012-08-25 16:02:45 -0700
  • b4aab01ddd To simulate the real workloads, the objects to be uploaded could be created in the random sizes, which are bounded (lower_object_size and upper_object_size) by the user inputs. ning_zhang 2012-08-03 11:47:28 -0700
  • 577185db28 Fix Dispersion report and swift-bench on saio Florian Hines 2012-07-13 17:48:37 -0500
  • aafb98212a swift-bench should be able to use auth version 2.0 François Charlier 2012-06-11 19:29:32 +0200
  • 4dbcdf247d Remove swift.common.client from here. Chmouel Boudjnah 2012-05-22 10:57:10 +0200
  • d70f2edd6e HTTP status value naming normalization Victor Rodionov 2012-04-21 02:02:19 +0400
  • 84aa3f57e0 updated copyright date for all files John Dickinson 2012-03-19 13:45:34 -0500
  • 860c7cda13 Add support for venv-based test run with tox. Maru Newby 2012-01-31 15:27:29 -0800
  • 5df2c20753 remove unsed imports and variables Felipe Reyes 2012-01-28 22:26:58 -0800
  • 9520af1be2 Updating changelog for 1.4.3 gholt 2011-09-07 21:55:40 +0000
  • 0c1d1a9e27 Adding account_autocreate mode and refactoring TRUE_VALUES gholt 2011-06-05 23:22:35 +0000
  • 214f772026 Don't track names on PUT failure to avoid extra failures in GET/DELETE. Juan J. Martinez 2011-05-25 12:56:53 +0100
  • 1607e80ed6 moving deleting of containers to run() method makes more sense Greg Lange 2011-04-14 15:34:02 +0000
  • 26ddb481ad should probably let the user know when a container delete fails for reasons other than having objects in it Greg Lange 2011-04-13 20:10:55 +0000
  • f32ef0f477 swift-bench now deletes containers it makes if deleting of objects is requested Greg Lange 2011-04-13 19:30:21 +0000
  • 6cf87bbec4 changing /usr/bin/python to /usr/bin/env python David Goetz 2011-03-24 15:51:44 -0700
  • a2c9757ece logging refactor to support proxy access logs Clay Gerrard 2011-02-10 14:59:52 -0600
  • 1032c62623 removing blank excepts David Goetz 2011-01-26 14:31:33 -0800
  • a0fd28172d Updates to remove _ usage that is not i18n related gholt 2011-01-19 15:21:57 -0800
  • c4144b67a0 ipv6 support Michael Barton 2011-01-16 09:52:08 +0000
  • 648560e811 pep8 fo' realz Clay Gerrard 2011-01-05 09:32:19 -0600
  • 20813df36d Changed copyright notices on py files and the single rst file with a copyright notice Anne Gentle 2011-01-04 17:34:43 -0600
  • 7c2f2c7be3 pep8 Clay Gerrard 2011-01-04 16:12:56 -0600
  • 14e487d6da fixed missing NamedLogger import in bin/swift-bench, refactored LogAdapter.tnx_id so that it works with multiple calls to get_logger, fixed common.middleware.catch_errors to only call get_logger if it needs too, renamed x-cf-trans-id to x-swift-tnx-id Clay Gerrard 2011-01-04 16:00:01 -0600
  • c9e41f98d4 Cleaned up the bins; patched the broken test (when run standalone) gholt 2010-12-29 12:00:08 -0800
  • 3c71b092a8 add gettext to all binaries Michael Barton 2010-12-22 17:18:30 +0000
  • ba16fac3be i18n finishup Michael Barton 2010-12-22 16:36:31 +0000
  • e00df7449e gettext updates Michael Barton 2010-12-20 21:47:50 +0000
  • 5be4ed8d0c Updated swift-bench to put to several containers (20 by default) instead of just 1 Chuck Thier 2010-10-20 22:04:03 +0000
  • 51f0ae10af Somehow I missed the commit to print the whole help, not just usage Chuck Thier 2010-10-07 21:36:39 +0000
  • dd6e03067d Added some missing test stubs so we can better see coverage (and get a little syntax-level "testing"). gholt 2010-10-07 08:23:17 -0700
  • 028063c129 Updated to print usage by default if no args are passed, and added --saio to run with saio defaults Chuck Thier 2010-10-04 15:09:53 +0000
  • 5daba76eee Copy paste fail Chuck Thier 2010-10-01 19:55:08 +0000
  • afe8d3f1c9 added apache license to the new files Chuck Thier 2010-10-01 19:50:34 +0000
  • 143e9efb0a Refactored swift-bench to reuse client.py and direct_client.py Chuck Thier 2010-10-01 19:46:35 +0000
  • b4a964e32d Now uses TRUE_VALUES from utils.py Chuck Thier 2010-09-28 16:06:35 +0000
  • 7543132ba0 Missed a rename Chuck Thier 2010-09-28 15:05:08 +0000
  • 990694b0bb Removed some code that was no longer used Chuck Thier 2010-09-28 15:00:59 +0000
  • 88aa7907f5 Initial checkin of benchmark code Chuck Thier 2010-09-27 23:10:09 +0000
  • 03bbb7e04d Initial release Michael Barton 2010-07-08 01:37:44 +0000
  • 687853ffb0 Initial commit of Swift code Chuck Thier 2010-07-12 17:03:45 -0500
  • f36f02e257 Import upstream version 1.0.0 Michael Barton 2010-07-08 01:37:44 +0000