Closed S-Maciejewski closed 4 years ago
@DarthBenro008 This PR is now properly set up. I am sorry that I accidentally closed the previous one, hope everything is ok with this one.
@S-Maciejewski LGTM! Just a small change, could you limit the output to two decimal places only, feel that would be great
This pull request relates to the issue #6
The GetCpuUsage() method in cpu.go was implemented using gopsutil library's cpu.Percent function. The result is displayed by ResultPrinter function as a percentage of overall CPU usage.
Apologies for second PR, it seems that I still have some trouble finding my way around GitHub