Qasim Zaidi
Qasim Zaidi
yes, this is with the sample dashboard.
Hi @jpittis I ran the above on an AWS instance (ubuntu 14.04). I think toxiproxy is at fault because a similar benchmark against an actual redis instance (no toxiproxy in...
Using the custom profiler has somehow resulted in all of the cpu profiles vanishing from the display. Memory profiling data does show up.
changed sampling to 20 from 100 hz as it seems profiler had increased cpu usage significantly - this switched it to the custom profiler internally I guess, and now only...
This issue happens always when custom profiler is used. In both cases, the agent seems to be sending the cpu samples correctly to server, but the server won't display anything...
This is my local go env (go version 1.15.3 on WSL/Ubuntu) - but I have observed this issue both locally and also on a linux server. go env GO111MODULE="" GOARCH="amd64"...
We can usage getrusage instead of /proc, that will work on both linux and mac. I am willing to devote some free time to it.
Very interesting - I had a go at this and ended up using times() (less portable than getrusage, but more convenient), and mainly have trouble getting total cpu time on...
If you are doing this in a modern browser, including it more than once would not be an issue since the file will only be fetched once (it has correct...
sorry, I don't use windows, but I think the terminal doesn't support unicode yet. Are you developing a cli app for windows? https://devblogs.microsoft.com/commandline/windows-command-line-unicode-and-utf-8-output-text-buffer/