# Service Map

<figure><img src="https://2539979715-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FugegoRCn84wtxrIelgft%2Fuploads%2FoJSUDUfB4hCiC6e6phpJ%2F04_Ddosify_Kubernetes_Service_Map_Show_Slow.png?alt=media&#x26;token=8bfe6833-30db-4d5e-aac7-64d0f6451e52" alt=""><figcaption><p>You can inspect high latency, high RPS network calls on Ddosify Platform</p></figcaption></figure>

Once you properly [set up your Cluster,](https://docs.ddosify.com/ddosify/kubernetes-monitoring/k8s-clusters) Ddosify automatically creates a service map for this cluster so you can easily get insights about what is going on in your cluster.

For example, you can easily find answers to the below questions:

* What is the average latency between service X and service Y?
* Which services have higher/lower latency than XX ms?
* What is the average RPS between service X and service Y?
* Is there a Zombie Service on your cluster?
* How much time does it take to run SQL queries?
* ... and more

**Supported Protocols**

Check [Alaz](https://github.com/ddosify/alaz#supported-protocols).

Other protocols will be available soon.&#x20;

## Monitoring Your Service Map

Ddosify makes use of eBPF to monitor the requests sent in your cluster so that you can get a better view of what happens in it without any code changes, service restarts and side-cars. Here’s how you can do so:

<figure><img src="https://lh7-us.googleusercontent.com/jwKB_O5sondiEwSa7sYoj68H0mVQNdPzfsgTLIm--2VitdJijaxUi7qEURCVCrb1o-lCxQvp3VAnPMaXZGdgS-VT22YGWe-yrO4qQYSSHDLQNff006wkzMHSQ5qH01gof15eHeB17uaOkJVlbU-4-ec" alt=""><figcaption><p>Clusters Page</p></figcaption></figure>

After you click on a cluster you want to observe in the clusters page, click on the service map tab. This will take you to the service map page.

<figure><img src="https://lh7-us.googleusercontent.com/apMym9IjBViC3sTrhPfmj6rpVwOGClRVSKkjpaWYO7UIfcdqbtnEbw896ClynI-kdEB5vZHjt85KrfmbjImkSJe8GB8CFjKK8X-yQZNEu6v2Aa6QQeb_LQqIIfGhlclojWYs56EWTCTVyXUw0cbMZ0c" alt=""><figcaption><p>Service Map</p></figcaption></figure>

This is an example cluster service map page. If you haven’t completed the installation of Alaz, you will see this instead:

<figure><img src="https://lh7-us.googleusercontent.com/cwTduI-bTA5NO7Jsu9CiLdc_PPwI89bPyN6hkg7-jmIhz3n6kowyU9RzIZAcMw4sRz9pOBLqh6I6stfkodG0s9WXCc2Vb4WUvJrT6p33Bt4rw_doI2CmOHpK5MjQXcFlO7_DDt6HkgKx9Wre9aTg2OE" alt=""><figcaption><p>Empty Service Map</p></figcaption></figure>

To complete your cluster installation, you can check the cogwheel button right next to the node selector dropdown or click “Set Up Cluster” on the center. This shows you the instructions to connect your cluster to Ddosify through Alaz. If you need help on this, you can check the [docs](https://app.gitbook.com/o/jN3rtZ38DU58INyTNPm7/s/ugegoRCn84wtxrIelgft/~/changes/105/ddosify/kubernetes-monitoring/installing-alaz).

## Filtering the data

#### Namespaces

Here, you can pick the namespaces present in your cluster on the upper right corner to filter them.

<figure><img src="https://lh7-us.googleusercontent.com/yrP7-lQUSLCh474eocyn_dc7IYMsy4zrDevUvLNSrn2FFRS2WKp13lyBmNp48HC7yjVQxtFH6Fy8fqau8PxxF_N1mkXR6s6pcqgk-fBdbMYh-XHfCwFGL_rd7lBOg6l6fQ7EQCpSuv5s6ITHqdLFFU8" alt="" width="563"><figcaption><p>Namespace filtering</p></figcaption></figure>

#### Protocols, Status Codes, Latencies, RPS

You can use the filters button to filter out protocols, HTTP status codes and latency/rps values. HTTP status code filter only works for HTTP protocols and does not affect the other protocols. [Here](https://github.com/ddosify/alaz#supported-protocols) is the list of supported protocols.

<figure><img src="https://lh7-us.googleusercontent.com/7I2T2zFH2X3HvTmJY9j_tNQ4qO3TO0wO8OSzfdBI8jhaELjdUodFwI9fxmexUOawvXVD2dgJ6NRQjX0YTCistHr9om3O1pJG0dpAFy38sQw2kbv_Rmig9iLlfnfb_heybXtl6d2Lx8FbU8eBPfRF-9s" alt="" width="563"><figcaption><p>Filtering traffic</p></figcaption></figure>

Each edge in the service map represents the total traffic sent/received between those two resources with all of the protocols combined. Edges are also distinguished by the receiving port of the destination resource.&#x20;

Here’s what it looks like when the filters are applied. The resources satisfying the filters are highlighted whereas the others are shadowed.

<figure><img src="https://lh7-us.googleusercontent.com/tSb05SLlxDMUmi5Jh3CmNqETp5w_OSV5hVSiBYz6X_btNZnjM9e2ZnjVVfhP646dv6yqcYp31Lxv65zekajz55CF4Spg3ywJ2nrtXkXARyZnCF61S8A7o1WbtnNiykpRSpw7gMxnx6MIRBV-FTZ_0l0" alt=""><figcaption><p>Filtered service map</p></figcaption></figure>

{% hint style="info" %}
**Note:** The latency and RPS filters filter the **endpoints** (or the SQL queries depending on the protocol of the traffic) in the edges. It **does not** filter the edges. This means that an edge (with all the endpoints in it) could have an RPS of 100 but an endpoint in it could have an RPS of 1.5. This filter looks at all of the endpoints in the edge and highlights it if a **single endpoint** satisfies the selection. If **none of the endpoints** satisfy the conditions, a shadow is applied to the edge. The same goes for the average latency. This allows you to detect bottlenecks in the traffic while still being able to see the total RPS and average latency of the edge.&#x20;
{% endhint %}

<figure><img src="https://lh7-us.googleusercontent.com/4AtRlb9eDLsE8RenF6v9xOqX9QOOTlrWgj0lai_3ALKeFBhJlPqMUM4uD3-Qiz9_CcYOXBPyxtUJV-JV1XRVxZDdWaAUdqudeFPCODFBPM2bTRWReHhgBqC-Tdm1JuXIxf2y449h5WghrT6XyaWr1UQ" alt=""><figcaption><p>Latency filtering</p></figcaption></figure>

You can also click on the “Show Only Zombies” option to highlight the Kubernetes resources without any traffic. Selecting this disables the other filters.

<figure><img src="https://lh7-us.googleusercontent.com/t2r7h8ax9-IokPsPYIrZ4cGIIrKATb6fPCEAa1EP8kAAY-v19K0WpgAoLkNiX7mhW-2dpx7H4KyOpz9yM3cA5kIKFmn6CJF2_iqatjsvJyZPP1XVWBRbpo5GYj3908J6futV-p2qgW5-YBraW_IY7P4" alt=""><figcaption><p>Zombie filtering</p></figcaption></figure>

Here are the zombie resources of the service map. These are the resources that do not have any traffic related to them.

#### Time intervals

You can also use the time selector in the same upper right corner. You can either specify one of the predetermined time intervals on the right or you can specify your custom time interval:

<figure><img src="https://lh7-us.googleusercontent.com/7DO8oPor-naoDm2G-H4JGgYsues9GA3MBxxT1ZS58pQcRUukSDNT_NwlmhVswRrpsE6qqK_aXvM_ap0aayrlkZiZa93wTq-L0vahT4V162rOtlZWHDq_uU3e-zN4iZ2u_Z7ElR0rpEIXzskwKWMay20" alt="" width="563"><figcaption><p>Time filtering</p></figcaption></figure>

{% hint style="info" %}
**Note:** The service map page is reloaded at about every 5 seconds. If you wish to observe an instant, you can pause the page from the play/pause button on the upper right corner. After you are done, you can enable the reloading by clicking on it again.
{% endhint %}

#### Searching

If you want to look for specific resources, you can use the search bar. This highlights the matching resources with yellow and autofocuses on them. You can check the next/previous matches with the arrow buttons or by pressing Enter:

<figure><img src="https://lh7-us.googleusercontent.com/b_uxS4F1WtKgwyrZ2z4NsZ8fPpTbf0J2TDEurR3kuTqXk2eSJ-RhxTaDoK53ke_FcRL5O98DYoI7qgk0uWU11s16fwAAlsgHKjHz9dvAYx4OTx8dqOUIwys87QOMXN5h_OYEsUzoKIyECYcFzmDeGAo" alt=""><figcaption><p>Resource searching</p></figcaption></figure>

## Navigating through the service map

#### Edges

The requests sent between resources are represented by arrows/edges. The thickness and the colors of these edges depend on the average latencies and total RPS of them. To learn more, you can click on the eye icon on the upper left corner. While red colors represent higher latencies, thicker edges represent higher RPS values.

<figure><img src="https://lh7-us.googleusercontent.com/D-3JqyE_ZTkcmLDhbmMGBN_fGPx0rUE4dWzKpMSGRGdZhD4XvH4c4kXj3raQ1e5efJPC1nYCN6vJ6cCAfud6rOuR6UmyRzcs1CZN_zzy2APdvOxT44nx9rp1jCmfFtSQGa4osYutz9a-M5LTd_lt95w" alt="" width="375"><figcaption><p>Edge representation</p></figcaption></figure>

The edges are drawn from the source resource to the receiving port of the destination resource. When drawing the edges, the outgoing contact points are always the right center of the resource but the receiving contact points are determined by the receiving ports. This is because requests could be sent by any port whereas they are received only by specific ports.

<figure><img src="https://lh7-us.googleusercontent.com/3Jy9GccNUXhtHIz-0dM4naZoaNTgtffRx1W94X5iFSmhu-Z5WyYcAMFyneqk844D9qzES7uCwfjripvhIz7OHDC4SyAX7HBLPNNBtWs7lSO-tmqdRrhSBaN3TwXQg8y8h62GmEOjjC4n0bQIc-X9ylE" alt=""><figcaption><p>An example traffic flow</p></figcaption></figure>

{% hint style="info" %}
**Note:** To ensure the stable performance of the service map, a resource limit is applied when returning the data. Currently, this limit is set to 50. When this number limits your service map visualization, you are notified at the top of the page. If you cannot see some of the desired resources, you can apply namespace filtering to narrow down your results.&#x20;
{% endhint %}

{% hint style="info" %}
**Note:** To be able to draw an edge on the service map, both the source and the destination resources should be present. If at least one of them is not drawn (due to resource limiting or filtering etc.), the edge cannot be drawn either.
{% endhint %}

You can also use the minimap on the bottom right corner to navigate through the service map.

If you hover on the information button of an edge, you can see the source and the destination resources, the average latency and the total RPS of that edge.

<figure><img src="https://lh7-us.googleusercontent.com/s1GCoZQ0r4uVpqYLhtHQuRSeHLhcoih-mn7nTlYmApbYTDUP9s4w8aAMQJ2K-dBpGiPLE-elQSJi_2GD_qEBJust8hU9-ul6AYDjqXXAy5qfv1vjafRvB6fcTY2OFsau9g7jjF-4TMvrJN8NtczWHQo" alt="" width="375"><figcaption><p>Hovering on an edge</p></figcaption></figure>

If there is traffic sent to outer resources that are not present in the cluster, they are denoted as outbounds. They do not have namespaces and Kubernetes resource types.

<figure><img src="https://lh7-us.googleusercontent.com/L7LgSyX4spnkTws4xqktUuy6mpHZ_NdWKmsbqxqxSvXqnVJad3LtMxX5D1poD4dgs4tccHOGWf-UN9G7AKlV-Ok3o03O0ejwmN7O_Rf0DoBJq5OJDHufovw_LFHjA20W1MfmLPfgbMsJfYIFrM1tOVI" alt=""><figcaption><p>Outbounds</p></figcaption></figure>

#### Resources

Let’s also learn what each icon/text means in a resource:

<figure><img src="https://lh7-us.googleusercontent.com/yki97NM6nc57g8IweGN1OOvX0fiaZzpHJzH0W_mD_B2yqI4k5vZiX1aB3jzF0n9e9v1shBkx-77bDB4e9R_vtv4BrHOwljcs9QsJCTsyKyX9nvkKArZAHT2UG-DXaw3qo6U2ODjp2kdE3hVPTeYjlqU" alt="" width="375"><figcaption><p>An example resource</p></figcaption></figure>

In the header of each resource, these are written respectively:

* The most prominent protocol of the resource (if applicable)
* The name of the resource&#x20;
* The namespace of the resource
* The symbol of the resource type (Pod, Deployment, DaemonSet, etc.)

The symbol of the resource type can be seen in more detail while hovering over it:

<figure><img src="https://lh7-us.googleusercontent.com/wM6FgA_rUEC-uyi5fucpxOCcUHq8YA0VOnw1PvP3pIMDZeMvDPiUh5v1wtlwYRVnTcn9LTrDAsp9hyDdvbPm2zgCZ5s6g_zRxCmpimf9CJeWQZIzNDUF0NhDdRQT0A7bBAdx1ZfAiOaREYtghVzJu24" alt="" width="375"><figcaption><p>Hovering on the Kubernetes icon</p></figcaption></figure>

Each resource's receiving (port, protocol) pairs are also written on them.

## Monitoring individual resources

You can click on the resources to learn more about them. There can be at most three tabs for a resource:

* Summary
* Resources (applicable only if that resource manages other smaller resources, like ReplicaSets for Deployments)
* Metrics (applicable only if that resource receives traffic)

<figure><img src="https://lh7-us.googleusercontent.com/WBHwoIkrhcjfJATiCazcDVDasmSdXK5-az19Zm_LFdEHoNS7MbWdDa95UJ9ziOXNGRSMRPLIA0hr8_7VxIn6NMPBPrcqWBZ8q3dUVZk88rkDng4aGluteCzp7h84jMwkkKohsDnmInhgV-UUNdAIHJA" alt=""><figcaption><p>Resource details</p></figcaption></figure>

#### Summary

{% hint style="info" %}
**Note:** Services point their received traffic to other resources. This means that these traffic data are also present in the pointed resources and are denoted by “Forwarded From Service”. They are also written in the outgoing traffic section of the pointing Service and denoted by “Forwarded To Deployment/DaemonSet” etc.
{% endhint %}

<figure><img src="https://lh7-us.googleusercontent.com/5tuCL1t36qlJeiO-duwJ8JGz-kkX1EocKKYHB7vStr_uE7LLELC1x2L4sbYXgNE0QbPNMRM9j2B8D_h1z2w3KGnb9vcSztRT_hsTOT7kHeunz-vTLfDtyQmEIs69PXjWa-evxA6UkHefpBqF9nRIKJI" alt=""><figcaption><p>Traffic forwarded from service</p></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/OKSEQxrTrhvkHOkxs4GUOJbfL5y2HOBUn5h6vO1kdqHxAVNOoRuWDQsrHP9uqTq4561gbNzmTSrS7BWXsYCcLTv61Dvnf64V5LpNntNgBBJlkoW3Co_5uUXbmD8awc5LJjl5Jey4KWjp3RO8wfx-OII" alt=""><figcaption><p>Resource details of the forwarding service</p></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/lWZGPGuxWVMLfC77RUqCZ9Md-irRJEtGLcW6H7KciU6F-B548wG_mB1LKMFy8h-Fkm7BiY_1LAHhmt_fpplqmqyhObklJ9VbwddARfJTcGZxpiLEhlWVL21YXegNk-VsanA4m1sWed-2L9X6tkQVnwo" alt=""><figcaption><p>Resource details of the forwarded deployment</p></figcaption></figure>

In this section, you will see the name and the namespace of the resource, incoming/outgoing traffic and the used ports. If you wish to filter the traffic data, you can click the “Filters” button on the right to use protocol and HTTP status code filters. After you click “Apply”, only the traffic satisfying the conditions will be visible.

{% hint style="info" %}
**Note:** HTTP status filters only work for HTTP and HTTPS protocols. They don’t have any effect on other protocols.
{% endhint %}

<figure><img src="https://lh7-us.googleusercontent.com/eK8edFXK1Ai0yJYz4Y2VbfLyfbU5Y2exkk73PIMfC5RrQ5mI-LP7g-IWzFrisYUiJFYz3JtR2uF7DnsHNixBWlNnKGs0hwkaAZjMdbIKv9_OeDMRr1BcJQh_pdyLRVrzCAnr4aPABahEzRiFJ8KcKXw" alt="" width="375"><figcaption><p>Resource details filtering</p></figcaption></figure>

If you wish to specify a time interval, use the button next to the filters. Here, you can either specify one of the predetermined time intervals, or you can specify your custom time interval:

<figure><img src="https://lh7-us.googleusercontent.com/5XDEvMhtTmFxiL2hCq5KbdNbUnZyUzPn8iRC1S__5rJCgt6LWxLFTgAkWYEh0BVGsEw5Vk66nz1V3FYKZ4zNyEj2RO8qF72XG95tW-ROY5L6xB0LTOvK2v0A5KC_RJim4xXaQZ1yidPD8oa047sKBHc" alt="" width="375"><figcaption><p>Resource details time filtering</p></figcaption></figure>

In each traffic object, the other resource (sending resource if the traffic is incoming, receiving resource if the traffic is outgoing) and the receiving port of the receiving resource is written. Then, the traffic protocol is written alongside average latency and total RPS. If you wish to learn more about this traffic, you can click on it.&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/wIVIOsJiPP7NZHOY5yRVt6nRCPu9Vt6zC_IKMRhfc6_sOtcTtOxecq6QiyrOJBQrfB9_H5x_unknyyHGoMaV_b0Sfnnz-jW2wnfGQ2BOnLoGlcQbAoP69fDh25qLHHxIZtv56iSImnAkV6If1U9m6tc" alt="" width="375"><figcaption><p>An example traffic inside the resource details</p></figcaption></figure>

Here, you can view individual endpoints belonging to this traffic alongside their average latencies and total RPS. You can use the page buttons to navigate if there are more than five endpoints.

<figure><img src="https://lh7-us.googleusercontent.com/ircWOrwHhdIT19O8JH82TcmVbrvVBGTDr38h9oumimHQ6CKV7WFGvqknA4w0HxgNl1kb4VucrlSXzQaMtJvJl553VgG-StRJjpuhY_qLnFHkQQ0TpYy4V_ysoeiB7AfNE-eproQWEBu_4JRiNNtWclY" alt=""><figcaption><p>Endpoints in the traffic</p></figcaption></figure>

If you click on the methods, more details are shown, such as status codes and latency/RPS information of them:

<figure><img src="https://lh7-us.googleusercontent.com/nUJDwwgWNGgQR5ZJxN35LghR_SgkpRlK0yEUKQ87VWcV_GQWbQ6Qx9Zw0RisHrfNtDA8RqRF_kq_D2nNHYCTcB9x8WYGjsYL3jQPSdK_75LGK2-bvokkrBvX-4b_jQz-fTWAMeHVuo5XRKfvb2jsq-I" alt=""><figcaption><p>Endpoint details</p></figcaption></figure>

If you are viewing Postgres traffic, the endpoints turn to queries. Here, if you click on the type and then on the query, you can examine the query up to a character limit.&#x20;

{% hint style="info" %}
**Note:** Literal values inside the Postgres queries are turned to placeholders.
{% endhint %}

&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/XuMXRy6TnL1EgZps7bX1_PpVI0srh41kIeccIRTTi_roHof12ooeg3x5f8i9bdd5gC3gT4KDJc7zfPNfFgb5Pf8NEnc723VXipzE95lHt6_1WLxBeC0zvh4IX6cYgyzlwac2o3Jv5S5sNRc2qOg0DXY" alt=""><figcaption><p>An example Postgres query</p></figcaption></figure>

A helpful way to understand which endpoints respond the slowest or take up most of the traffic is by using the sorting option in the upper right. Here, you can sort by latency or RPS and sort with descending or ascending.

{% hint style="info" %}
**Note:** There is a traffic object per each (resource, port, protocol) tuple. For example, in the below example, there are two traffic as their receiving ports are different:
{% endhint %}

<figure><img src="https://lh7-us.googleusercontent.com/FJLfMLsbKL7lclNNTILNO8Ci4Ky6GrmHpjCuZHHIdmmKk5fcbtGtj9v4VOthS0bD7XJA71TdGawKi1rhdO_hriHrX3yuW40DZOnZx1_dgOXcXr9gX3o5MSPLHDxzOZOAe2QB1ABVItaNM7Evgs2jNoA" alt="" width="375"><figcaption><p>Two different traffic separated by ports</p></figcaption></figure>

#### Resources

This section is only applicable to Deployments, Services and DaemonSets. It shows the inner resources of the selected resource. This means ReplicaSets for Deployments, Pods for DaemonSets and Endpoints for Services. Here are some examples:

*Deployment:*

<figure><img src="https://lh7-us.googleusercontent.com/V1VuvfhS4PfCs_yQDG9l2e0u3ytdXkfokUzV8b-MDlWQQu2cgsgYFDLVme-ya3WwJkJFJRyowjIhbB5XqYhVj-60I6jdBCFRjKwUoVDNA2frrspqre99y8C4Sn3yiyiAT1YUTzEi4QzAETjeCDeSNB8" alt=""><figcaption><p>Resources of a deployment</p></figcaption></figure>

ReplicaSets belonging to the Deployment are written alongside their Pods.

*Service:*

<figure><img src="https://lh7-us.googleusercontent.com/vL5AO5MwS7tiKbNHcXcfH7fCZwWTPB3GtLGzA3zMZO6trhAodRD5VsBunVnifHVE-5ISkoE6FxanpPmthp5G9Zb2Z3jn-Qh0AJ2xcG734FnQMth3OW-0ZCN7lT7GWsf6XTyRjxqslmfsFY_yQZmGk9E" alt=""><figcaption><p>Resources of a service</p></figcaption></figure>

Endpoints, their ports and the resources they point to are written.

*DaemonSet:*

<figure><img src="https://lh7-us.googleusercontent.com/tQlyNvi-rVb0GZECt_lcstu2-_p4MCZcvm4C2yidY6VSWm09KzGz0-hb0b-ZfH6QrrGVs7Eqf-OZiJy1a5vpGXeJQwlnCuESiKInHlT2lz7UuGCEcyff75xBIaGeBM5jleiUQkGpvnS58MQ5hHklyKE" alt=""><figcaption><p>Resources of a DaemonSet</p></figcaption></figure>

Pods belonging to the DaemonSet are written.

#### Metrics

{% hint style="info" %}
**Note:** This section is only available for resources receiving traffic.
{% endhint %}

<figure><img src="https://lh7-us.googleusercontent.com/sy7eVX3yOniXLUgC2vPG5rNyZH8tTGKV3YWOUHDCj2CmF4y8t1HA6wStoVlbR6MXnk3dGMlE04-bOlQFaTovPlObbsuvxbNnreA6lOISuCif_BE6li6xH_QfFDxLAPUV1xUHMPOlWldFVaSUyP3t0JM" alt=""><figcaption><p>Resource metrics</p></figcaption></figure>

Here, you can view the following:

* The percentage of the requests ended up with 5xx status codes (only if HTTP/HTTPS).
* The distribution of the status codes over time (0,1,2 if Postgres)
* Endpoints (queries if Postgres) with the top 5 average latencies
* Endpoints (queries if Postgres) with the top 5 RPS

You can also specify a time interval of your choice on the upper right. You can either specify one of the predetermined time intervals on the upper right or your custom time interval.

<figure><img src="https://lh7-us.googleusercontent.com/mduNVxMU_kkAP22aaIVxULZDHyIp22OHjvO15zxkybdvWvYowm62uVkMTGQDVhBb6ev16wNJZZK6_pQZGbx2zVP9wataJpcUVyt-tf092_-axAtJuYIzPx0IEVZchzsXFRJ7CQeUaJgZ-WzOV_SJNos" alt=""><figcaption><p>Top 5 latencies of the resource</p></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/YMNEoWoeNXibtHxBENBYMj9hgGSi5O_9wFxJu5auEDLD9cJAlZoznLR3aCsZM6ZaXsh55YzZbK3gtPvE-1AqnniyU4ROjKBKcKvMYiNk9GOiBYOLxudkEuo7iw3IZ4XmQpoRSeDGyR5qQYWQtAYJFIY" alt=""><figcaption><p>Top 5 RPS of the resource</p></figcaption></figure>

In the top 5 latency/RPS sections, you can also filter protocols and/or search among them:

<figure><img src="https://2539979715-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FugegoRCn84wtxrIelgft%2Fuploads%2F5Ra2ePhdIvVJx1sFRuBP%2Fimage.png?alt=media&#x26;token=81a01450-aa2b-4db7-b01f-a4fdb77e6578" alt=""><figcaption><p>Filtered top 5 RPS endpoints</p></figcaption></figure>

{% hint style="success" %}
If you require assistance with monitoring your service map, you can join our[ Discord](https://discord.com/invite/9KdnrSUZQg) or send an email to <support@ddosify.com>.
{% endhint %}
