acmpesuecc / ResourcePolice

ResourcePolice is a simple system resource monitoring tool for all platforms.
4 stars 22 forks source link

Used the network part of psutil library #19

Closed LakshmiNarayanP closed 2 years ago

LakshmiNarayanP commented 2 years ago

Fixes Issue #3 Used for net_if_stats( ) of psutil. The output was obtained in a dictionary. The dictionary was parsed and results were displayed in a tabular form.

chick-bot[bot] commented 2 years ago

Hi, @LakshmiNarayanP! Thank you for your Pull Request 🥳🚀 A Maintainer will review your PR Shortly. Till then, hold tight!

skudlur commented 2 years ago

Hey @LakshmiNarayanP, great job on the CLI-like implementation. I seem to be having issues with the network section, can you send SS of your working output for me to verify.

LakshmiNarayanP commented 2 years ago

Hey @LakshmiNarayanP, great job on the CLI-like implementation. I seem to be having issues with the network section, can you send SS of your working output for me to verify.

It uses the tabulate library. Maybe if the library is not installed ? @suhaskv1

LakshmiNarayanP commented 2 years ago

image

skudlur commented 2 years ago

Will check, just a moment

skudlur commented 2 years ago

Yup works now! Good job! Also please make changes to requirements.txt

skudlur commented 2 years ago

!bounty 70

chick-bot[bot] commented 2 years ago

Congrats @LakshmiNarayanP 🥳🥳🚀🚀, you got 70 Bounty Points! Check out the Leaderboard to see your new score 😁

LakshmiNarayanP commented 2 years ago

yeah will add it to requirements.txt