Multi-Go
Multi-Go copied to clipboard
Improve cpu and memory info
The PrintCPU
function in utils.go
should print CPU usage, and the PrintMemory
function should print physical memory, not swap.
This is part of my conversion of TODOs into issues to raise awareness of them.
Hi! Do you mind if I take a crack at this?
@cassvs No not at all, go ahead!
Yes please help
On Oct 21, 2018 1:07 AM, "TheRedSpy15" [email protected] wrote:
@cassvs https://github.com/cassvs No not at all, go ahead!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TheRedSpy15/Multi-Go/issues/27#issuecomment-431639375, or mute the thread https://github.com/notifications/unsubscribe-auth/Aoq0giWlpJ-qEwzziiSLpc5h-O9NrOZXks5unAEQgaJpZM4XxRAU .
I can work on the PrintMemory function.