Commit Graph

  • 3d1c55468b Enhance monitoring features and UI: - Add detailed CPU core monitoring option for better performance control - Update monitoring settings in app configuration - Improve parallel task execution for resource usage monitoring - Modify Telegram notification service to skip alerts from svchost processes - Add "Memory %" column to process table in HTML and update related JavaScript - Create performance test scripts for API response time evaluation feature/dashboard king 2025-08-08 16:19:45 +08:00
  • bb7c4c3d0e Refactor code structure for improved readability and maintainability king 2025-08-08 12:26:54 +08:00
  • eceec1b72d Add cancel shutdown feature and enhance system control access methods in dashboard king 2025-08-08 12:00:42 +08:00
  • 1129f9a2b1 Add system control feature for remote shutdown/restart with timer support and UI integration king 2025-08-08 11:52:12 +08:00
  • 5ece1fbe27 Remove network monitoring features and related code; update GPU monitoring in dashboard for improved performance and clarity. king 2025-08-08 11:45:48 +08:00
  • 35828f189c Implement structural adjustments and optimize performance across multiple modules Phoenix 2025-08-07 23:25:01 +08:00
  • e842b7d73e Increase update interval to 120 seconds and adjust auto-refresh fallback to 300 seconds for improved performance. Phoenix 2025-08-07 23:14:59 +08:00
  • 96b6e3dcd9 Update README and installation scripts for Resource Monitor Service v2.1, enhancing web dashboard features and adjusting firewall configurations. Phoenix 2025-08-07 23:10:40 +08:00
  • 3d47fc1439 Add ResourceHub for real-time updates and implement web dashboard with REST API Phoenix 2025-08-07 23:02:03 +08:00
  • aa30c9f034 Merge pull request 'feature/telegram-alert' (#4) from feature/telegram-alert into master master king 2025-08-07 17:54:32 +08:00
  • f2a0818d0e Update service port from 5000 to 2414 and adjust related configurations feature/telegram-alert Phoenix 2025-08-07 17:53:54 +08:00
  • d6efa9163b Add Telegram bot integration for real-time alert notifications Phoenix 2025-08-07 17:30:02 +08:00
  • 774cdbaf66 Merge pull request 'feature/ai-resource-monitor' (#3) from feature/ai-resource-monitor into master king 2025-08-07 16:57:28 +08:00
  • 3f64ace8a7 Update project files and configurations for improved structure and maintainability feature/ai-resource-monitor Phoenix 2025-08-07 16:53:10 +08:00
  • 3b3bdf3d46 Implement code changes to enhance functionality and improve performance Phoenix 2025-08-07 16:52:55 +08:00
  • 823e467078 Add start-service.bat script for Resource Monitor Service v2.0 Phoenix 2025-08-07 02:39:54 +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. feature/laptop king 2025-08-06 01:30:42 +08:00
  • f8bbd1199d Fix nullability warnings and improve process selection logic in CPU usage retrieval king 2025-08-06 01:27:54 +08:00
  • ea2fe47263 Merge pull request 'feature/laptop' (#2) from feature/laptop into master king 2025-04-30 17:08:08 +08:00
  • 294438145a Refactor NVML wrapper and update CORS policy; add appsettings configuration files king 2025-04-30 17:01:33 +08:00
  • 413360ece2 Fix service name in firewall configuration and installation scripts king 2025-04-28 15:37:53 +08:00
  • a0b9f05ae3 Implement API key validation middleware and add force shutdown endpoint king 2025-04-28 15:16:44 +08:00
  • caa7436d51 Add GPU detection and usage retrieval with error handling sothman01 2025-04-28 13:42:16 +08:00
  • 4cc0e99149 Refactor Kestrel configuration to support dynamic port assignment and update appsettings for HTTP endpoint shutdown phoenix 2025-02-03 21:50:00 +08:00
  • e19e1e0137 Add API endpoint to kill process and update README vm-branch Din VM 2025-01-25 12:58:13 +08:00
  • a42c5753c9 Configure Kestrel to listen on all IPs and remove hidden shutdown functions from Worker phoenix 2024-12-27 18:32:13 +08:00
  • 78076a984b Update shutdown command in Worker to force shutdown the server Phoenix 2024-12-27 16:43:37 +08:00
  • 77f6c5abe1 Update README with common commands and add hidden process control functions in Worker Phoenix 2024-12-27 16:39:53 +08:00
  • 5eec358b68 Merge branch 'master' of http://192.168.50.111:13000/king/ResourceUsageAPI Phoenix 2024-12-27 15:53:26 +08:00
  • 7c1cbb44f8 Add API endpoint to kill processes by ID with error handling Phoenix 2024-12-27 15:53:22 +08:00
  • 06ea991a6c Update readme king 2024-12-27 11:12:39 +08:00
  • 156ae148a7 Merge pull request 'clean-branch' (#1) from clean-branch into master king 2024-12-27 11:02:13 +08:00
  • f65d05402a Add CORS policy to allow all origins and update app.RunAsync usage clean-branch Phoenix 2024-12-27 11:00:27 +08:00
  • b1078e4860 Remove appsettings files from publish directory and update .gitignore to include them Phoenix 2024-12-27 10:19:23 +08:00
  • 38cbd48a11 Remove 'delete' file from publish directory and update .gitignore to ignore it Phoenix 2024-12-27 10:18:37 +08:00
  • 4ec7cef15a Remove ResourceMonitorService configuration files from the project Phoenix 2024-12-27 10:17:33 +08:00
  • 5bdd934e42 Remove ResourceMonitorService generated files from the project Phoenix 2024-12-27 10:15:13 +08:00
  • 2991e962cb Remove ResourceMonitorService files and update .gitignore to include additional file types Phoenix 2024-12-27 10:11:23 +08:00
  • d5ca6248c1 Merge branch 'master' of http://192.168.50.111:13000/king/ResourceUsageAPI Phoenix 2024-12-27 10:10:43 +08:00
  • 297c90d55d Update .gitignore and project paths for consistency Phoenix 2024-12-27 10:02:33 +08:00
  • 28da999de0 mmmm phoenix 2024-12-26 15:06:26 +08:00
  • a2ea577efb Add usage more than 80 Din Dang 2024-12-24 14:43:46 +08:00
  • 7dc9010451 Fixed Din Dang 2024-11-29 00:42:55 +08:00
  • f16578d19a Update README.md king 2024-11-28 22:01:24 +08:00
  • 62e77433aa Add steam running games Din Dang 2024-11-28 19:28:37 +08:00
  • f6ac22ee8d Resolved merge conflicts Din Dang 2024-11-28 17:49:35 +08:00
  • f4ddf390ce Merge branch 'master' of http://192.168.50.111:13000/king/dotnet Din Dang 2024-11-28 17:49:12 +08:00
  • ba0db6daf8 Initial commit Din Dang 2024-11-28 17:48:12 +08:00
  • 41089a6cdd Initial commit king 2024-11-28 17:43:01 +08:00
  • 05d805be0a Initial commit Din Dang 2024-11-28 16:52:40 +08:00