Questions tagged [network-utilization]

9 questions
13
votes
1 answer

Calculating Utilization in a Stop-And-Wait Protocol

I have a problem in my book about calculating the utilisation, but I'm not being able to find any substantial information regarding this topic in order to solve it. Anyway, here's the question: The distance from earth to a distant planet is…
9
votes
3 answers

Detecting if internet connection is busy

We are developing an application that will install on PC and it will perform some background upload and download to/from our server. One of the requirement is to detect if the internet connection is currently busy (say above 50% utilization) and if…
Fadrian Sudaman
  • 6,405
  • 21
  • 29
6
votes
3 answers

How to profile network utilization of a .NET application

I have a .NET windows service that does a lot of network magic (WMI, Ping, etc - the list is very long). I would like to profile, with as much ease and detail as possible, how much bandwidth the application uses in total as well each part in the…
Mark
  • 5,223
  • 11
  • 51
  • 81
3
votes
0 answers

find WkWebView's data consumption

As far as I have searched there is no way to find how much wkwebview has consumed.(sent/received in bytes) Is there any possibility that I am not aware of ?
RajuBhai Rocker
  • 723
  • 1
  • 7
  • 24
2
votes
2 answers

Get network utilization in c#

How can I get the network utilization using C# code?
Sauron
  • 16,668
  • 41
  • 122
  • 174
1
vote
1 answer

Combining Two SQL queries for Network Utilization

looking for some assistance in combining two SQL queries (or provide an opinion on feasibility.) Individually these are used by our Health Authority, Network Services group to plan WAN bandwidth allocations. Our Network Monitoring System uses MS SQL…
effluvium
  • 11
  • 2
1
vote
1 answer

extracting CPU usage,Memory usage and network utilization using java on windows/linux

I'm trying to develop a small testing application that runs a few commands on and every X seconds measures cpu usage,memory usage and network utilization as seen in Windows Task Manager. the Application will be written in java and is supposed to run…
Amit Ofer
  • 413
  • 1
  • 7
  • 26
0
votes
1 answer

calculating link utilization using ns2

hi all i want to calculate utilization of link between 2 node n0 and n1 in ns2 . i have out.tr file that contains trace-queue output for that link. please help me on this topic as soon as possible thanks
hesam
  • 11
  • 2
0
votes
1 answer

Jsoup mobile data consumption

I'm using Jsoup to parse in background the html of 3 different webpages every 10 minutes or so. However I found that in 2 days I consumed 18 mb of network data... Is there some way to reduce this huge data consumption? I don't need all the html…
Stack Diego
  • 1,309
  • 17
  • 43