Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getput.1
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ start of the object as comma separated pairs, noting the first byte is byte 0.
When there are multiple puts/gets, the same get-by-range will apply to each object.

There is an interesting behavior with ranged GETs and that is when benchmarking
using many processes with which you wish to push swift to its max. IYou can
using many processes with which you wish to push swift to its max. You can
easily find yourself in a situation where you can run many more processes for
GETs than PUTs since the object being retrieved may be much smaller and therefore
able to sustain higher levels of parallelism. Say you created a bunch of 100MB
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
('/etc/gpsuite.d', ['gpsuite.conf']),
('/usr/share/doc/gptools',['getting-started.txt','RELEASE-gptools','Introduction.pdf']),
('/usr/share/man/man1',['getput.1', 'gpmulti.1', 'gpsuite.1', 'gpsum.1', 'gpwhere.1'])]

)