Witold Baryluk

Results 165 issues of Witold Baryluk

Is there a way to enable `grpc_server_handling_seconds_sum` and `grpc_server_handling_seconds_count`, so one can do aggregations and computations of average latency: ``` grpc_server_handling_seconds_sum{grpc_code="OK",grpc_method="PingList",grpc_service="mwitkow.testproto.TestService",grpc_type="server_stream"} 0.0003866430000000001 grpc_server_handling_seconds_count{grpc_code="OK",grpc_method="PingList",grpc_service="mwitkow.testproto.TestService",grpc_type="server_stream"} 1 ... ``` without the full blown...

I would like to compute "minimum" of the each test. Not average. And also use it for 'fastest' filtering. As a bonus, lower 5th percentile would be also useful, and...

question

Similar to https://github.com/povilasv/systemd_exporter/issues/1 but memory related stats: ``` # cd /sys/fs/cgroup/memory/system.slice/system-postgresql.slice /sys/fs/cgroup/memory/system.slice/system-postgresql.slice# grep . * cgroup.clone_children:0 grep: cgroup.event_control: Invalid argument memory.failcnt:0 grep: memory.force_empty: Invalid argument memory.kmem.failcnt:0 memory.kmem.limit_in_bytes:9223372036854771712 memory.kmem.max_usage_in_bytes:52396032 memory.kmem.tcp.failcnt:0 memory.kmem.tcp.limit_in_bytes:9223372036854771712...

help wanted

My site generation jumps from 18 seconds to 30-40 seconds. I didn't do profiling, but this is probably due to HTML parser and tag stripping. It isn't great at all....

`-j` means to use unlimited amount of workers. That is not a good idea on low core count machines, or big core count machines with not enough memory. It shouldn't...

``` $ /opt/rocm-3.10.0/bin/hipconfig HIP version : 3.10.20465-f9876b8d == hipconfig HIP_PATH : /opt/rocm-3.10.0/hip ROCM_PATH : /opt/rocm-3.10.0 HIP_COMPILER : clang HIP_PLATFORM : hcc HIP_RUNTIME : ROCclr CPP_CONFIG : -D__HIP_PLATFORM_HCC__= -I/opt/rocm-3.10.0/hip/include -I/opt/rocm-3.10.0/llvm/bin/../lib/clang/12.0.0 -I/opt/rocm-3.10.0/hsa/include...

ROCm 3.10.0 AMD Radeon R9 Fury X (FIJI, GFX8) Linux 5.9.9., using upstream amdgpu driver ``` user@debian:~/HIP-Examples/rodinia_3.0/hip$ HIP_PATH=/opt/rocm-3.10.0/hip make VERBOSE=1 --TESTING: backprop make[1]: Entering directory '/home/user/HIP-Examples/rodinia_3.0/hip/backprop' O2 backprop.c -c make[1]:...

Hi, really nice and easy to build software. There is something that do bugs me a little: ![zenmonitor-columns](https://user-images.githubusercontent.com/110322/87930474-acf6dd00-ca77-11ea-8871-3a86afe3b11b.png) Not aligned decimal separators and units between different rows in single row,...

Example: https://jsbench.me/5ajqc35738/2 (and more to come). Few things that are missing - Ability to reorder test cases - Ability to collapse all tests to show just test name and benchmark...

new feature

I took an example_test.go and just run two goroutines one enqueueing consecutive integers, another doing blocking dequeue and just print them from time to time. Segment size 50, then switches...