Questions tagged [hyperic]

Hyperic is application monitoring and performance management for virtual, physical, and cloud infrastructures.

Hyperic HQ is a monitoring and systems management tool for web applications whether on-premise or in the cloud. The software provides data center automation that reduces the workload for system administration of frequently changing web applications.

Hyperic starts by addressing the rate of change, employing auto-discovery to constantly update the complete inventory of assets managed. Then Hyperic provides a comprehensive suite of tools that allow operations to track performance and event data, create complex alerts and escalations, run diagnostics, and issue control actions all from a single remote console. Its hands-free systems management can be deployed across hundreds of servers in hours.

Key differentiators:

  • Only company to provide native management for Unix, Linux, Windows and Mac natively.
  • Most managed technologies "out-of-the-box" with support for 65+ on install.
  • Most scalable open source systems management software available; tracks 1.5 million metrics per minute.
  • Industry's only single, centralized view into both virtual and physical environments.
  • Only tool to combine monitoring, diagnostics and control in a central, remote web console.

Features:

  • vSphere auto-discovery of all components of virtualized applications.
  • Automatically discovers, monitors, and manages software and network resources.
  • Monitors apps on any platform, including Unix, Linux, Windows, Solaris, AIX, HP-UX, VMware, and Amazon Web Services.
  • Built-in support for 75 common components — including databases, application servers, middleware, web servers, network devices and more.
  • Optimized for virtual environments with integration with vCenter and vSphere.
30 questions
5
votes
3 answers

Hyperic Sigar Mac Osx Error -No Library

Hi im using a third party lib name Hyperic Sigar. When i run my code it shows error, This is my code: package pack; import org.hyperic.sigar.*; public class NetworkData { public static void main(String[] args) { Sigar sigar = new Sigar(); …
Chris
  • 514
  • 2
  • 7
  • 20
3
votes
1 answer

Start/stop application in tc server using JMX/Hyperic agent

Is there a way to start, stop or restart applications running within tcserver using JMX or using a HTTP request? For example, in tomcat 6.0, the following can be done to start an application: http://localhost:8080/manager/start?path=/examples When…
Prasanna
  • 3,483
  • 7
  • 41
  • 71
3
votes
0 answers

Hyperic JMX monitoring threads not closing

I'm using tomcat 6 and HypericHQ for monitoring via JMX. The issue is the following: hyperic, overtime, opens hundreds of jmx connection and never closes them.. after few hours our tomcat server is using 100% cpu without doing anything. Once I stop…
rozwell
  • 41
  • 1
  • 2
3
votes
1 answer

Monitoring Servicemix with Hyperic HQ

I have been able to configure Hyperic HQ to identify servicemix 4, however, It could only see the "ServiceMix 4.x Garbage Collector" service. I would like to be able to monitor activemq Queues, Endpoints, and Camel Applications (if possible) Has…
Lekkie
  • 345
  • 4
  • 17
3
votes
1 answer

Sigar 1.6.4 is crashing: EXCEPTION_ACCESS_VIOLATION

I'm using the Sigar library for Java and I'm getting this error: A fatal error has been detected by the Java Runtime Environment: EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000010014ed4, pid=1560, tid=4812 Here you can see the generated…
Alvaro
  • 37,936
  • 23
  • 138
  • 304
2
votes
1 answer

Error to Connect RabbitMq in hyperic HQ

I am trying to monitor a machine in which RabbitMQ is installed.RabbitMQ's broker is working well in that machine. Now I want to monitor that machine using open source HypricHQ software. The problem is the HypricHQ server can't find my RabbitMQ…
Anand Soni
  • 5,930
  • 9
  • 48
  • 97
2
votes
1 answer

How do you get CPU ID or serial number using Hyperic Sigar?

Is there a method in the Sigar API that returns the CPU ID of the host running the JVM?
Vignesh Jayavel
  • 954
  • 11
  • 11
2
votes
0 answers

Getting network download(bytes receive per second) and uploadspeed(bytes send per second) with Hyperic Sigar

I recently added some external jar file from hyperic sigar, name log4j.jar and sigar.jar. The purpose is to get the system(Operating System)'s download(bytes receive per second) and uploadspeed(bytes send per second) speed like 40 kb/s or 1.3 kb/s…
Chris
  • 514
  • 2
  • 7
  • 20
1
vote
3 answers

How do I tell a remote debugger to actually suspend at some point?

I'm using IntelliJ Idea debugger and I have some 3rd party app with its sources (shouldn't matter, but it's hyperic). I need to see when some methods are being executed and trace the execution process. I've successfully connected to the app using…
Denys S.
  • 5,880
  • 12
  • 40
  • 63
1
vote
1 answer

Hyperic Java APIs

I have written some Java code through which I fetch metrics from Hyperic Server for some operations. I have not been able to fetch the value of these metrics. for eq I have metric CPU Idle but when i use List dp= m1.getDataPoint() where…
Prannoy Mittal
  • 1,285
  • 3
  • 19
  • 29
1
vote
0 answers

Hyperic Sigar API - not working in runnable jar file

Here is the code for CPU and Memory meter. It works well in eclipse mars 1 but not working when make a runnable jar. Just appears a JFrame with two label CPU and RAM, does not gives the percent values. Please help with it. Thank you. package…
Sadidul Islam
  • 586
  • 4
  • 8
1
vote
1 answer

Monitoring JBOSS ESB

Can anyone suggest which monitoring tool is the best for monitoring JBOSS, in particular ESB queue depth etc? I currently use Hyperic with a custom plugin, does anything support JBOSS ESB out of the box?
MTEd
  • 95
  • 6
1
vote
1 answer

Solaris svcs command shows wrong status

I have freshly installed an application on solaris 5.10 . When checked through ps -ef | grep hyperic | grep agent, process are up and running . When checked the status through svcs hyperic-agent command, the output shows that the agent is in…
manu endla
  • 150
  • 2
  • 15
1
vote
1 answer

Apache Response Time Monitoring in Hyperic

I seem to be having a hard time getting the Apache module for Hyperic to compile in Ubuntu 8.10. Has anyone had any luck getting it to work? Does anyone have a precompiled version? I am running Hyperic HQ version 4.1.2 build #1053, Apache 2.2.x
danielrsmith
  • 3,994
  • 3
  • 24
  • 32
0
votes
1 answer

Hyperic SIGAR CpuTimer class: Wall-Clock time or CPU time?

Does anyone know if the SIGAR CPUTimer class keeps track of the wall-clock time or the cpu time spend on the program that calls it? I've searched in Google but to no avail. Their documentation also is very minimal at its best so I can't figure out…
Kounavi
  • 1,021
  • 1
  • 12
  • 24
1
2