https://github.com/rdboboia/windows-tasklist-analyzer
A simple tool that takes information from the windows tasklist command and provides methods to analyze that data in order to make more use of it.
https://github.com/rdboboia/windows-tasklist-analyzer
Last synced: 3 months ago
JSON representation
A simple tool that takes information from the windows tasklist command and provides methods to analyze that data in order to make more use of it.
- Host: GitHub
- URL: https://github.com/rdboboia/windows-tasklist-analyzer
- Owner: rdboboia
- License: mit
- Created: 2019-02-20T21:02:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T14:22:41.000Z (over 5 years ago)
- Last Synced: 2023-11-14T10:42:06.378Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# windows-tasklist-analyzer
A simple tool that takes information from the windows tasklist command and provides methods to analyze that data in order to make more use of it.The main idea was born trying to see if all the tasks from tasklist add up to the total memory in use reported by other tools.
For now I'm working on parsing the output of the command (almost done by now) and I'll create some functions to sort and calculate more usefull results from the given data.