All Projects → bootsrc → guardkit

bootsrc / guardkit

Licence: Apache-2.0 license
基于Java的监控框架

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to guardkit

Moreco
moreco 是一个能够为小、中、大型项目提供最合适架构的一条龙生态系统。满足项目从小型到中型至大型的衍变过程。从编码到监控至运维都满足、且各种功能都插件化,支持插件间的切换。支持Spring Boot、Spring Cloud、Axon 无缝升级
Stars: ✭ 231 (+824%)
Mutual labels:  monitor
Pagerbeauty
📟✨ PagerDuty on-call widget for monitoring dashboard. Datadog and Grafana compatible
Stars: ✭ 250 (+900%)
Mutual labels:  monitor
Huhnitor
Intergalactic serial monitor for ESP8266 Deauther
Stars: ✭ 265 (+960%)
Mutual labels:  monitor
Centreon Plugins
Collection of standard plugins to discover and gather cloud-to-edge metrics and status across your whole IT infrastructure.
Stars: ✭ 234 (+836%)
Mutual labels:  monitor
Irpmon
The goal of the tool is to monitor requests received by selected device objects or kernel drivers. The tool is quite similar to IrpTracker but has several enhancements. It supports 64-bit versions of Windows (no inline hooks are used, only moodifications to driver object structures are performed) and monitors IRP, FastIo, AddDevice, DriverUnload and StartIo requests.
Stars: ✭ 248 (+892%)
Mutual labels:  monitor
perf-monitor
Kernel profiler based on perf_event and ebpf
Stars: ✭ 28 (+12%)
Mutual labels:  monitor
Wam
Web App Monitor
Stars: ✭ 216 (+764%)
Mutual labels:  monitor
pf-azure-sentinel
Parse pfSense/OPNSense logs using Logstash, GeoIP tag entities, add additional context to logs, then send to Azure Sentinel for analysis.
Stars: ✭ 24 (-4%)
Mutual labels:  monitor
Pm2 Server Monit
Monitor server CPU / Memory / Process / Zombie Process / Disk size / Security Packages / Network Input / Network Output
Stars: ✭ 247 (+888%)
Mutual labels:  monitor
fastdash
FastDash = FastAPI + DashBoard.
Stars: ✭ 23 (-8%)
Mutual labels:  monitor
Simplegodotcrtshader
A simple Godot shader that simulates CRT Displays
Stars: ✭ 236 (+844%)
Mutual labels:  monitor
Swmp
A responsive, eye-pleasing Linux server statistics dashboard.
Stars: ✭ 245 (+880%)
Mutual labels:  monitor
wowstat
A World of Warcraft realm status monitor
Stars: ✭ 20 (-20%)
Mutual labels:  monitor
Droidtelescope
DroidTelescope(DT),Android端App性能监控框架
Stars: ✭ 231 (+824%)
Mutual labels:  monitor
ExDeMon
A general purpose metrics monitor implemented with Apache Spark. Kafka source, Elastic sink, aggregate metrics, different analysis, notifications, actions, live configuration update, missing metrics, ...
Stars: ✭ 19 (-24%)
Mutual labels:  monitor
Cryptotrader
A cryptocurrency trader for all famous exchanges
Stars: ✭ 228 (+812%)
Mutual labels:  monitor
celery-monitor
The celery monitor app was written by Django.
Stars: ✭ 92 (+268%)
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 (-20%)
Mutual labels:  monitor
AirPodsDesktop
☄️ AirPods desktop user experience enhancement program, for Windows and Linux (WIP)
Stars: ✭ 462 (+1748%)
Mutual labels:  monitor
QuickTraceiOSLogger
A real time iOS log trace tool, view iOS log with pc web browser under local area network, which will automatically scroll like xcode. 一个实时的iOS日志跟踪工具,在局域网中使用 PC Web 浏览器查看 iOS 日志,它将像xcode一样自动滚动。
Stars: ✭ 16 (-36%)
Mutual labels:  monitor

guardkit

基于Java的监控框架

用于监控代码片段

调试运行om.lsm.guardkit.test.GuardTest,结果如下

EagleEye init!
Hello guardkit!
>>>StatLogRollingTask isRunning>>>
>>>StatLogRollingTask isRunning>>>
>>>StatLogRollingTask isRunning>>>
>>>StatLogRollingTask isRunning>>>
>>>StatLogRollingTask isRunning>>>
>>>StatLogRollingTask isRunning>>>
>>>StatLogRollingTask isRunning>>>
>>>StatLogRollingTask isRunning>>>
>>>StatLogRollingTask isRunning>>>

代码解析

StatLogController中变量rollerThreadPool实现了一个线程池这个线程池里永远只有一个线程在持续运行着,类型是StatLogRollingTask

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].