mirror of
https://github.com/wahyd4/knowledge.git
synced 2026-08-08 20:57:48 +10:00
Add tools page
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -279,6 +279,7 @@ grep -ir rsync /var/log
|
||||
## Popular Distributions
|
||||
|
||||
### Debian
|
||||
|
||||
### Ubuntu
|
||||
|
||||
### Manjaro
|
||||
|
||||
@@ -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)
|
||||
Reference in New Issue
Block a user