Code Monkey home page Code Monkey logo

itraffic-monitor-for-mac's Introduction

ITraffic-monitor-for-mac

Monitor for displaying process traffic on Mac Status bar

MacOS version required

The macOS version should >= 10.15, since the project use swiftUI

Feature

  1. Show network speed by process
  2. Adapt dark mode
  3. Use nettop's delta mode to make statistics more accurate

Install & Update

One of the following way is fine

  1. Download the zip file from the latest page
  2. Use Homebrew
    • Install: brew install itraffic
    • Update: brew update && brew upgrade itraffic

Snapshot

Thanks

  • eul: Use some code of the project Coz I'm a newer of swift

Star History

Star History Chart

itraffic-monitor-for-mac's People

Contributors

foamzou avatar timmy-y avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

itraffic-monitor-for-mac's Issues

can support autostart on system login

I think this app can support autostart on login. 👍

  • I write this config file: ITraffic.plist.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Label</key>
    <string>com.foamzou.ITraffic</string>
    <key>EnvironmentVariables</key>
    <dict>
      <key>PATH</key>
      <string>/usr/local/bin:/usr/bin:/bin</string>
    </dict>
    <key>ProgramArguments</key>
    <array>
      <string>/Applications/ITraffic.app/Contents/MacOS/ITraffic</string>
    </array>
    <key>RunAtLoad</key>
    <true/>
    <key>KeepAlive</key>
    <false/>
    <key>LaunchOnlyOnce</key>        
    <true/>
</dict>
</plist>

Usage:

copy this file to ~/Library/LaunchAgents

example

cp ITraffic.plist ~/Library/LaunchAgents

and reboot you system.you can see ITraffic is startup.

macOS 13.0 not work.

The application does not display the network speed on mac OS 13.0
Would you mind fixing it?

image

M3 Max ver 14.2.1 打不开,没反应

M3 Max ver 14.2.1 打不开,没反应。
已经隐私放行打开,进程在,但是没有任何界面或者menu bar按扭出现。
只能命令行kill掉退出。

demand

Hello, can you count the total traffic information uploaded and downloaded

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.