• Joined on 2024-11-28
king created branch feature/ai-resource-monitor in king/ResourceUsageAPI 2025-08-07 16:55:31 +08:00
king pushed to feature/laptop at king/ResourceUsageAPI 2025-08-06 01:31:59 +08:00
7a65e72c49 Remove configuration files and scripts related to the Resource Monitor Service; implement core service functionality for monitoring system resources including CPU, RAM, GPU, and running processes; add API endpoints for resource usage and process management; integrate NVIDIA Management Library for GPU metrics; establish service as a Windows service with appropriate settings.
f8bbd1199d Fix nullability warnings and improve process selection logic in CPU usage retrieval
Compare 2 commits »
king pushed to master at king/ResourceUsageAPI 2025-04-30 17:08:11 +08:00
ea2fe47263 Merge pull request 'feature/laptop' (#2) from feature/laptop into master
294438145a Refactor NVML wrapper and update CORS policy; add appsettings configuration files
413360ece2 Fix service name in firewall configuration and installation scripts
a0b9f05ae3 Implement API key validation middleware and add force shutdown endpoint
caa7436d51 Add GPU detection and usage retrieval with error handling
Compare 5 commits »
king merged pull request king/ResourceUsageAPI#2 2025-04-30 17:08:11 +08:00
feature/laptop
king created pull request king/ResourceUsageAPI#2 2025-04-30 17:07:52 +08:00
feature/laptop
king pushed to feature/laptop at king/ResourceUsageAPI 2025-04-30 17:06:16 +08:00
294438145a Refactor NVML wrapper and update CORS policy; add appsettings configuration files
king pushed to feature/laptop at king/ResourceUsageAPI 2025-04-28 15:38:00 +08:00
413360ece2 Fix service name in firewall configuration and installation scripts
king pushed to feature/laptop at king/ResourceUsageAPI 2025-04-28 15:17:27 +08:00
a0b9f05ae3 Implement API key validation middleware and add force shutdown endpoint
king pushed to feature/laptop at king/ResourceUsageAPI 2025-04-28 13:43:00 +08:00
caa7436d51 Add GPU detection and usage retrieval with error handling
king created branch feature/laptop in king/ResourceUsageAPI 2025-04-28 13:43:00 +08:00
king pushed to shutdown at king/ResourceUsageAPI 2025-02-03 21:50:39 +08:00
4cc0e99149 Refactor Kestrel configuration to support dynamic port assignment and update appsettings for HTTP endpoint
king pushed to vm-branch at king/ResourceUsageAPI 2025-01-25 12:58:26 +08:00
e19e1e0137 Add API endpoint to kill process and update README
king created branch vm-branch in king/ResourceUsageAPI 2025-01-25 12:58:26 +08:00
king pushed to shutdown at king/ResourceUsageAPI 2024-12-27 18:32:27 +08:00
a42c5753c9 Configure Kestrel to listen on all IPs and remove hidden shutdown functions from Worker
king pushed to shutdown at king/ResourceUsageAPI 2024-12-27 16:43:41 +08:00
78076a984b Update shutdown command in Worker to force shutdown the server
king pushed to shutdown at king/ResourceUsageAPI 2024-12-27 16:40:10 +08:00
77f6c5abe1 Update README with common commands and add hidden process control functions in Worker
king created branch shutdown in king/ResourceUsageAPI 2024-12-27 16:40:10 +08:00
king pushed to master at king/ResourceUsageAPI 2024-12-27 15:54:19 +08:00
7c1cbb44f8 Add API endpoint to kill processes by ID with error handling
Compare 2 commits »
king pushed to master at king/ResourceUsageAPI 2024-12-27 11:12:41 +08:00
06ea991a6c Update readme
king pushed to master at king/ResourceUsageAPI 2024-12-27 11:02:16 +08:00
156ae148a7 Merge pull request 'clean-branch' (#1) from clean-branch into master
f65d05402a Add CORS policy to allow all origins and update app.RunAsync usage
b1078e4860 Remove appsettings files from publish directory and update .gitignore to include them
38cbd48a11 Remove 'delete' file from publish directory and update .gitignore to ignore it
4ec7cef15a Remove ResourceMonitorService configuration files from the project
Compare 6 commits »