Alexandr Kozlenkov

Results 11 comments of Alexandr Kozlenkov

@stokito Your solution is good, but we have different branches, my solution for k8s integration. But I did the solution 2 years ago for 1.15.5 (if I remember right) version...

Nice idea. I can try do it. I think need implement next algorithm: found all Services, for each service found all instances and collect of metrics for each an instance....

Hey @bcicen! How are you? What do you think about continuing to work on the integration of a new connector for the latest version of kubernetes?

Hi @quietclaw I have implementation for docker swarm, where `ctop` agents send statistic to master `ctop`, but master `ctop` get information about all containers from master in swarm. What provide...

Do you have a developer guides? I can try it.

I wrote the output for `node`, `service` and `task` in a docker swarm cluster. But I have interesting question. How I should get Resource usage for tasks and their containers...

Ok. But may be to add toggle switch to `swarm mode`, which displayed structure of the swarm cluster, if swarm enabled on this docker and this docker is a `manager`...

I implemented swarm mode in ctop in my fork, but me yet need add some optimizations.

@0lightbee0 Do you have 2step authorization for your account? It's may be problem.

I wrote this methods as experiment: ``` func ProductVector(a, b *tensor.Dense) *tensor.Dense { if !a.Shape().IsVector() || !b.Shape().IsVector() { panic("should be vectors") } ar := a.Shape() br := b.Shape() l :=...