Podcast

Welcome to the FastNetMon Podcast Hub. Here, you'll find a range of podcasts featuring discussions on DDoS detection, network security, and the latest in cybersecurity. Listen to experts and industry professionals share their insights and experiences, providing practical advice on protecting your network from new threats. Whether you are experienced in the field or just starting out, these podcasts offer valuable information to help you stay informed.

We are always happy to participate in a new podcasts! If you are a creator and interested in collaborating, please contact sales@fastnetmon.com, we would be happy to record something together.

The Hedge Podcast e.10

FastNetMon CTO Pavel Odintson joins Russ White to discuss FastNetMon for DDoS detection

Packet Pushers Podcast e.375

Our CTO Pavel Odintsov visits the Packet Pushers podcast to discuss the open-source version of our DDoS detection product.

The Hedge Podcast e.16

Pavel Odintsov, CTO of FastNetMon joins Russ White and Tom Ammon to talk about the multiple use cases of FastNetMon’s tools.

Route to Networking Podcast e.50

The episode features an in-depth discussion on all things DDoS, hosted by James Dean and joined by Pavel Odinstov.

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

 

[enlighter] CREATE TABLE fastnetmon.total_metrics ( `metricDate` Date DEFAULT toDate(metricDateTime), `metricDateTime` DateTime, `direction` String, `flows` UInt64, `packets` UInt64, `bits` UInt64, `tcp_packets` UInt64, `udp_packets` UInt64, `icmp_packets` UInt64, `fragmented_packets` UInt64, `tcp_syn_packets` UInt64, `dropped_packets` UInt64, `tcp_bits` UInt64, `udp_bits` UInt64, `icmp_bits` UInt64, `fragmented_bits` UInt64, `tcp_syn_bits` UInt64, `dropped_bits` UInt64, `schema_version` UInt8 DEFAULT 0 COMMENT '1' ) ENGINE = MergeTree PARTITION BY metricDate ORDER BY (direction, metricDate) TTL metricDate + toIntervalDay(7) SETTINGS index_granularity = 8192[/enlighter]