Re: Which statistic counter shows throughput
Alex Rousskov <[email protected]>
| Newsgroups | gmane.comp.web.web-polygraph.user |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2005-08-12 at 18:27 +0700, Hay Tran The wrote: > I have tested my Squid box using Polymix4. Then, I used lx command to > see statistic counters. Which counter means throughput of my Squid > box? Various *.rate counters (e.g., req.rate) will show you transactions/second load. Multiplying that by the corresponding mean size will give you bytes/second throughput. However, you should not normally use these low level interfaces. Please try the reporter instead: http://www.web-polygraph.org/docs/userman/reporting.html Thank you, Alex.