<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
code
        {mso-style-priority:99;
        font-family:"Courier New";}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        color:black;}
span.pre
        {mso-style-name:pre;}
span.E-mailStijl21
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="en-NL" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US" style="color:windowtext;mso-fareast-language:EN-US">Thnx. Will have a look at it.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="en-NL" style="color:windowtext;mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="NL" style="color:windowtext">Van:</span></b><span lang="NL" style="color:windowtext"> Nils Goroll <slink@schokola.de>
<br>
<b>Verzonden:</b> Tuesday, 1 October 2019 13:37<br>
<b>Aan:</b> Hout, Eric van den <eric.m.vandenhout@kpn.com>; varnish-misc@varnish-cache.org<br>
<b>Onderwerp:</b> Re: data throughput<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">On 01/10/2019 13:20, <a href="mailto:eric.m.vandenhout@kpn.com">
eric.m.vandenhout@kpn.com</a> wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal"><span lang="EN-US">varnish data throughput per second?</span><o:p></o:p></p>
</blockquote>
<p class="MsoNormal">You might want to look at <span class="pre"><span style="font-size:10.0pt;font-family:"Courier New"">s_req_hdrbytes +
</span></span><br>
<span class="pre"><span style="font-size:10.0pt;font-family:"Courier New"">s_req_bodybytes +
</span></span><br>
<span class="pre"><span style="font-size:10.0pt;font-family:"Courier New"">s_resp_hdrbytes +
</span></span><br>
<span class="pre"><span style="font-size:10.0pt;font-family:"Courier New"">s_resp_bodybytes
</span></span><o:p></o:p></p>
<p>varnishstat in curses (interactive) mode will also show a current "change" value, if your update rate is 1s(detailt), that will be per second.<o:p></o:p></p>
<p>For longer intervals, I suggest you just snapshot the being/end value and calculate the average.<o:p></o:p></p>
<p>Ref: <a href="https://varnish-cache.org/docs/trunk/reference/varnish-counters.html#varnish-counters-7">
https://varnish-cache.org/docs/trunk/reference/varnish-counters.html#varnish-counters-7</a><o:p></o:p></p>
</div>
</body>
</html>