Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by duncanb7
at 2024-07-18 08:37:29
Point:500 Replies:3 POST_ID:829018USER_ID:11059
Topic:
Network Analysis Software;Network Operations;Networking Protocols
I have been using wireshare,fiddler,charles, Microsoft Network Monitor to
monitor my computer network traffic or proxy http debugging.
One question I would like to know how I can check my internet
connectivity that I could be aware of where my computer is connected
or disconnect to the internet or my ISP.
I have checked, Microsoft window will check the connection and put it in the registry on window
http://www.techrepublic.com/blog/data-center/what-do-microsoft-and-ncsi-have-in-common/
I try it on wireshare by capture filter such as dns.qry.name==dns.msftncsi.com
but nothing filter out, Why ?
I don't want to create batch script for running ping command periodically in every one minute
to check the connectivity since I think that is not in good way.
If wireshare could do that, I could extract his cap file into csv and then do parser for any information
I want from php or other language
Duncan
monitor my computer network traffic or proxy http debugging.
One question I would like to know how I can check my internet
connectivity that I could be aware of where my computer is connected
or disconnect to the internet or my ISP.
I have checked, Microsoft window will check the connection and put it in the registry on window
http://www.techrepublic.com/blog/data-center/what-do-microsoft-and-ncsi-have-in-common/
I try it on wireshare by capture filter such as dns.qry.name==dns.msftncsi.com
but nothing filter out, Why ?
I don't want to create batch script for running ping command periodically in every one minute
to check the connectivity since I think that is not in good way.
If wireshare could do that, I could extract his cap file into csv and then do parser for any information
I want from php or other language
Duncan
Author: duncanb7 replied at 2024-07-19 06:46:41
Thanks for all of your suggestion. Those tools are a good start
Duncan
Duncan
Accepted Solution
Expert: btan replied at 2024-07-19 06:13:35
350 points EXCELLENT
tough to sieve from raw packet on internet connectivity, probably some heartbeat scheduled to check for online .. I was thinking of even simplest such as “ping -t 8.8.8.8″ (where 8.8.8.8 is Google’s DNS Server). Leading on, if the status reads as “reply from 8.8.8.8,” the machine is online and in all other cases, the Internet connection is down. Other internet connectivity appls of similar nature include
http://sourceforge.net/projects/icm/
https://code.google.com/p/internetconnectivitymonitor/
There is another called PRTG Network Monitor that cover various scenarios as well
http://www.paessler.com/support/kb/questions/19
and possibly nagios (http://exchange.nagios.org/directory/Plugins/Network-Connections,-Stats-and-Bandwidth#/) but it is can go quite off track ... there is another such as smartsniff (http://www.nirsoft.net/utils/smsniff.html)
there is another more extensive mean such as "Munin" which surveys all your computers and remembers what it saw. It presents all the information in graphs through a web interface. But it is not Windows friendly as it may not survey Window based station - http://munin-monitoring.org/wiki/faq
http://sourceforge.net/projects/icm/
https://code.google.com/p/internetconnectivitymonitor/
There is another called PRTG Network Monitor that cover various scenarios as well
http://www.paessler.com/support/kb/questions/19
and possibly nagios (http://exchange.nagios.org/directory/Plugins/Network-Connections,-Stats-and-Bandwidth#/) but it is can go quite off track ... there is another such as smartsniff (http://www.nirsoft.net/utils/smsniff.html)
there is another more extensive mean such as "Munin" which surveys all your computers and remembers what it saw. It presents all the information in graphs through a web interface. But it is not Windows friendly as it may not survey Window based station - http://munin-monitoring.org/wiki/faq
Assisted Solution
Expert: eeRoot replied at 2024-07-19 05:33:11
150 points EXCELLENT
A packet capture tool will not show info on your internet connection, because it only sees traffic on your local network. Maintaining the ISP connection is a function of your edge router. Wireshark and the other tools are only seeing local network traffic, this includes traffic that is destined for the internet, but is going through one or more local nework devices first.
For monitoring of internet connectivity over time, try this -> http://www.snapfiles.com/get/iphostnetmon.html
For monitoring of internet connectivity over time, try this -> http://www.snapfiles.com/get/iphostnetmon.html