Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
4answers
520 views

Are there any programs that can simulate an unstable network connection?

We need to simulate an unstable network connection to try to debug some connectivity issues in our server/client application and I was wondering if there are any programs out there that can simulate ...
4
votes
3answers
304 views

Best way to move files of varying sizes across slow network using .NET

I'm building a .NET remoting client/server that will be transmitting thousands of files, of varying sizes (everything from a few bytes to hundreds of MB), and I'd like some feedback on the best method ...
3
votes
1answer
51 views

Network traffic simulation test

I've got a PHP site up and running, and the db is mysql. before launching the site, I would like to test the traffic handling. Now am assuming that there are soe softwares that would simulate the ...
3
votes
1answer
101 views

Strange traffic in java sockets

I'am investigating strange problem. I'am using java Sockets for IPC. And i'am worrying about strange traffic. When i use c# and transfer strings via StreamWriter it is ok: But when i use java and ...
3
votes
4answers
192 views

how do i get system stats in PHP

i am launching a beta version of a web app and i want to log system information about resources. system monitors eat up way too much resources and do a lot more than what i need. What i want to do is ...
1
vote
0answers
43 views

When mDNSResponder will generate more network traffic

I know mDNSResponder is a bonjour service.I need to test my application by generating more bonjour traffic. after googling ,I have tried giving prints to bonjour printers,and shared the iTunes media ...
1
vote
0answers
92 views

How to get the network traffic stat for video streaming applications on Android?

I am trying to write a network traffic monitor application myself. I have been using the TrafficStat to get per app network traffic stat. But for video applications like YouTube, the streamed data ...
1
vote
1answer
38 views

Network control on Windows

How do I control the network interface on Windows? Actually, the idea is quiet simple. Establish connect to a certain adapter on a computer. Direct whole traffic of the adapter to this program. Give ...
1
vote
1answer
64 views

Flow Based Traffic Analysis in Python

I had previously worked in Python and I had written a script that parses through the trace files (pcap files (or) packet-capture files) and I just read through the file and display the header ...
1
vote
2answers
465 views

how to count 3g traffic in android mobile?

What I want to do is to count 3G traffic and WiFi traffic respectively. Now I know how to do with WiFi. Below is the source code for WiFi. By this way I can count WiFi traffic for all the android ...
1
vote
1answer
126 views

Monitoring TCP traffic that contains specific strings in C#

Recently one of my machines was infected with malware using IRC to communicate back to it's command and control center. This just sparked interest within me to see if there was a program I could ...
1
vote
2answers
37 views

Why many local ports were opened in simple sql connection?

I have an application that simply opens an SqlConnection to a remote host. My code is something like this: SqlConnection sc = new SqlConnection(); sc.ConnectionString = sConnectionString; sc.Open(); ...
1
vote
4answers
203 views

What is the command for Zipf (frequency against rank) plot in R

