https://github.com/markpflug/sylvan.tools.processinfo
https://github.com/markpflug/sylvan.tools.processinfo
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/markpflug/sylvan.tools.processinfo
- Owner: MarkPflug
- License: mit
- Created: 2023-09-26T18:00:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T18:05:54.000Z (over 2 years ago)
- Last Synced: 2025-02-24T04:51:26.148Z (over 1 year ago)
- Language: C#
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Sylvan.Tools.ProcessInfo
This project implements a simple commandline executable that can be used to capture metrics (elapsed time, CPU, memory) on other processes. It simply starts a process and waits for it to end, monitoring the resource usage for the duration.