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

Thanks. But not able to install the Gtop module in my system. Is this module is applicable for Windows system.In the net It has been said Gtop is used for Unix.

Replies are listed 'Best First'.
Re^3: Network Usage of an application
by Anonymous Monk on Apr 13, 2010 at 11:18 UTC
    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.

      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.