# RUM

**RUM** usually means *Real User Monitoring*. In Luciq docs, the closest equivalent is **App Performance Monitoring (APM)** — client-side monitoring of real user experience signals.

## What Luciq’s “RUM” covers (APM)

APM continuously tracks:

* **App launch times**
* **Client-side network health & latency**
* **Screen loading time**
* **UI hangs**
* **Flows** (user journeys) and UI traces

See [Setup Application Performance Monitoring](/kmp/setup-luciq-for-kmp/setup-application-performance-monitoring.md).

## Network (the biggest part of RUM-like monitoring)

To enable APM network monitoring, Luciq captures network requests (via its network logging integration) and lets you manage network monitoring behavior. Start with:

* [Network](/react-native/setup-luciq-for-react-native/setup-application-performance-monitoring/network.md)

You can also enable/disable network monitoring:

* iOS: `APM.setNetworkEnabledIOS(true/false)` (note: disabling on iOS also disables **Network Logs** in Bug Reporting + Crash Reporting)
* Android: via the Gradle/plugin flag `networkInterceptingEnabled false/true`

See [Enable or disable network logging](/references/application-performance-monitoring/network/index.md).

## Alerting

Luciq supports alerting on performance metrics (including Network), including triggers like **P95**, **Apdex**, and **Failure rate**.

* [Alerting for Performance Metrics](/product-guides-and-integrations/product-guides/automation-and-workflows/alerts-and-rules/alerting-for-performance-metrics.md)

# Suggested Follow-up Questions:

If you need more information, consider asking one of these follow-up questions by performing an HTTP GET request on the URL:

- [What is RUM in Luciq?](https://docs.luciq.ai?ask=What%20is%20RUM%20in%20Luciq%3F)
- [How to enable APM in my app?](https://docs.luciq.ai?ask=How%20to%20enable%20APM%20in%20my%20app%3F)
- [Which signals are captured by Network in APM?](https://docs.luciq.ai?ask=Which%20signals%20are%20captured%20by%20Network%20in%20APM%3F)

# Sources:

- [Upload Source Map Files](https://docs.luciq.ai/references/readme-1/api-references-1.md)
- [luciq-onboard](https://docs.luciq.ai/product-guides-and-integrations/product-guides/ai-features/agent-skills/luciq-onboard.md)
- [Network](https://docs.luciq.ai/react-native/setup-luciq-for-react-native/setup-application-performance-monitoring/network.md)
- [Network](https://docs.luciq.ai/references/application-performance-monitoring/network.md)
- [Enable or disable network logging](https://docs.luciq.ai/references/application-performance-monitoring/network/index.md)
- [Alerting for Performance Metrics](https://docs.luciq.ai/product-guides-and-integrations/product-guides/automation-and-workflows/alerts-and-rules/alerting-for-performance-metrics.md)
- [Disabling/Enabling APM](https://docs.luciq.ai/kmp/setup-luciq-for-kmp/setup-application-performance-monitoring/disabling-enabling-apm.md)
- [Set up Network Monitoring](https://docs.luciq.ai/android/set-up-luciq-for-android/set-up-application-performance-monitoring/set-up-network-monitoring.md)
- [Setup Application Performance Monitoring](https://docs.luciq.ai/kmp/setup-luciq-for-kmp/setup-application-performance-monitoring.md)
- [Session Profiler](https://docs.luciq.ai/flutter/setup-luciq-for-flutter/logs-and-profiling/session-profiler.md)
- [Unified Network Interception](https://docs.luciq.ai/android/set-up-luciq-for-android/logs-and-profiling/unified-network-interception.md)
- [Logs & Profiling](https://docs.luciq.ai/kmp/setup-luciq-for-kmp/logs-and-profiling.md)
- [Identify users](https://docs.luciq.ai/android/set-up-luciq-for-android/identify-users.md)
- [Session Replay](https://docs.luciq.ai/product-guides-and-integrations/product-guides/session-replay.md)
- [User Identification](https://docs.luciq.ai/kmp/setup-luciq-for-kmp/custom-settings/user-identification.md)
- [User Identification](https://docs.luciq.ai/flutter/setup-luciq-for-flutter/custom-settings/user-identification.md)
- [User Identification](https://docs.luciq.ai/react-native/setup-luciq-for-react-native/custom-settings/user-identification.md)
- [Screen Loading](https://docs.luciq.ai/references/application-performance-monitoring/enable-or-disable-screen-loading.md)

