<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">On 4 Jul 2018, at 20.10, João Paulo Sacchetto Ribeiro Bastos <<a href="mailto:joaopaulosr95@gmail.com" class="">joaopaulosr95@gmail.com</a>> wrote:<br class=""><div><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hey guys, <div class=""><br class=""></div><div class="">Has anybody ever used imaptest to benchmark *ONLY* reads? I'm trying to run a battery of tests in my new cluster and apparently no combination of parameters works, because fetch instruction doesn't run. Below is the command I'm using and its partial output<div class=""><br class=""></div><div class=""><div class="">imaptest/src/imaptest host=$SERVER_IP port=143 user=teste%d@example%<a href="http://d.com/" class="">d.com</a> pass=$TEST_PASS users=10 domains=10 clients=100 - append=0 select=100 fetch=100</div><div class="">Logi Sele Fetc Logo </div><div class="">100% 100% 100% 100% </div><div class=""> 166  156    0  156  99/100</div><div class=""> 223  230    0  230 100/100</div><div class=""> 206  203    0  203  97/100</div></div><div class=""><br class=""></div><div class="">Can anybody help me understand why fetch doesn't work and how to fix this?</div></div></div></div></blockquote><br class=""></div><div>I think the users simply don't have any mails in their INBOX. You can also add "rawlog" parameter and imaptest writes rawlog.* files. From them you can see what the IMAP traffic is. Especially if it says "* 0 EXISTS" then there are no mails.</div><div><br class=""></div></body></html>