Skip to content

Commit

Permalink
Added grab process report. It isn't done yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
CmdrNorthpaw committed Jan 13, 2020
1 parent bfdaf76 commit 2718344
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions grab-process-report.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import psutil

processList = psutil.process_iter()
for list in processList:
print(list)

0 comments on commit 2718344

Please sign in to comment.