Skip to content

Network Traffic Monitoring

Monitor HTTP requests and responses from your Simulator app in real time. Inspect headers, bodies, status codes, and copy cURL commands for debugging.

Powered by RocketSim Connect, you’re able to monitor in- and outgoing network requests for your app.

Network traffic monitoring panel showing request list with methods, URLs, and status codes

Being able to see which requests are running is essential for a fast development workflow.

RocketSim 15.1 also adds connected app logs to the Network Monitor, so you can line up request traffic with what your app is printing at the same moment.

Use the toolbar tabs to focus on Requests, Logs, or an All view that combines both into a single timeline (1). This makes it much easier to answer questions like “which request fired right before this warning?” without jumping between separate tools. When All is selected, logs appear mixed in with requests so you can better understand when requests fired by looking at the surrounding log output (2).

Network Monitor showing tabs for requests, logs, or a combined view plus example log rows in the list.

You can see aggregated insights across all your apps for the selected time period: failure spikes, duplicate calls, caching opportunities, slowest endpoints, and most requested URLs. Use the toolbar to switch to a specific application or a different time range.

Network Insights overview with failure spikes, duplicate calls, and slowest endpoints

For the historical view and the built-in prompt export workflow for AI-assisted debugging, see Networking Insights and Exporting Network Requests as Prompts.

Open the detail view for any request by double-clicking it in the list or using the toolbar button. From there you can inspect the summary, request and response body, headers, and metrics. You can also copy the request as a cURL command to reproduce the same call from the terminal or share it with your team.

Network request detail view with summary, headers, response, and cURL

RocketSim 15 adds more shareable export options for the current request set:

  • Copy export for a compact redacted summary
  • Copy prompt for built-in AI prompt templates such as redundant calls, performance, and failures
  • Copy Summary on an individual request when you want to share one safe, redacted request summary

See Exporting Network Requests as Prompts for the full workflow.

RocketSim Connect’s dynamic library gets loaded at runtime and swizzles URLSession methods to catch networking activity.

Follow the instructions for RocketSim Connect as described here.

Do I need to set up a proxy or certificates?

Section titled “Do I need to set up a proxy or certificates?”

Nope! Integrating RocketSim Connect is all you need.

Are you saying I don’t need Proxyman, Charles Proxy, or any other proxy app anymore?

Section titled “Are you saying I don’t need Proxyman, Charles Proxy, or any other proxy app anymore?”

Basically, yes! However, RocketSim does not yet allow configuring breakpoints or adjusting responses before they return into your app. Though, in most cases, it’s enough to be able to see which requests go in and out, what responses they return, and why a request failed.

Network monitoring is made possible by Pulse, an open-sourced library developed by Alex Grebenyuk. For a more advanced Network Logger that includes powerful mocking capabilities, advanced filtering, and more — check out Pulse Pro.