- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: vsz field in collect output
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 05:19 PM
02-26-2006 05:19 PM
vsz field in collect output
What does VSZ indicate, as when I am checking VSZ with my total swap and physical memory, its crossing 300GB where as my both memory total is 50GB.
Scenario
========
When we convert collect output in text format for reading via collect -p host-collect.cgz > abc.txt.
On opening abc.txt we will get following fields :-
PID User %CPU RSS VSZ UsrTim SysTim IBk OBk Maj Min Command
What is the meaning of VSZ in this field and how it can be more than installed memory+swap.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 05:44 PM
02-26-2006 05:44 PM
Re: vsz field in collect output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 06:00 PM
02-26-2006 06:00 PM
Re: vsz field in collect output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 07:47 PM
02-26-2006 07:47 PM
Re: vsz field in collect output
I think the system swap is configured in 'Lazy' mode so that the kernel doesn't allocate swap space for the process *unless* it is required.
If it was set to 'Eager' mode, you would have seen the system warn about the lack of swap space.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 08:36 PM
02-26-2006 08:36 PM
Re: vsz field in collect output
Your per process data size can be as large as max per proc data size. Pl. chk per_proc_data_size and max_per_proc_data_size using "sysconfig -q proc" as root on your system.
On my m/c max data size is 1GB.
If my understanding is right VSZ for a process is <= per_proc_data_size.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 09:02 PM
02-26-2006 09:02 PM
Re: vsz field in collect output
Is there is any why with which I can find out which process is taking how much swap at particular time from collect output or anyother Tru64 utility.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 09:17 PM
02-26-2006 09:17 PM
Re: vsz field in collect output
You can find the system-wide consumption using 'vmstat -R'. 'pout' column gives the number of pages that have been paged out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 09:21 PM
02-26-2006 09:21 PM
Re: vsz field in collect output
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2006 09:27 PM
02-26-2006 09:27 PM
Re: vsz field in collect output
Also, look into: http://forums1.itrc.hp.com/service/forums/helptips.do?#28
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 01:50 PM
03-01-2006 01:50 PM
Re: vsz field in collect output
Hope now, you must have got points. I allocated earlier but may be skipped to submit.
anyhow, thanks