traceroute to google cloud instance Announcing the arrival of Valued Associate #679: Cesar...
AppleTVs create a chatty alternate WiFi network
How does a spellshard spellbook work?
One-one communication
What is Adi Shankara referring to when he says "He has Vajra marks on his feet"?
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
preposition before coffee
Drawing spherical mirrors
Most bit efficient text communication method?
How to compare two different files line by line in unix?
How fail-safe is nr as stop bytes?
In musical terms, what properties are varied by the human voice to produce different words / syllables?
Electrolysis of water: Which equations to use? (IB Chem)
Trademark violation for app?
How to write capital alpha?
Google .dev domain strangely redirects to https
Significance of Cersei's obsession with elephants?
How were pictures turned from film to a big picture in a picture frame before digital scanning?
What order were files/directories output in dir?
How does the math work when buying airline miles?
How would a mousetrap for use in space work?
Where is the Data Import Wizard Error Log
How does Belgium enforce obligatory attendance in elections?
Dyck paths with extra diagonals from valleys (Laser construction)
How many time has Arya actually used Needle?
traceroute to google cloud instance
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30UTC (7:30pm US/Eastern)
Come Celebrate our 10 Year Anniversary!Tuning Linux IP routing parameters — secret_interval and tcp_memRestarting Mysql on Amazon EC2 instanceHow to move Mdadm RAID drive (EBS based) to different AWS InstanceMySQL Socket configuration issue in my.cnfFind out what processes are forkingWhat is causing visudo to fail with: “visudo: can't stat <filename>: Bad file number”?CentOs server intermittent long response time. [atop screenshot included]What are these 99+% peaks in Google Cloud VM CPU Usage?Ip forwarding very slow in google cloudCreate Gcloud maintenance to restart instance if stops responding on port 80
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
When I do a trace route to our Google Cloud instance, it goes all the way to United Kingdom and times out. It then goes to our Google Cloud instance. It is causing our application to run slow. Any reason the routes to our Google Cloud instance is taking long time?
linux
add a comment |
When I do a trace route to our Google Cloud instance, it goes all the way to United Kingdom and times out. It then goes to our Google Cloud instance. It is causing our application to run slow. Any reason the routes to our Google Cloud instance is taking long time?
linux
add a comment |
When I do a trace route to our Google Cloud instance, it goes all the way to United Kingdom and times out. It then goes to our Google Cloud instance. It is causing our application to run slow. Any reason the routes to our Google Cloud instance is taking long time?
linux
When I do a trace route to our Google Cloud instance, it goes all the way to United Kingdom and times out. It then goes to our Google Cloud instance. It is causing our application to run slow. Any reason the routes to our Google Cloud instance is taking long time?
linux
linux
edited 17 mins ago
amonaco
111
111
asked Mar 31 '17 at 17:23
GeraldGerald
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It is causing our application to run slow.
No, traceroute timeouts have zero bearing on application performance.
In order to diagnose this, you'll need to collect meaningful stats, CPU/Memory/IO/Network usage, HTTP-level timings, etc.. If you're not familiar with HTTP testing tools, look into your browser's devel console and also WebPageTest, which can help diagnose which parts of your application are performing poorly.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f841845%2ftraceroute-to-google-cloud-instance%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It is causing our application to run slow.
No, traceroute timeouts have zero bearing on application performance.
In order to diagnose this, you'll need to collect meaningful stats, CPU/Memory/IO/Network usage, HTTP-level timings, etc.. If you're not familiar with HTTP testing tools, look into your browser's devel console and also WebPageTest, which can help diagnose which parts of your application are performing poorly.
add a comment |
It is causing our application to run slow.
No, traceroute timeouts have zero bearing on application performance.
In order to diagnose this, you'll need to collect meaningful stats, CPU/Memory/IO/Network usage, HTTP-level timings, etc.. If you're not familiar with HTTP testing tools, look into your browser's devel console and also WebPageTest, which can help diagnose which parts of your application are performing poorly.
add a comment |
It is causing our application to run slow.
No, traceroute timeouts have zero bearing on application performance.
In order to diagnose this, you'll need to collect meaningful stats, CPU/Memory/IO/Network usage, HTTP-level timings, etc.. If you're not familiar with HTTP testing tools, look into your browser's devel console and also WebPageTest, which can help diagnose which parts of your application are performing poorly.
It is causing our application to run slow.
No, traceroute timeouts have zero bearing on application performance.
In order to diagnose this, you'll need to collect meaningful stats, CPU/Memory/IO/Network usage, HTTP-level timings, etc.. If you're not familiar with HTTP testing tools, look into your browser's devel console and also WebPageTest, which can help diagnose which parts of your application are performing poorly.
answered Mar 31 '17 at 17:30
EEAAEEAA
102k16148219
102k16148219
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f841845%2ftraceroute-to-google-cloud-instance%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown