Add tools page

This commit is contained in:
2021-11-04 15:11:35 +11:00
parent df697c34fc
commit 83955e92c1
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@
- [Linux](categories/devops/linux.md)
- [Google Cloud Platform](categories/devops/gcp.md)
- [AWS](categories/devops/aws.md)
- [More tools](categories/devops/more-tools.md)
- [Web](categories/web.md)
- [IoT](categories/iot.md)
- [Fintech](categories/fintech.md)
+1
View File
@@ -279,6 +279,7 @@ grep -ir rsync /var/log
## Popular Distributions
### Debian
### Ubuntu
### Manjaro
+9
View File
@@ -0,0 +1,9 @@
# More tools
## HTTP performace tests
Some command line toos which can provide categorized information for http requests.
* [curl_time](https://stackoverflow.com/questions/18215389/how-do-i-measure-request-and-response-times-at-once-using-curl?rq=1)
* [hey](https://github.com/rakyll/hey)
* [ab](https://httpd.apache.org/docs/2.4/programs/ab.html)