[PR #136] [MERGED] CPU/RAM usage of each process #994

Closed
opened 2026-02-27 15:52:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/136
Author: @yankejustin
Created: 5/15/2015
Status: Merged
Merged: 5/15/2015
Merged by: @MaxXor

Base: masterHead: CpuRamUsage


📝 Commits (3)

  • ae04753 Changed server packets for CPU and memory usage
  • 3b04809 Changed properties for client packet
  • 14cde82 Add logic to get the CPU and memory from client

📊 Changes

5 files changed (+112 additions, -16 deletions)

View changed files

📝 Client/Core/Commands/CommandHandler.cs (+69 -0)
📝 Client/Core/Packets/ClientPackets/GetProcessesResponse.cs (+6 -0)
📝 Server/Core/Commands/CommandHandler.cs (+2 -1)
📝 Server/Core/Packets/ClientPackets/GetProcessesResponse.cs (+6 -0)
📝 Server/Forms/FrmTaskManager.Designer.cs (+29 -15)

📄 Description

Please briefly help me test this out!
Solution for issue: https://github.com/MaxXor/xRAT/issues/110

These changes have simply added a little bit more data to the packets sent to and from the client that deal with getting processes. My reasoning is that we should update these values every time we refresh the processes.

Screenshot of the new Task Manager Form:
capture


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/136 **Author:** [@yankejustin](https://github.com/yankejustin) **Created:** 5/15/2015 **Status:** ✅ Merged **Merged:** 5/15/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `CpuRamUsage` --- ### 📝 Commits (3) - [`ae04753`](https://github.com/quasar/Quasar/commit/ae04753f0d61704f74f6c2ccd800ef0a598cf816) Changed server packets for CPU and memory usage - [`3b04809`](https://github.com/quasar/Quasar/commit/3b04809c98dedcbdfd33578ea2a6a78fb2325a57) Changed properties for client packet - [`14cde82`](https://github.com/quasar/Quasar/commit/14cde8209a3bf4ed741ff05f97db7e80b3b5fd65) Add logic to get the CPU and memory from client ### 📊 Changes **5 files changed** (+112 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `Client/Core/Commands/CommandHandler.cs` (+69 -0) 📝 `Client/Core/Packets/ClientPackets/GetProcessesResponse.cs` (+6 -0) 📝 `Server/Core/Commands/CommandHandler.cs` (+2 -1) 📝 `Server/Core/Packets/ClientPackets/GetProcessesResponse.cs` (+6 -0) 📝 `Server/Forms/FrmTaskManager.Designer.cs` (+29 -15) </details> ### 📄 Description <b>Please briefly help me test this out!</b> <i>Solution for issue:</i> https://github.com/MaxXor/xRAT/issues/110 These changes have simply added a little bit more data to the packets sent to and from the client that deal with getting processes. My reasoning is that <b>we should update these values every time we refresh the processes</b>. Screenshot of the new Task Manager Form: ![capture](https://cloud.githubusercontent.com/assets/9338742/7656505/dbdd7c5e-faf8-11e4-8e06-dbe6d83e1e5a.PNG) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:52:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#994
No description provided.