Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 22, 2024
1 parent dcdf4be commit 822e873
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6274,6 +6274,16 @@ RequestReadTimeout handshake=5 header=10 body=30
---------------
==== iowait are high even if few IOs are done
Launch
dstat -f
If iowait (column "wai") is high in percentage and there is few read/write access on disk (see column read/writ) on devices;
Launchthis command to know wich process is waiting
pidstat -dtu 1
==== Emails are blocked in postfix queue
To scan all emails in postfix queue with Queue ID + Message-ID :
Expand Down

0 comments on commit 822e873

Please sign in to comment.