swift/test/unit/container
Clay Gerrard 06cf5d298f Add databases_per_second to db daemons
Most daemons have a "go as fast as you can then sleep for 30 seconds"
strategy towards resource utilization; the object-updater and
object-auditor however have some "X_per_second" options that allow
operators much better control over how they spend their I/O budget.

This change extends that pattern into the account-replicator,
container-replicator, and container-sharder which have been known to peg
CPUs when they're not IO limited.

Partial-Bug: #1784753
Change-Id: Ib7f2497794fa2f384a1a6ab500b657c624426384
2018-10-30 22:28:05 +00:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
test_auditor.py Added unit test cases for container/auditor.py 2015-11-20 16:07:17 +00:00
test_backend.py Fix shard_max_row in ContainerBroker.get_replication_info() 2018-06-13 12:20:17 +01:00
test_reconciler.py Allow InternalClient to container/object listing with prefix 2017-12-25 08:28:02 +00:00
test_replicator.py Only try to fetch or sync shard ranges if the remote supports sharding 2018-06-14 16:58:29 -07:00
test_server.py Add fallocate_reserve to account and container servers. 2018-07-18 17:27:11 +10:00
test_sharder.py Add databases_per_second to db daemons 2018-10-30 22:28:05 +00:00
test_sync.py Symlink implementation. 2017-12-13 21:26:12 +00:00
test_sync_store.py Cleanup test tempdirs in tearDown 2017-09-01 15:34:30 +01:00
test_updater.py Merge "container-updater: Always report zero objects/bytes used for shards" 2018-06-22 21:45:56 +00:00