Dominic

Results 11 comments of Dominic

@ncabatoff this is an interesting idea. I can't say I have seen a requirement for a thread histogram like this. Maybe there are some use cases but I can't think...

Nginx workers are a single thread and performance degrades severely if the thread is fully utilised. Nginx has a master process and N workers so the intention is to alert...

How would that work with a duration? If the alert had a span or for clause to alert if the CPU was high for X seconds, I don't think it...

Ok, fair enough. Maybe I'll write an exporter instead. I'll take a look at `osquery_exporter` too, thanks. Yes, we do have alerts for symptoms, but of course we want to...

I added my comment to https://github.com/tsenart/vegeta/issues/336 regarding creating distributed tests. I think creating a server that starts tests isn't required and will make this tool overly complicated. How would you...

FWIW I use k8s jobs to run distributed Vegeta tests (we achieved 1M tps using NLBs). I would say the responsibility of creating / deleting jobs etc shouldn't be with...

I did see the pacer change. It's an unusual feature (for a load testing tool) and there isn't much documentation yet so I wasn't sure how to use it for...

We have the same thing: `Transport endpoint is not connected` This is a new system we're building and every few days a client fails to connect and we get a...

Here are some server logs for the same time: ``` [2024-12-14 04:47:10.336641 +0000] I [addr.c:52:compare_addr_and_update] 0-/data/brick1/rrd: allowed = "*", received addr = "x" [2024-12-14 04:47:10.337470 +0000] I [MSGID: 115029] [server-handshake.c:565:server_setvolume]...

> It doesn't explain why rpc_clnt_ping_timer_expired() on the client, though? Did they really disconnect regardless? I don't have answers other than the mount remains failed until we remount it. I...