Asklv
Asklv
# Monitoring tool api design proposal **Monitoring tool needs a uniform config** Users and administrators need a way to measure and monitor network performance, specifically the latency between nodes, to...
Hello! I've met it just right now. I found that the recent commit has changed the `libdrm.so` library' path. and the `so` file does not exist in this path. To...

/cc @wanyaoqi
> I think several parts can be placed in a complete project. They can be used on demand during deployment, for example, if you don't need local AI deployment, you...
Antrea agent running logs, I have printed all agent latency in `Connection status` log item. ```bash I0319 07:57:46.104868 1 log_file.go:93] Set log file max size to 104857600 I0319 07:57:46.105703 1...
This is the log after introducing crd, try to create/update/delete this CRD. ```yaml apiVersion: crd.antrea.io/v1alpha2 kind: NodeLatencyMonitor metadata: name: default spec: pingInterval: "10s" pingTimeout: "5s" pingConcurrentLimit: 2 ``` ```bash I0407...
- support to get gw0/podCIDR from node spec. - support singleton CRD in nodelatencymonitor. > Maybe I need to consider about the `NetworkPolicyOnly mode` by using Transport Address, now only...
I will update my code later.
Latest log: ```bash I0422 18:01:41.173972 1 monitor.go:315] "Recv ICMP message" IP="10.244.0.1" SeqID=6 echo={"ID":1,"Seq":6,"Data":"MjAyNC0wNC0yMlQxODowMTo0MS4xNzM4MDI0MTZa"} I0422 18:01:41.174009 1 monitor.go:366] "NodeIPLatency status" Key="10.244.0.1" Entry={"SeqID":6,"LastSendTime":"2024-04-22T18:01:41.173802416Z","LastRecvTime":"2024-04-22T18:01:26.173511212Z","LastMeasuredRTT":451565} I0422 18:01:41.174042 1 monitor.go:366] "NodeIPLatency status" Key="10.244.1.1" Entry={"SeqID":4,"LastSendTime":"2024-04-22T18:01:41.173511596Z","LastRecvTime":"2024-04-22T18:01:26.177130478Z","LastMeasuredRTT":3727957} I0422...