1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-08 13:51:02 +01:00
phorge-phorge/src/applications/diffusion/protocol
epriestley df3c937dab Record lock timing information on PushEvents
Summary:
Depends on D19249. Ref T13109. Add timing information to the `PushEvent`:

  - `writeWait`: Time spent waiting for a write lock.
  - `readWait`: Time spent waiting for a read lock.
  - `hostWait`: Roughly, total time spent on the leaf node.

The primary goal here is to see if `readWait` is meaningful in the wild. If it is, that motivates smarter routing, and the value of smarter routing can be demonstrated by looking for a reduction in read wait times.

Test Plan: Pushed some stuff, saw reasonable timing values in the table. Saw timing information in "Export Data".

Maniphest Tasks: T13109

Differential Revision: https://secure.phabricator.com/D19250
2018-03-22 13:46:01 -07:00
..
__tests__ Filter and reject "--config" and "--debugger" flags to Mercurial in any position 2017-11-10 08:42:07 -08:00
DiffusionCommandEngine.php Give all commands from DiffusionCommandEngine a default 15 minute timeout 2018-03-16 17:22:03 -07:00
DiffusionGitCommandEngine.php Set GIT_SSH_VARIANT alongside GIT_SSH 2018-01-26 13:21:10 -08:00
DiffusionMercurialCommandEngine.php Filter and reject "--config" and "--debugger" flags to Mercurial in any position 2017-11-10 08:42:07 -08:00
DiffusionMercurialWireProtocol.php Fix spelling 2017-10-09 10:48:04 -07:00
DiffusionRepositoryClusterEngine.php Record lock timing information on PushEvents 2018-03-22 13:46:01 -07:00
DiffusionRepositoryClusterEngineLogInterface.php Record lock timing information on PushEvents 2018-03-22 13:46:01 -07:00
DiffusionSubversionCommandEngine.php Pass SSH wrappers to VCS commands unconditonally, not just if there's an SSH remote 2017-08-10 17:49:55 -07:00
DiffusionSubversionWireProtocol.php phtize all the things 2015-05-22 21:16:39 +10:00