This website requires JavaScript.
Explore
Help
Sign in
TrueCloudLab
/
s3-tests
Watch
7
Star
0
Fork
You've already forked s3-tests
1
mirror of
https://github.com/ceph/s3-tests.git
synced
2024-11-25 03:47:22 +00:00
Code
Issues
1
Projects
Releases
Packages
Wiki
Activity
a1e5c50dc6
s3-tests
/
generate_objects.conf
3 lines
19 B
Text
Raw
Normal View
History
Unescape
Escape
dho-qa: Add siege config file and document running siege Adds siege.conf file for siege configuration options Adds docstring to main function in generate_objects.py describing how to run the static content load test.
2011-07-06 19:53:11 +00:00
- [10, 2000, 200]
DHO QA: Random Object Generation Script Script to generate garbage objects and push them to a bucket. Script takes a config file on the command line (and some other command line options using optparse) and generates a bunch of objects in an S3 bucket. Also prints public URLs to stdout. Number and sizes of the objects are determined by a yaml config file with each line looking like this: - [A, B, C] A: Number of files in this group B: Mean size of files in this group (in bytes) C: Standard deviation (normal distribution) of file sizes in this group command line options are: - S3 access key - S3 secret key - seed for PRNG - output file to write URLs to - flag to add md5 checksum to url list
2011-06-29 18:16:42 +00:00
Reference in a new issue
Copy permalink