Sponsored Content
Full Discussion: vmproc tool-virtual memory
Top Forums UNIX for Advanced & Expert Users vmproc tool-virtual memory Post 16918 by Shobhit on Friday 8th of March 2002 08:39:29 AM
Old 03-08-2002
Hi
I have a working code for vmproc and eps on compaq.I want to port it to HPUX.I need to find out what system functions to call to implement the tools.Also glance is a third party tool which has tried to integrate a lot of things.But I could not figure out if it tells about virtual memory also.Can i know what all functions it calls to implement the functionality?

Thanks again for glance idea.But our team is not in favour of buying a different product.

Any suggestions of freeware with source-code ideas are welcomed with arms wide open.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

get physical and virtual memory

What command can i use to get the physical and virtual memory of a database? (7 Replies)
Discussion started by: tads98
7 Replies

2. UNIX for Dummies Questions & Answers

virtual memory

Hi, can anyone explain me what virtual memory is ( for which we use vmstat commande line ) comparing with RAM ? many thanks before. (2 Replies)
Discussion started by: big123456
2 Replies

3. Programming

Tool for finding memory leaks

hi, i am a c++ programmer working on linux(redhat linux8.0) environment, i need to find out the memory leaks, so far i didn't used any tools, so what are the tools are available, and whic one is good to use. plz provide with a small example. (1 Reply)
Discussion started by: sarwan
1 Replies

4. Programming

about virtual memory and memory leak

Hi, First of all I appreciate this group very much for its informative discussions and posts. Here is my question. I have one process whose virtual memory size increases linearly from 6MB to 12MB in 20 minutes. Does that mean my process has memory leaks? In what cases does the... (4 Replies)
Discussion started by: shriashishpatil
4 Replies

5. HP-UX

Virtual Memory

Hi! I work with HP-UX and I have to monitorize the use of virtual memory for different processes. (java processes for Tibco Adapter) And if these processes exceed a limit send a message to the syslog. I donīt know how to monitorize this... Should I do a script? or use an aplication, for example... (3 Replies)
Discussion started by: Kurohana
3 Replies

6. AIX

ulimits max locked memory virtual memory

Hi, Would any one be so kind to explain me : are ulimits defined for each user seperately ? When ? Specialy what is the impact of : max locked memory and virtual memory on performance of applications for a user. Many thanks. PS : this is what I can see in MAN : ulimit ] ... (5 Replies)
Discussion started by: big123456
5 Replies

7. UNIX for Dummies Questions & Answers

cpu, memory and virtual memory usage

Hi All, Does anyone know what the best commands in the UNIX command line are for obtaining this info: current CPU usage memory usage virtual memory usage preferably with date and time parameters too? thanks ocelot (4 Replies)
Discussion started by: ocelot
4 Replies

8. UNIX for Dummies Questions & Answers

Virtual Memory

Hi, Can anyone please help me workout how much virtual memory I have running on a T2000 running Solaris 10. Thanks # df -h swap 3.5G 1.0M 3.5G 1% /etc/svc/volatile swap 3.5G 208K 3.5G 1% /tmp swap 3.5G 56K ... (2 Replies)
Discussion started by: jamba1
2 Replies

9. UNIX for Advanced & Expert Users

Virtual file or memory?

Hi Experts I encountered a situation recently. I wanted to discuss here and understand the reason behind this. My scenario is something like this: yes > temp & The above command keeps writing the output to the file temp. And this file keeps growing every second. And in the every... (4 Replies)
Discussion started by: guruprasadpr
4 Replies

10. Red Hat

My RHEL virtual Machine Does not have Virtual Machine Manager Desktop Tool

My RHEL virtual Machine Does not have Virtual Machine Manager Desktop Tool Hi, I don't seem to have the Virtual Machine Manager Desktop tool set up on my RHEL6 Machine. The Linux machine runs off VMWare player and I'm not sure whether it is a VMWare software issue or a problem with the RHEL6... (2 Replies)
Discussion started by: accipiter1
2 Replies
ControlInfo(3U) 					    InterViews Reference Manual 					   ControlInfo(3U)

NAME
ControlInfo - object for storing control-related information SYNOPSIS
#include <Unidraw/ctrlinfo.h> DESCRIPTION
A ControlInfo object stores information from which to build a Control for executing a command or engaging the current tool. The ControlInfo object is stored with the command or tool, thus providing all the information necessary to recreate the interface when the command or tool is retrieved from disk through a catalog. The ControlInfo object also defines the mapping between a keycode and a UControl instance to sup- port keyboard equivalents via the KeyMap class. PUBLIC OPERATIONS
ControlInfo( GraphicComp* label, const char* keylabel = ``'', const char* keycode = ``'', void* owner = nil ) ControlInfo( const char* label , const char* = ``'', const char* = ``'', void* = nil ) Create a new ControlInfo instance, supplying either a GraphicComp or a character string to define its label's appearance. The label parameter is an iconic or textual cue that a control displays to identify the command or tool it activates. The keylabel parameter specifies a string to be displayed in the control that identifies the control's keyboard equivalent, while the keycode parameter defines the mapping between a keyboard event and the ControlInfo. Finally, the owner parameter specifies the command or tool instance to which the ControlInfo object corresponds. void SetLabel(GraphicComp*) void SetLabel(const char*) void SetKeyLabel(const char*) void SetKeyCode(const char*) void SetOwner(void*) GraphicComp* GetLabel() const char* GetKeyLabel() const char* GetKeyCode() void* GetOwner() Explicitly set or get a constructor-specified parameter. The Set operations delete the value they replace if it is different from the given one. The string setting operations copy their arguments. virtual ControlInfo* Copy() Return a copy of this ControlInfo object, copying its constituent members. SEE ALSO
Catalog(3U), Command(3U), KeyMap(3U), Tool(3U), UControl(3U), uctrls(3U) Unidraw 20 November 1990 ControlInfo(3U)
All times are GMT -4. The time now is 06:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy