From 6199cf5c3c83a0687868c5d3b58a8c3365bc2d6c Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 1 Dec 2023 13:32:07 -0800 Subject: [PATCH] bootchart script --- scripts/bootchart.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/bootchart.sh diff --git a/scripts/bootchart.sh b/scripts/bootchart.sh new file mode 100755 index 00000000..9e969ad6 --- /dev/null +++ b/scripts/bootchart.sh @@ -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 +