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 650b565 commit a9e4c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/task_manager/task_manager_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -1641,8 +1641,8 @@ def remove_user(args = {}):
return mc_instance.remove_user(args)

if __name__ == "__main__":
# print(mc_instance.get_process_list())
print(mc_instance.get_network_list())
print(mc_instance.get_process_list())
# print(mc_instance.get_network_list())
# print(mc_instance.get_process_info({'pid':66647}))
# for x in range(10):
# mc_instance.test_cpu()
Expand Down

0 comments on commit a9e4c1b

Please sign in to comment.