summaryrefslogtreecommitdiff
path: root/scripts/profiling
AgeCommit message (Collapse)Author
2016-12-12[test] fix test and remove leftovers defer_encryptionVictor Shyba
2016-08-17[bug] remove misleading ensure_ddocVictor Shyba
ensure_ddoc doesnt make sense anymore as we dont have any ddoc other than _security, which has its own method for setting. 'ensure_security' is explicit and is set internally when user is creating a database, otherwise it will be False as it's only used during creation. This isn't exposed externally (of couch module) to avoid confusion. This confusion was making create-user-db fail to create a security ddoc as it wasn't passing ensure_ddocs=True. -- Resolves: #8388
2016-07-12[refactor] remove u1db dep from support codedrebs
2016-06-06[refactor] adapt profiling script to local debug serverKali Kaneko
2015-11-17[feat] add script to measure batch of uploadsKali Kaneko
- Releases: 0.8.0
2015-11-03[refactor] CouchDocument is now ServerDocumentVictor Shyba
As SoledadBackend is intended to be database agnostic, a new generic document is now used instead of the old one made for CouchDB. The only attribute that really relates to couch was couch_rev, removed on this commit as it can be set on CouchDatabase implementation when needed.
2015-10-05[feat] Move config dir to /etc/soledadvarac
- Resolves: #7509
2015-08-18[bug] always release lock on spam scriptdrebs
2015-08-11[tests] add util function to instantiate dowser mem profilerKali Kaneko
2015-08-11[feat] control sending messages in scriptKali Kaneko
- ability to disable sending (to get raw receive times) - ability to specify size and number of payloads - ability to point to a file to be used as raw source of payloads
2015-08-11[feat] add support for twisted-aware theseus profilerKali Kaneko
2015-08-11[bug] disable events on profilingKali Kaneko
2015-08-11[feat] update profile-sync script, add plop profilingKali Kaneko
Updating the profile-sync script to the latest deferred-based sync. - Added a couple of options to have finer control about what output to get. - Add support for the plop profiler https://pypi.python.org/pypi/plop/ - To get meaningful plop profiles, make sure to disable the system stats collection, like this:: ./profile-sync.py --no-stats --plop -b /tmp/syncdata/ -p sikret user@provider A good practice for this is having a pre-seeded soledad account (currently you have to do that through the wizard, a cli will be very nice to have in the coming future) with a known amount of data (for instance, sending some mails with known payload weight). It is VERY IMPORTANT that you *NEVER* process the data in this account (ie, do not ever log in with a mail client, for instance, since that will alter the original documents). In order to have comparable results, you should always run this sync script in similar conditions. Ideally, on a machine with runlevel 1. Also, make sure of deleting the contents in the folder if you are not using a temporal dir.
2015-08-03[feat] use dynamic mx server in spam scriptdrebs
2015-07-27[feat] add smtp port and log level to spam scriptdrebs
2015-07-23[bug] use ssl smtp connection on spam scriptdrebs
2014-12-18Update testing scripts.drebs
2014-09-10Add benchmarking scripts.drebs
2014-07-08Add spam script for profiling.drebs
2014-06-09Add profiling scripts.drebs
2014-06-05Reorganize profiling scripts.drebs
2014-04-09Reorganize scripts directory.drebs
2014-04-04Renew couch connection session after multipart PUT (#5448).drebs
2014-04-02Add test script for syncing many replicas concurrently (#5386).drebs