Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 정규식 활용
- influxdb 설치
- c3 초
- c++ 정규식
- grafana dashboard
- centos pyhon 설치
- python os
- c3 step graph
- g++ 업데이트
- linux시간으로 변경
- subporcess path
- 정규식 문자열 출력
- gcc regex
- 백준
- 정규식 컴파일
- regex_search
- c3 축 없애기
- gcc 업데이트
- telegraf
- snmp test
- CentOS7
- python popen
- selinux port 등록
- c3 축 가리기
- python subprocess
- 1697
- c3 second
- InfluxDB
- semanage
- snmp
Archives
- Today
- Total
리셋 되지 말자
How do I measure request and response times at once using cURL 본문
Linux Tips
How do I measure request and response times at once using cURL
kyeongjun-dev 2023. 4. 24. 11:18참고사이트
사용법
Create a new file, curl-format.txt, and paste in:
time_namelookup: %{time_namelookup}s\n
time_connect: %{time_connect}s\n
time_appconnect: %{time_appconnect}s\n
time_pretransfer: %{time_pretransfer}s\n
time_redirect: %{time_redirect}s\n
time_starttransfer: %{time_starttransfer}s\n
----------\n
time_total: %{time_total}s\n
Make a request:
curl -w "@curl-format.txt" -o /dev/null -s "http://wordpress.com/"
'Linux Tips' 카테고리의 다른 글
KVM VT-x 활성화 시키는 방법 (0) | 2022.04.16 |
---|---|
[shell script] 날짜를 파일명으로 tar 생성하기 (0) | 2021.10.14 |
[VBox] docker FMA instructions (0) | 2021.10.13 |
[Linux] vim error - E388: Couldn't find definition (0) | 2021.09.23 |
ip가 안될때(?) (0) | 2021.08.26 |
Comments