tuxudo/kernel_panics 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

tuxudo/kernel_panics

最新稳定版本:v3.0

Composer 安装命令:

composer require tuxudo/kernel_panics

包简介

kernel_panics module for munkireport.

README 文档

README

Collects kernel panic, iBridge crashed, and GPU resets from client devices.

Table Schema

  • anonymous_uuid - VARCHAR(255) - UUID generated by macOS or the script
  • type - VARCHAR(255) - Type of panic (iBridge, Kernel, GPU)
  • full_text - TEXT - String containing complete panic log
  • crash_file - VARCHAR(255) - Name of panic log file
  • date - BIGINT - Timestamp of when panic happened
  • caller - TEXT - What process or thread called the panic
  • process_name - VARCHAR(255) - Name of the process that triggered the panic
  • macos_version - VARCHAR(255) - macOS/iBridge version or build
  • kernel_version - VARCHAR(255) - Kernel version
  • model_id - VARCHAR(255) - Model of Mac or GPU
  • extensions_backtrace - TEXT - Extensions in the backtrace
  • non_apple_loaded_kexts - TEXT - Loaded 3rd party extensions

统计信息

  • 总下载量: 1.27k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-05-03