Viewing connections in real time

Last update on November 8, 2009 09:24 AM by jak58
Published by netty5

Viewing connections in real time






Linux


Under Linux, to view your outgoing network connections in real time, open a terminal and type the following commands:

sudo watch lsof-i 


It will display:
  • The name of the program making that connection (COMMAND) and its PID
    • The user who started this program (USER)
    • The address of connection



This display is updated every 2 seconds.

Windows


Netstat is the command used to view the network in real time under Windows.

Proceed as follow:
  • Go to menu start and select run.
  • Then type netstat and click on OK.


Best answers for « Viewing connections in real time » in :
MySQL real time monitoring Show MySQL real time monitoring You are administrating a MySQL database and you want to analyze in real time the operations taking place in order to have a diagnostics over probable problems, errors or to monitor server activity. PhpMyAdmin...
See connections in a real time enviroment ShowSee connections in a real time enviroment Under Linux Under Windows Under Linux In order to observe your outgoing network connections and open ports, type in a terminal in real time: sudo watch lsof -i Items displayed: The...
[Apache]Monitoring web traffic in real-time Show[Apache]Monitoring web traffic in real-time There are tool endemic to Apache web server allowing a real-time analysis of the web traffic: Log files can be used by specialized software to develop a comprehensive and complete analysis of...
Monitoring the traffic activity in real-time ShowMonitoring the traffic activity in real-time To know the bandwidth used by your Linux machine, in addition to standard tools for most distributions (not permitting the display in real time), there are two particularly useful...
Download NBA Scoreboard 2009 ShowDo not miss any news from NBA ! NBA Scoreboard gives you directly the results of the recent matches or to come, the summaries of the previous matches or of the day but also the programs of the next matches. The program also gives you real-time...
Download Network Event Viewer ShowNetwork Event Viewer enables you to fully manage the logs of your network. You can obtain and store in real time all the error messages generated by Windows machines on your private network. Advantage The application takes care of the filter, to...
Hardware interrupts (IRQ) and conflicts ShowWhat is an interrupt? Since the processor cannot process multiple pieces of data at the same time (it processes one piece of data a time, multitasking is actually the alternation of instruction snippets from several different tasks), a currently...
IRC ShowIntroduction to IRC IRC (Internet Relay Chat) is a protocol for carrying out real-time conversations with other users after connecting using a special software program (called a client) to an IRC server, which is itself liked to other IRC servers....
Operating system ShowDescription of the operating system For a computer to be able to operate a computer programme (sometimes known as application or software), the machine must be able to perform a certain number of preparatory operations to ensure exchange between...