Skip to content

Commit

Permalink
Update task_manager_index.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jun 5, 2024
1 parent e441d8d commit 62df45d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/task_manager/task_manager_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ def get_process_network(self, pid):
down_package = int(
(self.__process_net_list[pid]['down_package'] - self.last_net_process[pid]['down_package']) / (
time.time() - self.last_net_process_time))
# print(up, up_package, down, down_package)
return up, up_package, down, down_package

def get_process_cpu_time(self, cpu_times):
Expand Down

0 comments on commit 62df45d

Please sign in to comment.