aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-04-25 10:09:20 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-04-25 10:09:20 -0400
commitf37763d59e0afa618809f3d6d8bb833c1dc36be6 (patch)
treefbcb3f5977c423135f17a64aa0f5fb81e781d425 /src/firemon
parentfirecfg fixes (diff)
downloadfirejail-f37763d59e0afa618809f3d6d8bb833c1dc36be6.tar.gz
firejail-f37763d59e0afa618809f3d6d8bb833c1dc36be6.tar.zst
firejail-f37763d59e0afa618809f3d6d8bb833c1dc36be6.zip
firemon --top fix
Diffstat (limited to 'src/firemon')
-rw-r--r--src/firemon/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firemon/top.c b/src/firemon/top.c
index 3ed976af1..73661a07a 100644
--- a/src/firemon/top.c
+++ b/src/firemon/top.c
@@ -238,7 +238,7 @@ void top(void) {
238 238
239 // set pid table 239 // set pid table
240 int i; 240 int i;
241 int itv = 5; // 5 second interval 241 int itv = 1; // 1 second interval
242 pid_read(0); 242 pid_read(0);
243 243
244 // start cpu measurements 244 // start cpu measurements