-
Notifications
You must be signed in to change notification settings - Fork 409
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
DeepFlow Component
Agent
What you expected to happen
我们按照官方监控物理机的文档部署了agent在物理机上,然后在数据库的vtap表以及执行deepflow-ctl agent list也能查询到对应的ip节点,但是我在process表中却看不到对应vtap_id上报的进程记录,导致无法确定上报的数据来自于哪个进程
agent日志打印了这样的日志
[2025-05-09 12:12:42.796906 +08:00] INFO [src/rpc/synchronizer.rs:206] Update PlatformData version 1753817521 to 1753817522.
[2025-05-09 12:12:42.805967 +08:00] INFO [src/rpc/synchronizer.rs:810] Grpc version ip-groups: 1741159385, interfaces, peer-connections and cidrs: 1753817522, flow-acls: 2741159585
[2025-05-09 12:12:42.812777 +08:00] ERROR [src/policy/forward.rs:268] The capacity(16384) of the Forward table will be exceeded, where platforms is 19190 and interfaces is 8.
[2025-05-09 12:12:42.913752 +08:00] INFO [src/rpc/synchronizer.rs:827] Grpc finish update cost 107.786768ms on 3 listener, 1 ip-groups, 19190 interfaces, 0 peer-connections, 9456 cidrs, 0 flow-acls
How to reproduce
DeepFlow version
server
Name: deepflow-server community edition
Branch:
CommitID:
RevCount:
Compiler: go version go1.20.6 linux/amd64
CompileTime: 2024-12-18 12:29:24
root@bigo:/proc/41737/fd# deepflow-agent -v
10116-c29adff9e4a375dbcda32fc8c08aeb4455cd7462
Name: deepflow-agent community edition
Branch: v6.5.5
CommitId: c29adff
RevCount: 10116
Compiler: rustc 1.77.1 (7cf61ebde 2024-03-27)
CompileTime: 2024-04-25 02:30:48
DeepFlow agent list
No response
Kubernetes CNI
物理机环境
Operation-System/Kernel version
root@bigo:/proc/41737/fd# uname -r
4.9.70-040970-generic
root@bigo:/proc/41737/fd#
Anything else
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct