We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b784d50 commit 6358537Copy full SHA for 6358537
scripts/intfstat
@@ -175,8 +175,6 @@ class Intfstat(object):
175
176
for key, cntr in cnstat_new_dict.items():
177
if key == 'time':
178
- time_gap = cnstat_new_dict.get('time') - cnstat_old_dict.get('time')
179
- time_gap = time_gap.total_seconds()
180
continue
181
old_cntr = None
182
if key in cnstat_old_dict:
scripts/portstat
@@ -397,8 +397,6 @@ class Portstat(object):
397
398
399
400
401
402
403
404
0 commit comments