基于java通过第三方jar包sigar的支持,完成对服务器系统的参数监控,包括CPU、内存、硬盘以及网络流量的实时监控
☆144Feb 18, 2020Updated 6 years ago
Alternatives and similar repositories for sigar-system_runtime
Users that are interested in sigar-system_runtime are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- System Information Gatherer And Reporter☆1,547Dec 20, 2023Updated 2 years ago
- 专业java监控平台☆78May 19, 2015Updated 10 years ago
- 监控服务器(包括Linux和Windows)的资源:CPU\内存\磁 盘IO\网络带宽\端口的连接数\进程级别的CPU使用率和内存占用,请配合前台展示monitorweb使用,效果更佳。☆185Mar 30, 2018Updated 8 years ago
- 移动用户行为统计系统,服务器端的数据采集分析,参考开源的cobub razor的设计☆36May 5, 2017Updated 8 years ago
- log4j日志的监控系统,采用web形式展现各模块的运行状态,支持邮件短信报警,适用于一般企业大中型业务生成系统的监控;业务模块定时30秒采用json格式输出到文件,☆47Aug 13, 2013Updated 12 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 日志分析器,仿造elk中logstash的简单Java实现,实现监控目录日志,自动解析存入elasticsearch。☆22Mar 10, 2016Updated 10 years ago
- 脚本管理工具☆16May 16, 2024Updated last year
- 分布式链路跟踪监控插件,开箱即用,使用方式参考module:j360-trace-example , 本项目供学习之用,参考Google Dapper论文设计,收集存储分离,使用kafka,http,mq等进行解耦☆63Apr 27, 2017Updated 9 years ago
- 基于Druid的监控系统☆24Dec 16, 2022Updated 3 years ago
- BlackDream是文件生成器(代码生成器)构建平台,可快速灵活地构建和共享文件生成器。☆10Apr 24, 2018Updated 8 years ago
- A j2ee project base on nutz framework,includes nutz framework、bui web framework、shiro security framework☆15Sep 15, 2015Updated 10 years ago
- app_monitor是基于jetty嵌入式容器的java性能分析工具,内嵌H2 database,以图表形式直观展现应用当前性能数据☆22Dec 16, 2022Updated 3 years ago
- 大规模分布式系统的跟踪、监控、告警平台☆55May 15, 2014Updated 11 years ago
- Toolbox for Java classloaders☆19Apr 14, 2026Updated 2 weeks ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 基于https://github.com/Nepxion/Discovery.git 的灰度发布拓展,支持redis存储分发集群,服务拉起后自动同步灰度规则。使用DEV分支!! 代码已经无偿贡献给到官方可以直接下载啦!https://github.com/Nepxion/…☆18Jul 27, 2018Updated 7 years ago
- java 远程执行Linux脚本,远程获取Linux信息,Linux监控☆55Jan 3, 2019Updated 7 years ago
- OA 注解零配置二次开发架构☆11Sep 17, 2016Updated 9 years ago
- ☆10Jun 13, 2017Updated 8 years ago
- spring cloud技术体系的实例代码☆16May 6, 2020Updated 5 years ago
- class热部署☆11Jan 31, 2015Updated 11 years ago
- ☆13Sep 25, 2016Updated 9 years ago
- 监听mysql binlog实时生成GAE使用的增量索引☆11Jan 24, 2018Updated 8 years ago
- 分布式推送项目,利用rocketMq+netty实现分布式推送☆19May 17, 2019Updated 6 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 分布式架构Wish脚手架项目,mybatis据库读写分离,disconf配置中心等☆16Dec 16, 2022Updated 3 years ago
- MySQL to NoSQL real time dataflow☆19Oct 14, 2017Updated 8 years ago
- Simple Database Routing and Shard Framework☆16Mar 23, 2021Updated 5 years ago
- YMP开发框架是一套轻量级的JAVA应用开发框架,具有统一的配置体系结构、系统与业务日志分离、插件化开发模式、简单轻量的MVC和持久化支持等特性;☆33Apr 19, 2018Updated 8 years ago
- Nutz社区(nutz.cn) 客户端 iOS版☆20Jul 3, 2020Updated 5 years ago
- Examples of using LMAX Disruptor in a Java program☆10Oct 10, 2018Updated 7 years ago
- 这是一个ZooKeeper客户端,实现了断线重连,会话过期重连,永久监听,子节点数据变化的监听。并且加入了常用功能,例如分布式锁,Leader选举,主从服务锁,分布式队列等。☆26Jul 8, 2016Updated 9 years ago
- conbine flume,spark-streaming and redis for real-time computing☆22Oct 20, 2014Updated 11 years ago
- Zookeeper 最佳使用示例☆10Oct 5, 2022Updated 3 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 支持移动端和控制台的日志工具☆16Feb 9, 2017Updated 9 years ago
- 后台积分商城,Spring,SpringMVC,MyBatis,MySql,extjs,shiro,Ztree,fastJSON,JQueryValidate,javaMail,Quartz,ajaxFileUpload,PageHelper ,POI☆17Dec 25, 2017Updated 8 years ago
- 在日常开发过程中,一些后台服务 ,比如IM,后台定时任务,都需要一套本地日志系统来监控程序是否正常,Android本身提供的日志系统只能在终端显示,为了模拟一套和android Log系统相同的环境,我自己写了一套本地日志系统来解决以上问题。☆16Jun 12, 2016Updated 9 years ago
- Time series and energy data analysis API for Spark.☆19May 1, 2012Updated 13 years ago
- web项目快速构建平台,由Java开发实现,无需编写代码,根据页面及组件等配置既能快速构建一个web项目☆30Aug 7, 2018Updated 7 years ago
- 服务质量监控,支持spring,dubbo,java☆17Apr 7, 2016Updated 10 years ago
- NetFlow data source for Spark SQL and DataFrames☆18May 6, 2021Updated 4 years ago