also this please
That pulls every journal line with a monotonic timestamp between 20s and 110s, across all units — which should make disk contention (or lack of it) visible directly, rather than inferring it from ordering.
Also worth checking
Code:
journalctl -b -o short-monotonic --no-pager | awk '$1+0 >= 20 && $1+0 <= 110'
Also worth checking
Code:
sudo smartctl -a /dev/sda






Comment