mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #136] [MERGED] CPU/RAM usage of each process #994
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#994
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:CpuRamUsage📝 Commits (3)
ae04753Changed server packets for CPU and memory usage3b04809Changed properties for client packet14cde82Add 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:

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