[RSSAC Caucus] Some example graphs from my test implementation.

Warren Kumari warren at kumari.net
Thu Oct 28 16:52:39 UTC 2021


More pictures:
[image: image.png]


[image: image.png]

On Thu, Oct 28, 2021 at 12:34 PM Warren Kumari <warren at kumari.net> wrote:

> Overview:
>
> [image: image.png]
>
>
> Zoom in:
> [image: image.png]
>
> This is using histogram buckets of:
>         UDPDuration = promauto.NewHistogramVec(
>                 prometheus.HistogramOpts{
>                         Name:    "rssac047_test_udp_duration_seconds",
>                         Help:    "Latency of UDP lookup (Sec 5.1).",
>                         Buckets: prometheus.LinearBuckets(0.0, 0.005, 30),
>                 }, []string{"ip", "rso"})
>         TCPDuration = promauto.NewHistogramVec(
>                 prometheus.HistogramOpts{
>                         Name:    "rssac047_test_tcp_duration_seconds",
>                         Help:    "Latency of TCP lookup (Sec 5.1).",
>                         Buckets: prometheus.LinearBuckets(0.0, 0.005, 30),
>                 }, []string{"ip", "rso"})
>
> 30 buckets of 5ms each
> W
>
>
> --
> Perhaps they really do strive for incomprehensibility in their specs.
> After all, when the liturgy was in Latin, the laity knew their place.
> -- Michael Padlipsky
>


-- 
The computing scientist’s main challenge is not to get confused by the
complexities of his own making.
  -- E. W. Dijkstra
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mm.icann.org/pipermail/rssac-caucus/attachments/20211028/97c86fa3/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 326903 bytes
Desc: not available
URL: <https://mm.icann.org/pipermail/rssac-caucus/attachments/20211028/97c86fa3/image-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 289168 bytes
Desc: not available
URL: <https://mm.icann.org/pipermail/rssac-caucus/attachments/20211028/97c86fa3/image-0005.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 332012 bytes
Desc: not available
URL: <https://mm.icann.org/pipermail/rssac-caucus/attachments/20211028/97c86fa3/image-0006.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 327800 bytes
Desc: not available
URL: <https://mm.icann.org/pipermail/rssac-caucus/attachments/20211028/97c86fa3/image-0007.png>


More information about the rssac-caucus mailing list