glance RSS/VSS data column


 
Thread Tools Search this Thread
Operating Systems HP-UX glance RSS/VSS data column
# 1  
Old 01-17-2005
glance RSS/VSS data column

hi guys... i got a problem... i have written a trivial test program which allocates some memory, it waits for a while (enters a loop), and then releases that memory. the problem is that although glance depitcs the memory allocation procedure properly - by updating both RSS and VSS data segments column - something weird is happening during the deletion... both RSS and VSS data segments remain unchanged!!! Should this be happening? thanx in advance...

PS: HP-UX B.11.00

Last edited by xtrix; 01-17-2005 at 10:38 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Change data in one column with data from another file's column

Hello, I have this file outputData: # cat /tmp/outputData __Capacity^6^NBSC01_Licences^L3_functionality_for_ESB_switch __Capacity^2100^NBSC01_Licences^Gb_over_IP __Capacity^1837^NBSC01_Licences^EDGE_BSS_Fnc __Capacity^1816^NBSC01_Licences^GPRS_CS3_and_CS4... (1 Reply)
Discussion started by: nypreH
1 Replies

2. Solaris

RSS of prstat vs RSS of PS

Hi, When I sum the RSS number in the ps command for a specific user and compare it with the RSS values of the prstat command of the same user - there is a big difference. Server details: Solaris 10 5/09 s10s_u7wos_08 SPARC prstat output: NPROC USERNAME SWAP RSS MEMORY TIME ... (2 Replies)
Discussion started by: amitlib
2 Replies

3. Shell Programming and Scripting

Compare 2 files and match column data and align data from 3 column

Hello experts, Please help me in achieving this in an easier way possible. I have 2 csv files with following data: File1 08/23/2012 12:35:47,JOB_5330 08/23/2012 12:35:47,JOB_5330 08/23/2012 12:36:09,JOB_5340 08/23/2012 12:36:14,JOB_5340 08/23/2012 12:36:22,JOB_5350 08/23/2012... (5 Replies)
Discussion started by: asnandhakumar
5 Replies

4. Shell Programming and Scripting

Replace column that matches specific pattern, with column data from another file

Can anyone please help with this? I have 2 files as given below. If 2nd column of file1 has pattern foo1@a, find the matching 1st column in file2 & replace 2nd column of file1 with file2's value. file1 abc_1 foo1@a .... abc_1 soo2@a ... def_2 soo2@a .... def_2 foo1@a ........ (7 Replies)
Discussion started by: prashali
7 Replies

5. UNIX for Dummies Questions & Answers

How to Export Glance "Global System Calls" data to a file

Hello... I'm trying to setup a cronjob to record system data using glance at certain times of the day. My question is, how would one export the "Global System Calls" information to a file? Below is the command I have been using and it works to export CPU information. glance -f ... (0 Replies)
Discussion started by: fumus
0 Replies

6. Shell Programming and Scripting

Extract data based on match against one column data from a long list data

My input file: data_5 Ali 422 2.00E-45 102/253 140/253 24 data_3 Abu 202 60.00E-45 12/23 140/23 28 data_1 Ahmad 256 7.00E-45 120/235 140/235 22 data_4 Aman 365 8.00E-45 15/65 140/65 20 data_10 Jones 869 9.00E-45 65/253 140/253 18... (12 Replies)
Discussion started by: patrick87
12 Replies

7. Shell Programming and Scripting

Accessing VSS through Perl

Hi All, can you please let me know how to copy entire files in a directory of VSS to a local folder. i am using PERL to access the VSS. Thanks in Advance regards, aditya Mahi (1 Reply)
Discussion started by: adityamahi
1 Replies

8. Shell Programming and Scripting

Urgent !!! Shell script to copy files to VSS

Hi all !!! I need this sample script urgently. Please help. Suppose I do an "ls -ltr" in a directory and store the output in a text file (say "a.txt"). What I need to do is to write a shell script which reads file-names from "a.txt" and copies only those files to VSS. Let's say the destination... (1 Reply)
Discussion started by: devalin
1 Replies

9. Shell Programming and Scripting

cpature data from glance and exit

it trying to create a script that captures data from the glance command every 10 mins. when the command is executed, it displays data and will only exit when E is pressed. how can i code my script to exit from after the data is collected? i am trying to use EOT, does anyone knows how this works? (3 Replies)
Discussion started by: tads98
3 Replies

10. UNIX for Dummies Questions & Answers

glance in hpux, RSS is 164.2mb

hi, in hpux, have this mib2agt in glance whose RSS column is 164.2mb. mib2agt resides in /usr/sbin.... is the value for RSS too high in this case.. (5 Replies)
Discussion started by: yls177
5 Replies
Login or Register to Ask a Question
VSDUMP(1)						      General Commands Manual							 VSDUMP(1)

NAME
vsdump - VSD/VSS file format reverse engineering SYNOPSIS
vsdump [SUBOPTIONS] FILE DESCRIPTION
This manual page documents briefly the vsdump command. vsdump is an ALT Linux (www.altlinux.ru) project of VSD/VSS file format reverse engineering. VSD/VSS is an OLE file. Main data is stored in 'VisioDocument' file inside this OLE. 'VisioDocument' file has a header with version number and pointer to the 1st stream. Pointers contain Type, Offset to the start, Length, and Format of stream. The Format field has a 'compressed' flag (the 2nd least significant bit). Format == 0x4* is used for streams that contains some strings. Format == 0x5* is used for streams that contains some pointers. Format == 0xd* is used for streams made of chunks. Type == 15 is used for streams that contains 'Page' data. Type == 23 is used for streams that contains Icons. And so on. To (de)compress some streams Visio uses some version of LZW algorithmwith options different from other MS-Office applications. Those streams are made of chunks. Chunks starts with header that contains Type and Length fields. Most of chunk types has a mandatory fields and some of them has a discretionary fields. The type of chunk imply an order and format of mandatory fields and place of start for discretionary fields (if any). The discrepionary fields made of 'blocks'. Blocks start with length, type fields and index of variable it is linked to. Blocks made of 'slices'. Every slice can be single byte operation like "+" or "*" or 'command' to put one/two bytes data or IEEE-754 frac- tion or stringor name or function into formula. SUBOPTIONS
A summary of options is included below. help list subcommands dump <file> [directory] dump pointers and inflated streams test <file> test command table AUTHOR
vsdump was written by Valek Filippov (frob@df.ru) This manual page was written by Juan Angulo Moreno <juan@apuntale.com>, for the Debian project (but may be used by others). jun 26, 2007 VSDUMP(1)