Comparing the `time_total` of two curl requests to different sites

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I know that I can get the time_total of of curl request by using this command:
curl https://www.google.com -s -o /dev/null -w "%time_totaln"
Is there any way for me to easily compare the results of the time_total of two sites?
For example, if I have the two commands:
curl https://www.google.com -s -o /dev/null -w "%time_totaln"
curl https://www.yahoo.com -s -o /dev/null -w "%time_totaln"
Rather than running them separately, I'd love to have a single command (i.e. I only have to press Enter once) that I can run that would display something like:
0.186356 - https://www.google.com
0.535030 - https://www.yahoo.com
Is that possible?
bash shell terminal curl
New contributor
Pete is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
0
down vote
favorite
I know that I can get the time_total of of curl request by using this command:
curl https://www.google.com -s -o /dev/null -w "%time_totaln"
Is there any way for me to easily compare the results of the time_total of two sites?
For example, if I have the two commands:
curl https://www.google.com -s -o /dev/null -w "%time_totaln"
curl https://www.yahoo.com -s -o /dev/null -w "%time_totaln"
Rather than running them separately, I'd love to have a single command (i.e. I only have to press Enter once) that I can run that would display something like:
0.186356 - https://www.google.com
0.535030 - https://www.yahoo.com
Is that possible?
bash shell terminal curl
New contributor
Pete is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I know that I can get the time_total of of curl request by using this command:
curl https://www.google.com -s -o /dev/null -w "%time_totaln"
Is there any way for me to easily compare the results of the time_total of two sites?
For example, if I have the two commands:
curl https://www.google.com -s -o /dev/null -w "%time_totaln"
curl https://www.yahoo.com -s -o /dev/null -w "%time_totaln"
Rather than running them separately, I'd love to have a single command (i.e. I only have to press Enter once) that I can run that would display something like:
0.186356 - https://www.google.com
0.535030 - https://www.yahoo.com
Is that possible?
bash shell terminal curl
New contributor
Pete is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I know that I can get the time_total of of curl request by using this command:
curl https://www.google.com -s -o /dev/null -w "%time_totaln"
Is there any way for me to easily compare the results of the time_total of two sites?
For example, if I have the two commands:
curl https://www.google.com -s -o /dev/null -w "%time_totaln"
curl https://www.yahoo.com -s -o /dev/null -w "%time_totaln"
Rather than running them separately, I'd love to have a single command (i.e. I only have to press Enter once) that I can run that would display something like:
0.186356 - https://www.google.com
0.535030 - https://www.yahoo.com
Is that possible?
bash shell terminal curl
bash shell terminal curl
New contributor
Pete is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Pete is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Pete is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 9 mins ago
Pete
1011
1011
New contributor
Pete is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Pete is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Pete is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Pete is a new contributor. Be nice, and check out our Code of Conduct.
Pete is a new contributor. Be nice, and check out our Code of Conduct.
Pete is a new contributor. Be nice, and check out our Code of Conduct.
Pete is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f476586%2fcomparing-the-time-total-of-two-curl-requests-to-different-sites%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password