bootchart script

This commit is contained in:
Adeeb Shihadeh
2023-12-01 13:32:07 -08:00
parent 34e66f91d3
commit 6199cf5c3c

7
scripts/bootchart.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -e
ssh tici "systemd-analyze plot > /tmp/bootchart.svg"
scp tici:/tmp/bootchart.svg /tmp/bootchart.svg
google-chrome /tmp/bootchart.svg