From 38620359537d77ab10acb888d266d3c6eb16fc9b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 2 Mar 2026 08:31:29 +0200 Subject: change default duration to 10min --- internal/flags/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/flags/flags.go b/internal/flags/flags.go index 5197eb4..bf348c7 100644 --- a/internal/flags/flags.go +++ b/internal/flags/flags.go @@ -108,7 +108,7 @@ func parse() error { flag.IntVar(&singleton.PidFilter, "pid", -1, "Filter for processes ID") flag.IntVar(&singleton.TidFilter, "tid", -1, "Filter for thread ID") flag.IntVar(&singleton.EventMapSize, "mapSize", 4096*16, "BPF FD event ring buffer map size") - flag.IntVar(&singleton.Duration, "duration", 60, "Probe duration in seconds") + flag.IntVar(&singleton.Duration, "duration", 900, "Probe duration in seconds") flag.StringVar(&singleton.CommFilter, "comm", "", "Command to filter for") flag.StringVar(&singleton.PathFilter, "path", "", "Path to filter for") -- cgit v1.2.3