简体   繁体   English

分布式作业执行框架

[英]Distributed Job Execution framework

My Requirement: 我的要求:

  • Need to monitor large number of Web Application instances 需要监视大量的Web应用程序实例
  • Need to gather transaction time for each clicks, push that time into central Database. 需要收集每次点击的交易时间,并将该时间推送到中央数据库中。

My Progress: 我的进度:

Already identified libraries like htmlunit to develop tool to handle Web Applications Authentication, browse/scrape Web Apps 已经确定的库(如htmlunit)可开发用于处理Web应用程序身份验证,浏览/抓取Web Apps的工具

Looking for framework: 寻找框架:

  • Framework which can execute monitoring jobs on mutliple systems (distributed executions) 可以在多系统上执行监视作业的框架(分布式执行)
  • Possibly based on Java but it's ok if i can get anything based on Python, Perl or other langs 可能基于Java,但是我可以基于Python,Perl或其他语言获取任何东西都可以

Any architecture details of Apps/Solutions like site24x7 would be of great help :) 应用程序/解决方案的任何体系结构细节(例如site24x7)都将提供很大的帮助:)

thank you, 谢谢,

Disclaimer: this answer is about requirements listed in your post body. 免责声明:此答案与您的帖子正文中列出的要求有关。

Look at JavaMelody . 看一下JavaMelody It collects a huge set of different statistics data. 它收集了大量不同的统计数据。 It also can do some centralized statistics collection from a distributed application. 它还可以从分布式应用程序中进行一些集中的统计信息收集。

something these guys are doing - http://arvan.in/monitoring-web-applications/ 这些人正在做的事情-http://arvan.in/monitoring-web-applications/

The Arvan does monitoring on web application where JavaScript disabled command line browser tools can not browse the web applications. Arvan会在Web应用程序上进行监视,其中禁用了JavaScript的命令行浏览器工具无法浏览Web应用程序。

thx 谢谢

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM