mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
Add SOFT as a possible section to exclude from counter list.
This commit is contained in:
parent
347ebd12db
commit
345ddfcfe9
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ from subprocess import PIPE
|
|||
|
||||
# A list of strings that are not really counters, just
|
||||
# name tags that are output by pmccontrol -L
|
||||
notcounter = ["IAF", "IAP", "TSC", "UNC", "UCF", "UCP"]
|
||||
notcounter = ["IAF", "IAP", "TSC", "UNC", "UCF", "UCP", "SOFT" ]
|
||||
|
||||
def main():
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue