[{"data":1,"prerenderedAt":175},["ShallowReactive",2],{"term-p\u002Fping":3,"related-p\u002Fping":164},{"id":4,"title":5,"acronym":6,"body":7,"category":147,"description":148,"difficulty":149,"extension":150,"letter":16,"meta":151,"navigation":65,"path":152,"related":153,"seo":158,"sitemap":159,"stem":162,"subcategory":6,"__hash__":163},"terms\u002Fterms\u002Fp\u002Fping.md","Ping",null,{"type":8,"value":9,"toc":141},"minimark",[10,15,19,23,26,30,130,134,137],[11,12,14],"h2",{"id":13},"eli5-the-vibe-check","ELI5 — The Vibe Check",[16,17,18],"p",{},"Ping is the simplest network test — you shout at a server ('hello?') and measure how long it takes to shout back ('yo!'). The result in milliseconds tells you the round-trip latency. Low ping = good. Also the name of a command you can run in your terminal.",[11,20,22],{"id":21},"real-talk","Real Talk",[16,24,25],{},"Ping is a network utility that uses ICMP (Internet Control Message Protocol) Echo Request\u002FReply messages to measure the round-trip time (RTT) between a host and a destination. It's also used to test basic reachability of a host.",[11,27,29],{"id":28},"show-me-the-code","Show Me The Code",[31,32,37],"pre",{"className":33,"code":34,"language":35,"meta":36,"style":36},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# Basic ping\nping google.com\n\n# Ping with count limit\nping -c 4 8.8.8.8\n\n# Ping with interval\nping -i 0.5 example.com\n\n# Results:\n# rtt min\u002Favg\u002Fmax\u002Fmdev = 8.2\u002F12.4\u002F18.6\u002F3.1 ms\n","bash","",[38,39,40,49,60,67,73,88,93,99,113,118,124],"code",{"__ignoreMap":36},[41,42,45],"span",{"class":43,"line":44},"line",1,[41,46,48],{"class":47},"sHwdD","# Basic ping\n",[41,50,52,56],{"class":43,"line":51},2,[41,53,55],{"class":54},"sBMFI","ping",[41,57,59],{"class":58},"sfazB"," google.com\n",[41,61,63],{"class":43,"line":62},3,[41,64,66],{"emptyLinePlaceholder":65},true,"\n",[41,68,70],{"class":43,"line":69},4,[41,71,72],{"class":47},"# Ping with count limit\n",[41,74,76,78,81,85],{"class":43,"line":75},5,[41,77,55],{"class":54},[41,79,80],{"class":58}," -c",[41,82,84],{"class":83},"sbssI"," 4",[41,86,87],{"class":83}," 8.8.8.8\n",[41,89,91],{"class":43,"line":90},6,[41,92,66],{"emptyLinePlaceholder":65},[41,94,96],{"class":43,"line":95},7,[41,97,98],{"class":47},"# Ping with interval\n",[41,100,102,104,107,110],{"class":43,"line":101},8,[41,103,55],{"class":54},[41,105,106],{"class":58}," -i",[41,108,109],{"class":83}," 0.5",[41,111,112],{"class":58}," example.com\n",[41,114,116],{"class":43,"line":115},9,[41,117,66],{"emptyLinePlaceholder":65},[41,119,121],{"class":43,"line":120},10,[41,122,123],{"class":47},"# Results:\n",[41,125,127],{"class":43,"line":126},11,[41,128,129],{"class":47},"# rtt min\u002Favg\u002Fmax\u002Fmdev = 8.2\u002F12.4\u002F18.6\u002F3.1 ms\n",[11,131,133],{"id":132},"when-youll-hear-this","When You'll Hear This",[16,135,136],{},"\"Ping the server to see if it's reachable.\" \u002F \"My ping to the game server is over 200ms — unplayable.\"",[138,139,140],"style",{},"html pre.shiki code .sHwdD, html code.shiki .sHwdD{--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic}html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html pre.shiki code .sbssI, html code.shiki .sbssI{--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":36,"searchDepth":51,"depth":51,"links":142},[143,144,145,146],{"id":13,"depth":51,"text":14},{"id":21,"depth":51,"text":22},{"id":28,"depth":51,"text":29},{"id":132,"depth":51,"text":133},"networking","Ping is the simplest network test — you shout at a server ('hello?') and measure how long it takes to shout back ('yo!').","beginner","md",{},"\u002Fterms\u002Fp\u002Fping",[154,155,156,157],"Latency","Traceroute","ICMP","IP Address",{"title":5,"description":148},{"changefreq":160,"priority":161},"weekly",0.7,"terms\u002Fp\u002Fping","6P_-o-bw2ZMM_yIBq8VnlK5dUvsIynkGspAtehzyO6I",[165,168,171],{"title":157,"path":166,"acronym":6,"category":147,"difficulty":149,"description":167},"\u002Fterms\u002Fi\u002Fip-address","An IP address is your device's home address on the internet.",{"title":154,"path":169,"acronym":6,"category":147,"difficulty":149,"description":170},"\u002Fterms\u002Fl\u002Flatency","Latency is the delay before data starts moving — the time it takes for a request to go from your device to the server and back.",{"title":155,"path":172,"acronym":6,"category":147,"difficulty":173,"description":174},"\u002Fterms\u002Ft\u002Ftraceroute","intermediate","Traceroute is like ping but it shows you every stop along the way. When your data travels from your computer to a server, it hops through many routers.",1776518301906]