summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/flags/flags.go2
1 files changed, 1 insertions, 1 deletions
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")