How to run pings and traceroutes and generate HAR files?

A traceroute is a diagnostic tool used to track the pathway taken by packets from your device to a destination server. It might be required by GetResponse support to troubleshoot any connectivity issues between your computer and GetResponse.

Ping is a tool used to test the reachability of a server. Running these commands will provide you with diagnostic information about the network connectivity and the route taken to reach the specified destination.

A HAR (HTTP Archive) file records a log of web browser interaction with a site. This log can help the support team troubleshoot complex performance or loading issues within the platform.

Running a Traceroute on Windows

On Windows, you can perform a traceroute in the Command Prompt. Here’s how:

  1. Open Command Prompt: Press the Windows key + R to open the Run window. Type cmd and press Enter to open a Command Prompt tab.

    open command prompt in windows
  2. Enter Tracert Command: Type tracert, followed by a space, then the web address of the destination site (e.g. tracert app.getresponse.com). Press Enter.

    tracert in windows

Running a Ping on Windows

On Windows, the ping command can be executed in the Command Prompt. Here are the steps:

  1. Open Command Prompt: Press the Windows key + R to open the Run window. Type cmd and press Enter to open a Command Prompt tab.
  2. Enter Ping Command: Type ping, followed by a space, then the web address of the destination site (e.g. ping app.getresponse.com). Press Enter.

    ping windows

Running a Traceroute on Mac OS:

On Mac OS, you can perform a traceroute using the Terminal. Here’s how:

  1. Open Terminal: Click the Spotlight/magnifying glass icon in the Menu bar. Search for Terminal and open it by double-clicking on it.

    opening terminal on macos
  2. Enter Traceroute Command: In the Terminal window, type traceroute, followed by a space, and then the web address of the destination site (e.g. traceroute app.getresponse.com). Press Enter.

    traceroute

Running a Ping on Mac OS:

On Mac OS, the ping command can be executed using the Terminal. Here are the steps:

  1. Open Terminal: Click the Spotlight/magnifying glass icon in the Menu bar. Search for Terminal and open it by double-clicking on it.
  2. Enter Ping Command: In the Terminal window, type ping, followed by a space, and then the web address of the destination site, and then -c followed by number of ping attempts to avoid infinite pinging (e.g. ping app.getresponse.com -c5). Press Enter.

    ping on macos

Generating a HAR file in Google Chrome

To generate and download a HAR file using Google Chrome, follow these steps:

  1. Open Developer Tools: Open Google Chrome and go to the page where you are experiencing the issue. Click the three-dot menu icon in the top-right corner, navigate to More Tools, and select Developer Tools (or press F12 / Ctrl + Shift + I on Windows, or Cmd + Option + I on Mac).
  2. Go to the Network Tab: In the Developer Tools panel, click on the Network tab.
  3. Record: Look for a small round record button in the upper-left corner of the tab and ensure it is red. If it is grey, click it to start recording.
  4. Clear existing logs: Click the Clear button (a circle with a diagonal line through it) next to the record button to clear any existing activity logs.
  5. Log: Make sure the Preserve log checkbox is ticked.
  6. Reproduce the issue: Refresh the page and recreate the issue or error you experienced.
  7. Save the HAR file: Once the network log populates with the recorded activity, click on the download icon next to the gear icon, and choose a location on your computer to save the file.

Generating a HAR file in Mozilla Firefox

To generate and download a HAR file using Mozilla Firefox, follow these steps:

  1. Open Developer Tools: Open Firefox and navigate to the page where you are encountering the problem. Click the menu menu icon (three horizontal lines) in the top-right corner, select More Tools, and click Web Developer Tools (or press F12 / Ctrl + Shift + I on Windows, or Cmd + Option + I on Mac).
  2. Go to the Network Tab: Click on the Network tab. The panel will automatically start recording network activity.
  3. Clear: Clear current logs beforehand by clicking the trash can icon.
  4. Configure: Click the gear icon in the upper-right corner of the network panel and select Persist Logs.
  5. Reproduce the issue: Refresh the webpage and perform the steps that caused the original issue.
  6. Save the HAR file: Click the gear icon in the upper-right corner of the network panel, then click Save All As HAR, and save the file to your computer.

Popular resources