# Monitor Suspend Power Management

The Suspend state is the deepest sleep state in the APSS with all user
space processes frozen and drivers releasing their resources. During the
Suspend state, all cores enter the C4 state followed by the AOSD Sleep
state.

Note

The Suspend state is enabled on QCS6490/QCS5430 and IQ-9075.

A user space module can configure the Suspend state using the following
command:

`echo mem > /sys/power/autosleep`

## Verify suspend statistics

To check suspend statistics run the following commands:

cd /sys/power/suspend_stats
    cat success
    cat fail
    Copy to clipboard

The success count indicates the number of times the APSS has
successfully entered the Suspend state while the fail count indicates
the number of times the APSS has failed to enter the Suspend state.

Last Published: Jul 03, 2025

[Previous Topic
Efficient CPU idle power management](https://docs.qualcomm.com/bundle/publicresource/80-70020-30/topics/idlepowermanagement.md) [Next Topic
Efficient wake up latency with power QoS APIs](https://docs.qualcomm.com/bundle/publicresource/80-70020-30/topics/pmqos.md)