mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-10 00:57:02 +02:00
MINOR: dumpstats: Group map inline help
This commit is contained in:
parent
d437314979
commit
1432a0c5db
@ -131,7 +131,6 @@ static const char stats_sock_usage_msg[] =
|
||||
"Unknown command. Please enter one of the following commands only :\n"
|
||||
" clear counters : clear max statistics counters (add 'all' for all counters)\n"
|
||||
" clear table : remove an entry from a table\n"
|
||||
" clear map [id] : clear the content of this map\n"
|
||||
" help : this message\n"
|
||||
" prompt : toggle interactive mode with prompt\n"
|
||||
" quit : disconnect\n"
|
||||
@ -141,19 +140,21 @@ static const char stats_sock_usage_msg[] =
|
||||
" show errors : report last request and response errors for each proxy\n"
|
||||
" show sess [id] : report the list of current sessions or dump this session\n"
|
||||
" show table [id]: report table usage stats or dump this table's contents\n"
|
||||
" show map [id] : report avalaible maps or dump this map's contents\n"
|
||||
" get weight : report a server's current weight\n"
|
||||
" set weight : change a server's weight\n"
|
||||
" set table [id] : update or create a table entry's data\n"
|
||||
" set timeout : change a timeout setting\n"
|
||||
" set maxconn : change a maxconn setting\n"
|
||||
" set rate-limit : change a rate limiting value\n"
|
||||
" set map [id] [key] [value] : modify map entry\n"
|
||||
" add map [id] [key] [value] : add map entry\n"
|
||||
" del map [id] [key] : delete map entry\n"
|
||||
" disable : put a server or frontend in maintenance mode\n"
|
||||
" enable : re-enable a server or frontend which is in maintenance mode\n"
|
||||
" shutdown : kill a session or a frontend (eg:to release listening ports)\n"
|
||||
" show map [id] : report avalaible maps or dump a map's contents\n"
|
||||
" get map : reports the keys and values matching a sample for a map\n"
|
||||
" set map : modify map entry\n"
|
||||
" add map : add map entry\n"
|
||||
" del map : delete map entry\n"
|
||||
" clear map <id> : clear the content of this map\n"
|
||||
"";
|
||||
|
||||
static const char stats_permission_denied_msg[] =
|
||||
|
Loading…
Reference in New Issue
Block a user