Skip to content

ACDF v0.1.0 · 首次公开版 First public release

Latest

Choose a tag to compare

@FishBottle7 FishBottle7 released this 23 Aug 16:04
· 1 commit to master since this release
2024784

Install / 安装

irm https://raw.githubusercontent.com/FishBottle7/ACDF/master/get.ps1 | iex

Or download the zip below, unpack anywhere, then pwsh -File Install.ps1.
或下载下方压缩包解压到任意目录,运行安装向导。

Highlights / 本版亮点

  • Live monitor — throughput, IOPS, per-process attribution; alerts name the process, its rate and duration.
    实时监控 — 速率、IOPS、按进程归因;告警写清谁在写、多快、持续多久。

  • Kernel ETW — per-process bytes counted by the kernel, not split counters; auto-falls back to PDH.
    内核 ETW 归因 — 按进程字节数是内核数的,不是摊派的;ETW 不可用时自动回退 PDH。

  • Rankings — writes and reads ranked separately by hour/day/week, kept across sessions.
    排行榜 — 写读分开排,按时/天/周统计,跨会话保留。

  • Codex guardian — a SQLite trigger turns Codex's log INSERTs into no-ops; state/goals/memories untouched.
    Codex 防护 — SQLite 触发器把写进 Codex 日志库的 INSERT 变成空操作;state、goals、memories 三库不动。

  • Bilingual UI — switching language applies at once to pages, tray menu and notifications.
    双语界面 — 中英切换对页面、托盘菜单、通知立即生效。

  • Clean install & uninstall — opt-in autostart at login, acdf on your PATH; uninstall stops processes and removes tasks, protocol, shortcuts and its own files.
    彻底地安装与卸载 — 自启装时勾选、acdf 进用户 PATH;卸载停进程,任务、协议、快捷方式连同程序文件一起撤掉。

Notes / 说明

  • ETW asks for one UAC prompt at install time, never afterwards (-NoEtwDisk opts out).
    ETW 只在安装时弹一次 UAC,之后不再有(-NoEtwDisk 可关)。