7z, ab, ack: update Italian translation

This commit is contained in:
Simone Ragusa
2021-04-21 12:03:47 +02:00
committed by Axel Navarro
parent ad9f6c6c84
commit d028ac125e
3 changed files with 35 additions and 10 deletions

View File

@@ -7,11 +7,15 @@
`ab -n {{100}} {{url}}`
- Esegui 100 richieste HTTP GET ad un dato url, processandone fino a 10 requests contemporaneamente:
- Esegui 100 richieste HTTP GET ad un dato URL, processandone fino a 10 contemporaneamente:
`ab -n {{100}} -c {{10}} {{url}}`
- Usa keep alive:
- Esegui 100 richieste HTTP POST a un dato URL, utilizzando un payload JSON tramite file:
`ab -n {{100}} -T {{application/json}} -p {{percorso/a/file.json}} {{url}}`
- Usa HTTP [K]eep Alive, ovvero esegui richieste multiple in una stessa sessione HTTP:
`ab -k {{url}}`