Login Register






CPU/RAM/NET Monitor | Source + Compiled! filter_list
Author
Message
CPU/RAM/NET Monitor | Source + Compiled! #1
Yo.

So this is a simple program that I made for ssh tunneling so I could view my server's load remotely without having to use VNC. 
The program is .Net 2.0 dependant and requires no dependencies.

Anywho here's what the program does. 

It loops through every .3 seconds to get the current values of:
All CPU cores
All Network Adapters
RAM usage + max RAM

Screenshot:
[Image: 91KGum2.png]


VirusCheckMate.com free virus scanner results

Information Results
  1. Arcavir Antivirus 2014 : Clean
  2. avast! Internet Security : Clean
  3. AVG Anti-Virus : Clean
  4. Avira Antivirus Suite : Clean
  5. Bitdefender Antivirus Plus : Clean
  6. Clam AntiVirus : Clean
  7. COMODO Internet Security : Clean
  8. Dr.Web Anti-virus : Clean
  9. eScan Antivirus : Clean
  10. ESET NOD32 Antivirus : Clean
  11. F-PROT Antivirus for Windows : Clean
  12. F-Secure Internet Security 2014 : Clean
  13. FortiClient Lite : Clean
  14. IKARUS anti.virus : Clean
  15. Jiangmin Antivirus 2011 : Clean
  16. K7 UltimateSecurity : Clean
  17. Kaspersky Anti-Virus : Clean
  18. McAfee VirusScan Enterprise : Clean
  19. Quick Heal Internet Security : Clean
  20. Sophos Anti-Virus : Clean
  21. Symantec Endpoint Protection : Clean
  22. Total Defence Anti-Virus 2011 : Clean
  23. Zillya! Internet Security : Clean


[hide]Compiled exe download:
https://github.com/Icemantheditor/Resour...onitor.exe
Github:
https://github.com/Icemantheditor/Resource-Monitor/[/hide]

Reply

RE: CPU/RAM/NET Monitor | Source + Compiled! #2
This is pretty useful. Does it auto update as well?
I'd suggest making a better UI for this.

Reply

RE: CPU/RAM/NET Monitor | Source + Compiled! #3
(01-14-2016, 03:37 AM)Geek Wrote: This is pretty useful. Does it auto update as well?
I'd suggest making a better UI for this.

yeah of course, and like I said, this is made for SSH, so it's a console for a reason.

Reply

RE: CPU/RAM/NET Monitor | Source + Compiled! #4
Here's an example of me running this on mobile:
[Image: pudBGYq.png]

Reply

RE: CPU/RAM/NET Monitor | Source + Compiled! #5
Looks nice. I'm assuming you won't be making a Linux version since htop already exists?
I'll probably hate you if you're retarded..

Reply

RE: CPU/RAM/NET Monitor | Source + Compiled! #6
(01-14-2016, 11:34 PM)Kevin Wrote: Looks nice. I'm assuming you won't be making a Linux version since htop already exists?

Correct, I don't have any plans to convert this to something usable on linux.

Reply

RE: CPU/RAM/NET Monitor | Source + Compiled! #7
//UPDATE//

So I changed a ton, pretty much re-wrote the whole program, I'm now using Console.Write, not Console.Writeline, and now it only replaces variables instead of clearing the console then writing everything back. I've also cleaned the program up immensely and looks a whooole lot better so it should be allot easier to understand.

Reply