Skip to content

jakariyaa/netmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Network Monitor for XFCE

This project is my fork of xfce-hkmon.

Installation & Usage

  1. Download netmon.cpp and compile it (you only need gcc or clang installed):
g++ -std=c++0x -O3 -lrt netmon.cpp -o netmon
  1. Place the executable somewhere (e.g. /usr/local/bin)
  2. Add a XFCE Generic Monitor Applet (comes with most distros) with these settings: no label, 1 second period, Bitstream Vera Sans Mono font (recommended) and the following command:
/usr/local/bin/netmon NET CPU TEMP IO RAM

Or alternatively, you could try to run the given executable (x86_64).

About

A Network+ Monitor Tool for XFCE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages