<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
<style>
div.markdown { white-space: normal; }
div.plaintext { white-space: normal; }
body { font-family: sans-serif; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
blockquote { margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777; }
blockquote blockquote { border-left-color: #999999; color: #999999; }
blockquote blockquote blockquote { border-left-color: #BBBBBB; color: #BBBBBB; }
blockquote a { color: #777777; }
blockquote blockquote a { color: #999999; }
blockquote blockquote blockquote a { color: #BBBBBB; }
pre { margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw; }
code { margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7; }
pre > code { padding: 0px; }
math[display="inline"] > mrow { padding:5px; }
div.footnotes li p { margin: 0.2em 0; }
</style>
</head>
<body>
<div class="markdown">
<p dir="auto">On 11 Dec 2017, at 2:14, Steven M. Bellovin wrote:</p>

</div>
<div class="plaintext"><blockquote><p dir="auto">Seems like an improbable subject line--but is anyone else who uses MailMate on High Sierra/APFS suddenly having serious Time Machine performance issues? I am, on two different laptops. An iMac, which has a hard drive and hence HFS+, is not having any trouble.</p>
</blockquote></div>
<div class="markdown">

<p dir="auto">.</p>

</div>
<div class="plaintext"><blockquote><p dir="auto">The overall symptom is that backups take *many hours*, with sudden, inexplicable stalls. I say "inexplicable" because Activity Monitor shows essentially no CPU, network, or disk activity -- but the backup just *stops*. I normally don't run MailMate on one of the laptops; its backups complete in a rational amount of time. When I do, it sees the same stalls. In fact, I'm running MailMate on it right now so that I can see what happens on my primary laptop when I exit MailMate. Sure enough, that machine is now behaving.</p>
</blockquote></div>
<div class="markdown">

<p dir="auto">.</p>

</div>
<div class="plaintext"><blockquote><p dir="auto">My suspicion is that the problem has to do with very large directories on APFS file systems, but I don't know that for sure. I have some very large mailboxes, though, and these are of course active when MailMate is running.  And of course, that doesn't explain why I don't see any system activity.</p>
</blockquote></div>
<div class="markdown">

<p dir="auto">.</p>

</div>
<div class="plaintext"><blockquote><p dir="auto">Is anyone else seeing this? Does anyone have any work-arounds, other than "don't have such large mailboxes" or "don't run APFS"? I do have a new laptop on order; I'm seriously tempted to reformat it as HFS+ before I start using it.</p>
</blockquote></div>
<div class="markdown">

<p dir="auto">Having read the other replies I would question Activity Monitor. AM is an application built on top of the real data recording and it wouldn’t surprise me in the least if Apple filter out any sort of activity they think you shouldn’t be concerned with. Try using ‘top’ in a terminal window. Unless Apple have doctored a long standing utility that will tell you what is really going on. Running ‘top’ without arguments, the header gives you:</p>

<pre><code>Load Average (which is the number of processes waiting for the CPU averaged over 1, 5, and 15 minutes - an indication of overall load, more useful for servers,
CPU usage (and idle %age),
Memory usage,
Swap,
Network traffic, and
Disk I/O
</code></pre>

<p dir="auto">It updates every second (by default). The report below the header is at a per-process level. It’s surprising how busy the system really is.</p>

<p dir="auto">Hitting the ‘q’ key stops it. ’man top’ will tell you how to control the rest of the o/p.</p>

<p dir="auto">David</p>
</div>

</body>
</html>