in reply to Re^2: Network Usage of an application
in thread Network Usage of an application

Chances are it will work on windows if libgtop works on windows, and since libgtop is a gnobe library, chances are it might work on windows. :)

Alternatively there is Win32::PerfMon/ Win32::Process::Perf which perform a similar function as libgtop.

Replies are listed 'Best First'.
Re^4: Network Usage of an application
by mld (Acolyte) on Apr 15, 2010 at 05:21 UTC

    Thanks for your effort.Win32::PerfMon and Win32::Process::Perf are used to get the CPU cycle time not the net load (Upload and download traffic)

    on trying to install GTop using CPAN following error message is thrown

    Writing Makefile for GTop

    make' is not recognized as an internal or external command, operable program or batch file.</p

    MJH/GTop-0.16.tar.gz

    nmake -- NOT OK

    Running make test Can't test without successful make

    Running make install Make had returned bad status, install seems impossible

    Failed during this command: MJH/GTop-0.16.tar.gz : make NO

      not the net load (Upload and download traffic)

      Except they are used to get the net load.