It is currently April 20th, 2024, 4:05 am

Calculate average data out to a specific site

Share and get help with Plugins and Addons
AdieCahyadie
Posts: 2
Joined: September 16th, 2015, 3:53 am

Calculate average data out to a specific site

Post by AdieCahyadie »

How to calculate the average or the total amount of data that has come out or come in to a specific site, for example to http://www.google.com or other sites? :???:
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Calculate average data out to a specific site

Post by jsmorley »

Certainly not something Rainmeter itself has any capability to do.

There may be some 3rd-party application that could monitor that kind of information and provide some way to access it via an API or some kind of "log" output, but I have no idea what that might be.
AdieCahyadie
Posts: 2
Joined: September 16th, 2015, 3:53 am

Re: Calculate average data out to a specific site

Post by AdieCahyadie »

Thank you for your reply. I just want to calculate the average of the data that goes in or out to another site or a specific IP address? I created this for a traffic check my radio streaming data to the streaming server.
User avatar
Active Colors
Moderator
Posts: 1251
Joined: February 16th, 2012, 3:32 am
Location: Berlin, Germany

Re: Calculate average data out to a specific site

Post by Active Colors »

You can try to achieve your guidelines combining IfCondition and WindowState addon. As described in the addon it can show if a browser with defined site exists. And with IfCondition you can make sequence of actions which could look like: If a window with word 'google' exists then enable network-monitoring measure, if not exists then disable.