add stats

This commit is contained in:
Tobias Powalowski 2024-07-14 10:37:23 +02:00
parent a9b1d852fc
commit a72e0739fe

View file

@ -33,7 +33,7 @@ echo "Waiting for pacman keyring..."
_pacman_keyring
echo "Bootup speed: $(systemd-analyze | rg -o '= (.*)' -r '$1') \
Packages: $(pacman -Q | wc -l) \
Available Memory: $(rg -o 'Ava.* (.*)[0-9]{3} k') </proc/meminfo)"
Available Memory: $(rg -o 'Ava.* (.*)[0-9]{3} k' </proc/meminfo)"
_run_test "journal"
if ! journalctl -p3 -xb | rg -q 'No entries'; then
journalctl -p3 -xb >>journal-error.txt