# Suspend Power Management state

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 for QCS6490/QCS5430. For QCS9075 this feature is available in the base version distribution.

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

`echo mem > /sys/power/autosleep`

## Check 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: Jan 26, 2025

[Previous Topic
Idle power management](https://docs.qualcomm.com/bundle/publicresource/80-70017-30/topics/idlepowermanagement.md) [Next Topic
Power management QoS APIs](https://docs.qualcomm.com/bundle/publicresource/80-70017-30/topics/pmqos.md)