Artem Stoianov
Artem Stoianov
@Dan-Do you try to import from the file which is not an ES6 module. Files in `dist` directory are bundled and formatted as UMD modules so they can't be directly...
This pull-request fix this #82
@MaximKing1 this is regular benchmark results from https://www.jsdelivr.com/esm. You just need to resize your browser's width until the page gets redrawn for smaller devices.
@ylemkimon optimizations (like tree-shaking) may apply to the bundled code so the content could vary. But even with optimizations functionality should be identical to original files. In your particular case,...
It's not what I really suggested :) My suggestion was to keep it simple and start with CPU usage. We can collect the average load for last minute (or maybe...
Yes, I wanted to use `throng` for clustering but it means that every single probe will create multiple separate ws clients.
> to keep it simple Is a key here. Collecting CPU usage is easy, using it for routing is easy as well. We need to aggregate more information and knowledge...
Yeah, docker complicates things a lot because running a container with `--cpus=1` will not affect the physical cores count in any way (at least nodejs will still see all of...