garbage collection not reflected in the nmon


 
Thread Tools Search this Thread
Operating Systems AIX garbage collection not reflected in the nmon
# 1  
Old 10-31-2008
garbage collection not reflected in the nmon

i have my application running on AIX box (configuration given below)
My application does garbage collection pretty well, as such the memory free shows 500 MB - 700 MB freed up in the log statements printed in the application, but the nmon shows the physical space going upwards and does not reflect the garbage collection that was done. What could be the reason ?

Configuration..

8 - CPUs currently
8 - CPUs configured
1900 - MHz CPU clock rate
PowerPC_POWER5 - Processor
64 bit - Hardware
64 bit - Kernel
Dynamic - Logical Partition
5.3.0.50 ML05 - AIX Kernel Version
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Some % of Garbage Collection

I need to write a python script that will look at the local gc logs. 6 sys=0.00, real=0.06 secs] 2019-06-05T07:43:12.029-0500: 1072696.494: 2791209K->1995953K(2796544K)] 2803355K->1995953K(4164608K), , 3.0299555 secs] 2019-06-05T07:43:17.149-0500: 1072701.614: 3334321K->2008193K(4167680K),... (1 Reply)
Discussion started by: xgringo
1 Replies

2. Programming

Boehm garbage collector for C

is anybody out there experienced with the boehm gc? this is a very simple function: int fn1(){ int *p = (int *) GC_MALLOC(sizeof(int *)); return 0; }after leaving fn1() gc should free p. *** now another example: int* fn2(){ int* p= (int *) GC_MALLOC(sizeof(int... (1 Reply)
Discussion started by: dodona
1 Replies

3. Red Hat

Bond Configuration change not reflected.

I have changed bond configuration(mode) from TLB to ALB in modprobe.conf file. But after the restart of machine the change is not reflected in the system.While doing a >>cat /sys/class/net/bond0/bonding/mode, it shows TLB mode, where as in modprobe.conf file alb exists.Can somebody help me out to... (1 Reply)
Discussion started by: Anjan Ganguly
1 Replies

4. HP-UX

Old crontab file reflected after server reboot

Hi All, We are working on HP_UNIX. I am facing a strange problem regarding crontab in our unix environment.Whenever a server reboot takes place on our server the old crontab gets reflected due to which several scripts which were earlier uncommented starts running causing a huge problem .Is... (6 Replies)
Discussion started by: ammbhhar
6 Replies

5. Shell Programming and Scripting

Garbage value

I write a program to find a palindromic region in given sequences. but it dosen't seems to be run well. please give me your suggestions INPUT: AGCTAGCTCGAAGGTAG code is here #!/usr/bin/perl #Palindromic sequence print "enter the sequence:\n"; $rna = <STDIN>; chomp $rna; ... (3 Replies)
Discussion started by: sujit_singh
3 Replies

6. Programming

strcat outputs garbage

Anyone have any ideas why when using strcat function I would get some garbage at the beginning of the output string? what I'm doing is something like the following example. Code: char temp; char tempHolder; for(int i=0;i<something;i++){ sprintf(temp,"%u ", someVariable);... (2 Replies)
Discussion started by: airon23bball
2 Replies

7. UNIX for Dummies Questions & Answers

garbage collection not reflected in the nmon

i have my application running on AIX box (configuration given below) My application does garbage collection pretty well, as such the memory free shows 500 MB - 700 MB freed up in the log statements printed in the application, but the nmon shows the physical space going upwards and does not reflect... (1 Reply)
Discussion started by: mahesh_sivan
1 Replies

8. Filesystems, Disks and Memory

garbage collection not reflected in the nmon

i have my application running on AIX box (configuration given below) My application does garbage collection pretty well, as such the memory free shows 500 MB - 700 MB freed up in the log statements printed in the application, but the nmon shows the physical space going upwards and does not reflect... (1 Reply)
Discussion started by: mahesh_sivan
1 Replies

9. Shell Programming and Scripting

Remove Garbage Output

Hello Friends, In a script i m using different temporary file and i remove them in the end. During script execution i have some garbage output which is not required. For example: Garbage Output ++ rm temp_out temp_a temp_b temp_c ++ rm Filter1 Filter2 Script : Even i am redirecting rm... (7 Replies)
Discussion started by: Danish Shakil
7 Replies
Login or Register to Ask a Question
QELECTROTECH(1) 						    User Manual 						   QELECTROTECH(1)

NAME
qelectrotech - Electric diagrams editor SYNOPSIS
qelectrotech [--common-elements-dir=DIR] [--config-dir-elements-dir=DIR] [--lang-dir=DIR] [--help] [-v|--version] [--license] [FILE]... DESCRIPTION
QElectroTech is an electric diagrams editor. Diagrams (*.qet) and electric elements (*.elmt) are stored using the XML format. The elements that can be used in diagrams may come from the common collection or from the user's custom collection. Typically, the common collection is readable by all users but it can't be edited by them. Each user owns its custom collection he can modify as he wants. OPTIONS
--common-elements-dir=DIR Uses DIR as the common collection root directory. Note : this option is enabled only if the QET_ALLOW_OVERRIDE_CED_OPTION directive has been specified at compilation time. --config-dir=DIR Uses DIR as the current user's configuration directory. This directory hosts a file named qelectrotech.conf, which contains the application configuration, and a subdirectory named elements, which contains the user's elements collection. Note : this option is enabled only if the QET_ALLOW_OVERRIDE_CD_OPTION directive has been specified at compilation time. --lang-dir=DIR Looks for the application translation files in the directory DIR. --help Displays a short description of the available options. -v, --version Displays the application version (e.g.: 0.1). --license Displays the application license (GNU/GPL). Note that if one of the three last options is specified in the command line, the pro- grams stops after having displayed the adequate information. If an instance of the application launched by the user is still run- ning, this instance will consider the command line, and notably the files to open. However, options that redefine directories (com- mon collection, configuration and translation files) will not be considered. If a filename ends with .elmt, QElectroTech will try to open it into an element editor. Otherwise, it will consider it as diagrams. AUTHORS
Benoit Ansieau <benoit.ansieau@gmail.com> Xavier Guerrin <xavier.guerrin@gmail.com> REPORTING BUGS
If you encounter a behavior in the application that looks unusual to you, browse our FAQ <http://qelectrotech.org/wiki/doku.php?id=doc:faq> and our BugTracker <http://qelectrotech.org/bugtracker/> to check if the problem is already known. In the negative, please submit a bugre- port via the BugTracker. COPYRIGHT
Copyright (c) QElectroTech developers. License : GNU/GPL v2+ : <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html> This program is a free software. You can modify and redistribute it. It is provided as is and WITHOUT ANY WARRANTY. SEE ALSO
Official website : <http://qelectrotech.org/> QElectroTech AUGUST 2008 QELECTROTECH(1)