# aozhimin/iOS-Monitor-Platform

:books: iOS 性能监控 SDK —— Wedjat（华狄特）开发过程的调研和整理

Repository: https://github.com/aozhimin/iOS-Monitor-Platform
Canonical: https://ross.abutalabs.com/products/ios-monitor-platform
Homepage: https://aozhimin.github.io/iOS-Monitor-Platform/
License: MIT
License Family: permissive
Topics: monitor, ios, fps, cpu, memory, perfomance, freezing, startup-time, nsurlprotocol, cfnetwork, cadisplaylink, mach-o, fishhook, runloop, hook, network-monitor, nsurlsessiontaskmetrics, power-consumption, traffic-monitoring
Last push: 2018-10-13T08:28:13+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3396, "days_push": 2881, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2621, forks 487 (observed 2026-08-28T04:07:05.045275+00:00)

## What it is
A research write-up and documentation repository for Wedjat, an iOS performance monitoring SDK, covering how to collect metrics like CPU usage, memory, FPS, startup time, freezing/lag, network traffic, and power consumption. It is primarily a set of in-depth technical articles (in Chinese) explaining the implementation approaches rather than a ready-to-use library.

## Use cases
- monitor ios app cpu and memory usage
- track fps and detect freezing or lag in an ios app
- measure ios app cold and warm startup time
- monitor network traffic and requests in an ios app
- estimate power consumption of an ios app
- learn how to build an ios performance monitoring sdk
- hook urlsession and cfnetwork for network monitoring

## When to choose
- you want to understand techniques for collecting iOS performance metrics before building an APM SDK
- you need a reference for monitoring FPS, lag, startup time, or network traffic on iOS
- you are researching method swizzling, fishhook, NSURLProtocol, or NSURLSessionTaskMetrics for instrumentation

## When to avoid
- you need a production-ready, maintained monitoring SDK to drop into your app today
- you need cross-platform (Android/desktop) performance monitoring
- you expect a maintained codebase with recent releases - the project dates from 2018 and is mostly documentation

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: monitoring, developer-tools
- domain: mobile-development, performance, monitoring, developer-tools
- platform: -
- tags: ios, performance-monitoring, sdk-research, fps, cpu-usage, memory-usage, network-monitoring, power-consumption, startup-time, fishhook, runloop, objc, mobile

## Member repositories
- aozhimin/iOS-Monitor-Platform (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:05.045275+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:20:05.547831+00:00, confidence not recorded.
  - readme: https://github.com/aozhimin/iOS-Monitor-Platform (fetched 2026-08-28T04:07:05.045275+00:00, sha 7058e9c206f3)
  - homepage: https://aozhimin.github.io/iOS-Monitor-Platform/ (fetched 2026-08-29T10:03:26.332396+00:00, sha 34f48e30664f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
