simple example for measuring power consumption

i'm looking for a simple example which i can run on nRF9151 DK (v0.9.0) where i can profile power consumption....

ideally, the example would repeatedly send packets over a cellular content -- and then enter a "low-power" sleep mode in between....

is the nrf/samples/cellular/udp application my best choice here???

if so, what current consumption numbers might i expect to see (using my PPK) -- as a sanity check for me....

[bios]bob

PS -- the AI answer gives me a place to start....  my let's keep this ticket open in case i have a follow-up question.... 

---------------------

Recommended Sample
The Cellular: UDP sample (samples/cellular/udp) in the nRF Connect SDK is the best choice for power profiling on the nRF9151 DK [Cellular: UDP Overview].
Key benefits of this sample for power measurements:

Expected Current Consumption Benchmarks (PPK Sanity Check)
Note: Power consumption numbers vary depending on network conditions, signal quality, and network timers (such as RRC inactivity timers). [Power consumption]
  1. PSM Floor (Low-Power Sleep):
  2. Active Transmission Event:
  3. Average Current Over Time:

Helpful References
Related