From 7a256739af089ef2a0e58c7f4d9bbd86b18e1259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= <robin.oburka@nic.cz> Date: Wed, 13 Jul 2016 10:50:53 +0200 Subject: [PATCH] nethist: Extend sleep time --- nethist/nethist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nethist/nethist.c b/nethist/nethist.c index 8ca1c67..8909c18 100644 --- a/nethist/nethist.c +++ b/nethist/nethist.c @@ -8,7 +8,7 @@ #define BUFFSIZE 512 #define SNAPSHOT_COUNT 80 -#define SLEEP_TIME_USEC 3000000 +#define SLEEP_TIME_USEC 15000000 #define SNIFF_FILE_NET "/proc/net/dev" #define SNIFF_FILE_CPU "/proc/loadavg" #define SNIFF_FILE_MEM "/proc/meminfo" -- GitLab