Kang-Che Sung (宋岡哲)

Results 255 comments of Kang-Che Sung (宋岡哲)

@giampaolo > ``` > pid = os.fork() > fd = pidfd_getfd(pid) > pidfd_send_signal(fd) > ``` > If PID is reused between line 1 and 2 you have a race. Not...

FreeBSD does not allow opening arbitrary processes for file descriptors. The "process descriptors" in FreeBSD can only be created by [`pdfork(2)`](https://man.freebsd.org/cgi/man.cgi?query=pdgetpid&sektion=2&apropos=0&manpath=FreeBSD+14.0-RELEASE+and+Ports) so process managers have no way to use them...

I thought PCP's `config.h.in` file was generated by `autoheader` (as mentioned in the first line comment of the file) and so is unsafe to edit directly. The next invocation of...

@MrKrzYch00 Correction. I probably did not try 1000 iterations when seeing the overflow output. Probably 15 iterations only (the default for `--i` option). The result file was not corrupted, but...

If there is one percentage for the disks, it should show the average percentages of all disks, not the "number of disks times 100%". Although the latter info might be...

> Averaging the total Disk IO would be less useful in most cases. For example, if you wanted to see how many disks are running at maximum, you would have...

@rawhide-kobayashi For multi-disk systems, the maximum value for the Disk IO meter should be (100% × number of disks), or the percentage should show the "normalized" one (i.e. divided by...

1. @BenBE , I don't know what your idea is regarding to showing "a special graph that displays a second data series downwards instead of stacked on top". 2. Note...

> > Looks as envisioned*. Mind to build a PR from this? > > *except for the "pixel" gaps … The "pixel gaps" were from the bug I left in...

> NB: Maybe split further discussion into it's own issue/PR, so we can stick to the meter mode rework in this PR. Sure. >> (b) To disable bar and graph...