seminar-vibecoding/debug_rpi.prompt
Artur Mukhamadiev 47bb070a1b prompt examples
2026-08-07 14:57:08 +03:00

41 lines
834 B
Plaintext

# Test on remote Rasbperry Pi Zero 2W target
## Prerequisites
Run native-webrtc-viewer via AppManager:
```sh
busctl call com.atlas.AppManager1 /com/atlas/AppManager1 com.atlas.AppManager1 \
Start "s" "com.atlas.app.native-webrtc-viewer"
```
Stop viewer:
```sh
busctl call com.atlas.AppManager1 /com/atlas/AppManager1 com.atlas.AppManager1 \
Stop "s" "com.atlas.app.native-webrtc-viewer"
```
Viewer pid:
ps aux | grep webrtc_viewer | grep -v grep
Viewer logs:
journalctl -u am.com.atlas.app.native-webrtc-viewer.service --no-pager
Remote target:
192.168.0.65
Connect via ssh root@192.168.0.65
## Goal
Measure for 1 minute memory & cpu utilisation using native-webrtc-viewer-testsuite installed on remote target
After finish stop viewer
## Results format
Metric|Minimum | Average | Maximum|
--|--|--|--|
PSS|
CPU Util|