Skip to content

Commit 9117c09

Browse files
committed
graphstats: Set MAXBUFFER=1
Signed-off-by: Kevin O'Connor <[email protected]>
1 parent 84e9a28 commit 9117c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/graphstats.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#!/usr/bin/env python
22
# Script to parse a logging file, extract the stats, and graph them
33
#
4-
# Copyright (C) 2016-2021 Kevin O'Connor <[email protected]>
4+
# Copyright (C) 2016-2025 Kevin O'Connor <[email protected]>
55
#
66
# This file may be distributed under the terms of the GNU GPLv3 license.
77
import optparse, datetime
88
import matplotlib
99

1010
MAXBANDWIDTH=25000.
11-
MAXBUFFER=2.
11+
MAXBUFFER=1.
1212
STATS_INTERVAL=5.
1313
TASK_MAX=0.0025
1414

0 commit comments

Comments
 (0)