Commit 19e012a
committed
feat(tests): add systemd_analyze data as boot time metric
Currently we measure boottime by looking at the Firecracker
logs and waiting for the guest to trigger a special boot device
inside Firecracker.
There is an alternative way of measuring boot time from
a guest perspective by using systemd-analyze. Will help us to understand
boot times better.
Signed-off-by: Egor Lazarchuk <[email protected]>1 parent dafee92 commit 19e012a
1 file changed
+37
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
72 | 103 | | |
73 | 104 | | |
74 | 105 | | |
| |||
112 | 143 | | |
113 | 144 | | |
114 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
115 | 152 | | |
0 commit comments