niceness on firegex process

This commit is contained in:
Domingo Dirutigliano
2025-03-26 22:25:09 +01:00
parent d832c3cd98
commit d4b2b6c72d
6 changed files with 18 additions and 4 deletions

View File

@@ -196,7 +196,7 @@ elif args.module == "nfproxy":
for _ in range(args.number_of_values):
#Get baseline reading
data = getReading(args.port)
puts("Baseline nfregex with no filter: ", color=colors.blue, end='')
puts("Baseline nfproxy with no filter: ", color=colors.blue, end='')
no_filters.append(data)
print(f"{data} MB/s")