# 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](https://us-wd.gr-cdn.com/help/sites/9/2023/12/1116/2023-11-29_15-56-57.png)  
    
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](https://us-wd.gr-cdn.com/help/sites/9/2023/12/1118/trxcrt.png)

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](https://us-wd.gr-cdn.com/help/sites/9/2023/12/1120/2023-11-29_15-59-25.png)

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](https://us-wd.gr-cdn.com/help/sites/9/2023/12/1148/trmnal.png)  
    
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](https://us-wd.gr-cdn.com/help/sites/9/2023/12/1149/traceroute.png)

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](https://us-wd.gr-cdn.com/help/sites/9/2023/12/1150/pingmacos.png)

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.

![HAR file download in Network tab in Google Chrome](https://us-wd.gr-cdn.com/help/sites/9/2026/06/1146/harchrm.png)

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.

![HAR file download in Network tab in Mozilla Firefox](https://us-wd.gr-cdn.com/help/sites/9/2026/06/1141/harffpng-1024x265.png)