Thomas Ilsche
Thomas Ilsche
I happened to stumble across `PERF_RECORD_MISC_SWITCH_OUT_PREEMPT`. It is a flag that available in the `misc` header for `PERF_RECORD_SWITCH` and `PERF_RECORD_SWITCH_CPU_WIDE` events. It exists since 2018 (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=101592b4904ecf6b8ed2a4784d41d180319d95a1). Now that could be...
`Lo2s` can take quite a while after running a program, mostly to resolve all line information. If that takes more than a minimum amount, a progress bar with an estimation...
This innocent cute little ~~bunny~~ program brutally murders lo2s even with the new thread safety in place. ``` constexpr int children = 4; constexpr int generations = 4; constexpr int...
I can't believe we don't have this feature / issue yet!
https://github.com/metricq/metricq/wiki/Metrics specifies ``` ([a-zA-Z][a-zA-Z0-9_]+\.)+[a-zA-Z][a-zA-Z0-9_]+ ``` And recommends the use of `snake_case`. Unfortunately, the [AMQP Standard](https://www.rabbitmq.com/resources/specs/amqp0-9-1.pdf) does not allow for Underscores > The routing key used for a topic exchange MUST...
There is no documentation of how agents are tied together and how configurations are managed via couchdb/manager/token.
Making an issue here because it may go either as a standalone tool (currently metricq-python) or integrated into the wizard. Could be based on `find_outdated_metrics.py` in energy-root. A health check...
Including optional configuration of commit/branches of the different components.
Right now, it is far too easy to run into a situation where the images are outdated and stuff doesn't work with the compose.yml. The situation that lot's of errors...
Errors in RPC handling (`Connection::handle_management_message`) should cause all clients to stop with `EXIT_FAILURE`. We somehow need to pass that to the outside distinguishable from sporadic connection issues. We may need...