All Projects → QaQAdrian → monitor

QaQAdrian / monitor

Licence: MIT license
mac 实时网速监控 bandwidh monitor

Programming Languages

swift
15916 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to monitor

WindowsMonitor
WMI namespaces and classes
Stars: ✭ 15 (-34.78%)
Mutual labels:  monitor, system
speedy
Test, track, monitor and analyze your internet speed.
Stars: ✭ 35 (+52.17%)
Mutual labels:  monitor, bandwidth
Iglance
Free system monitor for OSX and macOS. See all system information at a glance in the menu bar.
Stars: ✭ 1,358 (+5804.35%)
Mutual labels:  monitor, system
mix-agent
基于rust语言开发的一套运维监控探针,支持widnows、linux、macos系统
Stars: ✭ 14 (-39.13%)
Mutual labels:  monitor, system
Librehardwaremonitor
Libre Hardware Monitor, home of the fork of Open Hardware Monitor
Stars: ✭ 685 (+2878.26%)
Mutual labels:  monitor, system
Node Os Monitor
simple OS monitoring for Node.js
Stars: ✭ 83 (+260.87%)
Mutual labels:  monitor, system
Sysmon
A B/S mode system monitor for linux (demo http://199.247.1.240:2048)
Stars: ✭ 110 (+378.26%)
Mutual labels:  monitor, system
homebridge-callmonitor
Signals incoming and outgoing calls using the call monitor facility in Fritz!Box devices via HomeKit
Stars: ✭ 25 (+8.7%)
Mutual labels:  monitor
entitas-python
Entitas ECS implementation in Python.
Stars: ✭ 41 (+78.26%)
Mutual labels:  system
redux-usage-report
A Redux Devtools monitor to audit your app's usage of the store
Stars: ✭ 41 (+78.26%)
Mutual labels:  monitor
electrom
Electrom is a resource management solution for Electron applications, which is convenient for performance management and friendly debugging of multiple windows.
Stars: ✭ 20 (-13.04%)
Mutual labels:  monitor
yaf
Yet another system fetch that is minimal and customizable
Stars: ✭ 23 (+0%)
Mutual labels:  system
VAOS
Virtual Aviation Operations System
Stars: ✭ 44 (+91.3%)
Mutual labels:  system
university
University Management System
Stars: ✭ 15 (-34.78%)
Mutual labels:  system
YappyGitLab
A GitLab monitor bot for Discord
Stars: ✭ 51 (+121.74%)
Mutual labels:  monitor
guardkit
基于Java的监控框架
Stars: ✭ 25 (+8.7%)
Mutual labels:  monitor
bull-monitor
🐂 Standard UI for Bull and BullMQ.
Stars: ✭ 89 (+286.96%)
Mutual labels:  monitor
gochanges
**[ARCHIVED]** website changes tracker 🔍
Stars: ✭ 12 (-47.83%)
Mutual labels:  monitor
gatsby-remark-design-system-example
Example page for "gatsby-remark-design-system"
Stars: ✭ 13 (-43.48%)
Mutual labels:  system
TwitchTest
Bandwidth tester for Twitch
Stars: ✭ 111 (+382.61%)
Mutual labels:  bandwidth

Monitor

image

介绍

Mac状态栏应用,可以实时显示网速

实现方式

  • 默认使用Nettop的命令行工具获取结果。
  • 最近还想尝试使用解析/dev/bpf的方式获取数据,毕竟命令行工具多进程通信感觉有点消耗资源,对应的使用Rust开发的一个静态库。也是为了学习Rust和网络相关的知识。
    • 更有好的切换方式懒得写了。因为静态库的方式目前还有一些欠缺。目前修改一下NetworkBar.swift的第22行和第33行注释,打开其中一个即可。默认是nettop。
    • 分支在bpf
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].