blob: fcb7be8173d47c70337f04092c96f7bb41f5e31b [file] [log] [blame] [view]
@PLUGIN@ list
=================
NAME
----
@PLUGIN@ list display rate limit statistics
SYNOPSIS
--------
> ssh -p <port> <host> @PLUGIN@ list
DESCRIPTION
-----------
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).
ACCESS
------
Gerrit Administrators only.
EXAMPLES
--------
> $ 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
> ---------------------------------------------------------------------------------------------