All Projects → Tao93 → NetTool

Tao93 / NetTool

Licence: other
macOS 状态栏小工具实时显示网速. macOS menubar tool to monitor network speed.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to NetTool

Passer
Passive service locator, a python sniffer that identifies servers, clients, names and much more
Stars: ✭ 144 (+94.59%)
Mutual labels:  network-monitoring
Cyberprobe
Capturing, analysing and responding to cyber attacks
Stars: ✭ 162 (+118.92%)
Mutual labels:  network-monitoring
Oknetworkmonitor
A network monitor for OkHttp.
Stars: ✭ 204 (+175.68%)
Mutual labels:  network-monitoring
Sharp
An anti-ARP-spoofing application software that use active and passive scanning methods to detect and remove any ARP-spoofer from the network.
Stars: ✭ 150 (+102.7%)
Mutual labels:  network-monitoring
Zxrequestblock
基于NSURLProtocol一句话实现iOS应用底层所有网络请求拦截(含网页ajax请求拦截【不支持WKWebView】)、一句话实现防抓包(使Thor,Charles,Burp等代理抓包方式全部失效,且即使开启了代理,也不影响App内部的正常请求)。包含http-dns解决方法,有效防止DNS劫持。用于分析http,https请求等
Stars: ✭ 160 (+116.22%)
Mutual labels:  network-monitoring
Marmot
Marmot workflow execution engine
Stars: ✭ 174 (+135.14%)
Mutual labels:  network-monitoring
Mrtg
MRTG - Multi Router Traffic Grapher
Stars: ✭ 139 (+87.84%)
Mutual labels:  network-monitoring
sharppcap
Official repository - Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets
Stars: ✭ 1,054 (+1324.32%)
Mutual labels:  network-monitoring
Suricata
Suricata git repository maintained by the OISF
Stars: ✭ 2,274 (+2972.97%)
Mutual labels:  network-monitoring
Luci Wrtbwmon
Bandwidth tracker for OpenWRT that uses wrtbwmon
Stars: ✭ 201 (+171.62%)
Mutual labels:  network-monitoring
Upribox
Usable Privacy Box
Stars: ✭ 153 (+106.76%)
Mutual labels:  network-monitoring
React Native Network Logger
An HTTP network request monitor for React Native with in-app interface for iOS and Android with no native code
Stars: ✭ 161 (+117.57%)
Mutual labels:  network-monitoring
Ivre
Network recon framework, published by @cea-sec & @ANSSI-FR. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,331 (+3050%)
Mutual labels:  network-monitoring
Dotzu
📱👀 In-App iOS Debugging Tool With Enhanced Logging, Networking Info, Crash reporting And More.
Stars: ✭ 1,802 (+2335.14%)
Mutual labels:  network-monitoring
Sbtuitesttunnel
Enable network mocks and more in UI Tests
Stars: ✭ 215 (+190.54%)
Mutual labels:  network-monitoring
Suricata Update
The tool for updating your Suricata rules.
Stars: ✭ 143 (+93.24%)
Mutual labels:  network-monitoring
Minestat
📈 A Minecraft server status checker
Stars: ✭ 168 (+127.03%)
Mutual labels:  network-monitoring
d4-core
D4 core software (server and sample sensor client)
Stars: ✭ 40 (-45.95%)
Mutual labels:  network-monitoring
Reactivenetwork
Android library listening network connection state and Internet connectivity with RxJava Observables
Stars: ✭ 2,484 (+3256.76%)
Mutual labels:  network-monitoring
Sniff Probes
Plug-and-play bash script for sniffing 802.11 probes requests 👃
Stars: ✭ 200 (+170.27%)
Mutual labels:  network-monitoring

What's this

macOS 状态栏显示实时网速的小工具, macOS menubar app to minitor internet speed.

version 1.1:

version 1.2:

原理:

使用 macOS 中的 nettop 命令,即可查看当前时刻各进程已经 download 和 upload 的字节数,持续按时执行 nettop 命令然后求差,即可得知网速详情。

Use the nettop command of macOS, we can get the uploaded and downloaded bytes of each process. By continuously execute the nettop command, we can know the net speed of each process.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].