I have from a network traffic data, data volume (# of bytes) and # of flows over a week period for origin and destination IP pair. I want to plot distribution, i.e. frequency against rank. I believe ...
1
vote
2answers
447 views

Analyze Local Network Traffic, Update Quota with tshark and BASH

I have a slightly weird problem and I really hope someone can help with this: I go to university and the wireless network here issues every login a certain quota/week (mine is 2GB). This means that ...
1
vote
3answers
210 views

tracing Linux socket calls?

I've got a Python library I am trying to debug (pyzeroconf). The following code returns '34' as if the data was sent down the socket but I can't see those packets on 2 different wireshark equipped ...
1
vote
0answers
222 views

selenium-rc: how to clear the network traffic logs on the selenium w/o getting them

I perform a process using selenium (i.e open pages, click on links,..) and I want to get the network traffic only of the last page and only on error. That is, when opening a moving to a new page the ...
1
vote
2answers
501 views

What % of traffic is network overhead on top of HTTP/S requests

If we: 1) Count bytes/bits at the network adapter level (raw # of bits through the NIC) and, 2) Count bytes in all HTTP/S request/responses. Assuming only HTTP/S traffic is on the box, and assuming a ...
1
vote
1answer
145 views

How do I monitor net traffic for a given application using .net?

How can I monitor the network traffic for a given app using .net? UPDATE: How can I monitor the network traffic of another application using .net?
1
vote
3answers
100 views

analysing network traffic

Whats the best way to identify network behavior?? Behavior of the ports/interfaces and routers? I can get data and analyse the traffic but trying to search for a pattern for a meaningful ...
1
vote
1answer
34 views

Given a trace of packets, how would you group them into flows?

I've tried it these ways so far: 1) Make a hash with the source IP/port and destination IP/port as keys. Each position in the hash is a list of packets. The hash is then saved in a file, with each ...
1
vote
2answers
305 views

Network traffic manipulation (Virtual LAN)

I am interested in learning more about manipulating network traffic to utilize LAN only programs (games in this case) over the internet. There already exists several programs that does this (Hamachi, ...
0
votes
1answer
36 views

How do I monitor traffic between a flash object and a server

Here's what I want to ho: In firebug, there's a Net tab, where you can see all requests, which javascript is making to the server. I would like to be able to do the same with a flash object. What ...
0
votes
1answer
15 views

Which Dynamic Management View exposes network traffic from/to one SPID?

I need to determine how much network traffic is being sent between a SQL Server 2008 R2 Dev Edition and an Ado.Net client running Win 7. I thought there should be a Dynamic Management View, but ...
0
votes
0answers
23 views

Android TrafficStats bytes are not updating

@Android TrafficStats getTotalRxBytes() returns always zero I too have same problem, I have share my code below. Here RandomAccessFile not updating subsequent. Most of the time getting same bytes ...
0
votes
1answer
43 views

iOS: Read traffic usage from device

I would like to know the amount of data traffic my iPhone consumed for a given period of time like you can see in the preferences. Is this possible to get this information? Or even better: Is it ...
0
votes
0answers
66 views

Data Usage + Application Data Usage

I have done one android application for getting total data usage & each application data usage every 24hour once. Application Data Usage: CODE: SELECT ALL long recv = ...
0
votes
0answers
18 views

Glassfish generating huge unknown traffic and chocking the network

I am bit stuck with the huge traffic being received and sent by glassfish 3.0 server in our network. As I run application server it goes up and up reaching 3 Mbps output and near or less incoming ...
0
votes
1answer
29 views

How do I monitor network connections to see what address a certain program is contacting

I made a program many years ago, that connects to a SQL Server database (port 1433), and I no longer have the code for this application, but I need to know whether it is trying to connected to the ...
0
votes
0answers
30 views

Outlook traffic analysis

My aim is to predict when the application receives a message. I am using system calls and network traffic to ascertain this. Outlook uses MSRPC or TLS (depending on whether you are inside or outside ...
0
votes
0answers
138 views

process wise network traffic information

Is there any win32 API or python library which I can use to gather stats (such as number of packets sent/received.) about network traffic generated by a process in MS windows. I want to write my own ...
0
votes
0answers
43 views

IMS traffic identification

How to differentiate between IMS traffic and Non-IMS traffic ?
0
votes
2answers
924 views

How to monitor incoming/outgoing traffic on windows mobile?

I want to check how much was sent/received by WM phone over GPRS/wifi. Please suggest a freeware utility for this or the way i can manage it in .NET CF. Thank you.
0
votes
2answers
1k views

How to send DSCP-marked packets using iperf?

How to send DSCP-marked packets using iperf? I did not find the option in 1.7.0 version on Windows. Are there any newer versions of iperf for Windows?
0
votes
1answer
54 views

Preferred Placement of a Network Collector in a Switched Environment

I'm not a network specialist so my apologies if i've used some of the domain terminology incorrectly, etc. For web metrics/analytics, we currently use both client-side (js page tags) and server-side ...
-1
votes
1answer
44 views

Traffic controlling for big websites :: Is anything special needed to be done [closed]

I was on facebook and simultaneously checking the Google+. A thing struck my mind. How do these websites handle such big traffic, do they have multiple version of their website running on different ...