@PLUGIN@ list display rate limit statistics
ssh -p <port> <host> @PLUGIN@ list
Displays rate limit statistics: account id (or IP if request is anonymous), permits per hour, remaining permits and when they will be replenished.
The time before permits are replenished is represented using ISO-8601 seconds based representation, such as PT59M30S (59 minutes and 30 seconds).
Gerrit Administrators only.
$ ssh -p @SSH_PORT@ @SSH_HOST@ @PLUGIN@ list --------------------------------------------------------------------------------------------- * upload_pack_per_hour * --------------------------------------------------------------------------------------------- Account Id/IP (username) Permits Per Hour Available Permits Used Permits Replenish in --------------------------------------------------------------------------------------------- 1000000 (admin) unlimited unlimited 0 PT0S 1000001 (test_user) 1000 999 1 PT59M30S 127.0.0.1 1000 123 877 PT10M26S ---------------------------------------------------------------------------------------------