mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Perf: Protocol to measure BIRD performance internally
This protocol is highly experimental and nobody should use it in production. Anyway it may help you getting some insight into what eats so much time in filter processing.
This commit is contained in:
committed by
Maria Matejka
parent
78131eee64
commit
82b742533b
@@ -47,6 +47,7 @@ enum protocol_class {
|
||||
PROTOCOL_KERNEL,
|
||||
PROTOCOL_OSPF,
|
||||
PROTOCOL_MRT,
|
||||
PROTOCOL_PERF,
|
||||
PROTOCOL_PIPE,
|
||||
PROTOCOL_RADV,
|
||||
PROTOCOL_RIP,
|
||||
@@ -100,7 +101,8 @@ void protos_dump_all(void);
|
||||
|
||||
extern struct protocol
|
||||
proto_device, proto_radv, proto_rip, proto_static, proto_mrt,
|
||||
proto_ospf, proto_pipe, proto_bgp, proto_bfd, proto_babel, proto_rpki;
|
||||
proto_ospf, proto_perf,
|
||||
proto_pipe, proto_bgp, proto_bfd, proto_babel, proto_rpki;
|
||||
|
||||
/*
|
||||
* Routing Protocol Instance
|
||||
|
Reference in New Issue
Block a user