Sponsored Content
Operating Systems Solaris getMemoryUsage in Tibco Hawk rulebase Post 302288842 by billy_mega on Wednesday 18th of February 2009 05:55:44 AM
Old 02-18-2009
getMemoryUsage in Tibco Hawk rulebase

We have a Hawk rulebase monitoring memory usage on a Tibco BW process. We have it set to alert if memory usage goes above 96%.

It is now telling us that usage has reached 96% but we don't know why this is as there is no discernible increase in the number of ems messages that the process is dealing with.

Any ideas about why this would happen or how we can control it. Do we need to take some remedial action with this process to reduce this usage from 96%??

Any help appreciated...
 

2 More Discussions You Might Find Interesting

1. HP-UX

how to log into a tibco server?

how to log into a tibco server from unix ? (0 Replies)
Discussion started by: megh
0 Replies

2. Red Hat

Rsyslog implementation using rulebase

Hi All, Can anyone guide me how to setup rsyslog using rule base, Templates , Modules and mmnormalize.. I have gone through rsyslog site ..But not able to get idea how to set the rsyslog.conf using rulebase particularly.. Thanks in advance .. (1 Reply)
Discussion started by: kumar09
1 Replies
Getopt::Long::Descriptive::Usage(3pm)			User Contributed Perl Documentation		     Getopt::Long::Descriptive::Usage(3pm)

NAME
Getopt::Long::Descriptive::Usage - the usage description for GLD VERSION
version 0.091 SYNOPSIS
use Getopt::Long::Descriptive; my ($opt, $usage) = describe_options( ... ); $usage->text; # complete usage message $usage->die; # die with usage message DESCRIPTION
This document only describes the methods of the Usage object. For information on how to use Getopt::Long::Descriptive, consult its documentation. METHODS
new my $usage = Getopt::Long::Descriptive::Usage->new(\%arg); You really don't need to call this. GLD will do it for you. Valid arguments are: options - an arrayref of options leader_text - the text that leads the usage; this may go away! text This returns the full text of the usage message. leader_text This returns the text that comes at the beginning of the usage message. option_text This returns the text describing the available options. warn This warns with the usage message. die This throws the usage message as an exception. $usage_obj->die(\%arg); Some arguments can be provided pre_text - text to be prepended to the usage message post_text - text to be appended to the usage message The "pre_text" and "post_text" arguments are concatenated with the usage message with no line breaks, so supply this if you need them. AUTHORS
o Hans Dieter Pearcey <hdp@cpan.org> o Ricardo Signes <rjbs@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2005 by Hans Dieter Pearcey. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-02-22 Getopt::Long::Descriptive::Usage(3pm)
All times are GMT -4. The time now is 08:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy