Test Block: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<kroki lang=" | <kroki lang="d2"> | ||
direction: down | |||
Network: Network Traffic { | |||
style.fill: "#ffffff" | |||
style.stroke: "#00719A" | |||
style.stroke-width: 2 | |||
style.shadow: true | |||
SIP: SIP Signaling | |||
RTP: RTP Media | |||
} | |||
Sensor: Sensor { | |||
style.fill: "#ffffff" | |||
style.stroke: "#00A7E3" | |||
style.stroke-width: 2 | |||
style.shadow: true | |||
Capture: Packet Capture { | |||
style.fill: "#e0f4fc" | |||
style.stroke: "#00A7E3" | |||
} | |||
Analysis: Quality Analysis { | |||
style.fill: "#e0f4fc" | |||
style.stroke: "#00A7E3" | |||
} | |||
} | |||
Storage: Storage { | |||
style.fill: "#ffffff" | |||
style.stroke: "#f78d1d" | |||
style.stroke-width: 2 | |||
style.shadow: true | |||
MySQL: MySQL/MariaDB\nCDR Data { | |||
shape: cylinder | |||
style.fill: "#ffffff" | |||
style.stroke: "#f78d1d" | |||
} | |||
PCAP: PCAP Files\nRecordings { | |||
shape: cylinder | |||
style.fill: "#ffffff" | |||
style.stroke: "#f78d1d" | |||
} | |||
} | |||
GUI: Web GUI { | |||
style.fill: "#ffffff" | |||
style.stroke: "#00A7E3" | |||
style.stroke-width: 2 | |||
style.shadow: true | |||
Web: Web Interface { | |||
style.fill: "#e0f4fc" | |||
style.stroke: "#00A7E3" | |||
} | |||
Reports: Reports & Playback { | |||
style.fill: "#e0f4fc" | |||
style.stroke: "#00A7E3" | |||
} | |||
} | |||
Network -> Sensor: capture | |||
Sensor -> Storage.MySQL: CDR | |||
Sensor -> Storage.PCAP: packets | |||
GUI -> Storage.MySQL: query | |||
GUI -> Storage.PCAP: playback | |||
</kroki> | </kroki> | ||