- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Inactive memory pages=0 in a very busy system whi...
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
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
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
01-29-2015 09:57 AM - edited 01-30-2015 07:42 AM
01-29-2015 09:57 AM - edited 01-30-2015 07:42 AM
Inactive memory pages=0 in a very busy system while some performance problems ocurred.
Hi all,
While at some very bad performance moment in one of our systems, some memory performance data were collected and then compared to data from another "bussiness as usual" day.
Only odd thing i have noticed is that (for some hours in that problematic day) the collected data showed no inactive pages left, tough the system was very busy and a lot of memory-intensive processes were running.
After several hours it resumed its activity like always, and performances were ok then ...
Never seen that again in recollected data for this application, nor the performance problem either ...
Free list, active pages, etc ... during that problematic period of time seemed quite "normal", if compared with another "standard" day.
inactive memory pages = 0 seem a normal output for memory stats in a quiet system, but ...
Is this an normal output for memory statistics in a busy system ?
Could it have a meaning for (bad) performance, anyway ?.
(Processes are distributed into more than one RAD. First thing i thought of was some resource constraint in some RAD).
Data follows,
----------------------------------------------------------------------
[ Hour ] TotalMem;FreeMem;ActiveMem;InactiveMem;WiredMem;UbcPages#;FreeSwap
[ 17:44:20] 16777216;9747008;3676472;0;2821072;80083;16777216
.../... Inactive mem count=0; Some dire performance problems occurred.
[07:53:37] 16777216;8109784;5292504;0;2842264;240971;16777216
Inactive Page Mem count begins to increase
[07:53:47] 16777216;7774168;5615592;12480;2842312;282919;16777216
[07:53:57] 16777216;7455472;5906896;39824;2842360;322750;16777216
[07:54:28] 16777216;6478336;6826088;97632;2842496;444873;16777216
..../... Performance recovers. Everything normal again
---------------------------------------------------------------------------------------------------
(Unfortunately there are no other vmstat fields available).
TIA. Javier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2015 02:37 PM - edited 01-31-2015 10:47 AM
01-30-2015 02:37 PM - edited 01-31-2015 10:47 AM
Re: Inactive memory pages=0 in a very busy system while some performance problems ocurred.
What OS version are you using? What program produced these stats?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2015 08:40 AM
01-31-2015 08:40 AM
Re: Inactive memory pages=0 in a very busy system while some performance problems ocurred.
> What Windows version are you using?
None? It _is_ a Tru64 forum.
> What program produced these stats?
I'd guess "vmstat":
> (Unfortunately there are no other vmstat fields available).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2015 07:17 AM - edited 02-03-2015 08:14 AM
02-03-2015 07:17 AM - edited 02-03-2015 08:14 AM
Re: Inactive memory pages=0 in a very busy system while some performance problems ocurred.
Thank you Dennis and Steven,
Sorry, i forgot to mention that i was under Tru64 v.5.1.B OS, running in a 8-cpu Alphaserver DS25.
Data comes from an application DB that is monitoring the OS every 10 seconds.
Swapping is disabled in this system.
The eight cpus organizes themselves into two RADs. One comprises two cpus and the other the remaining six cpus.
The OS data collection program has "vmstat" inside, but it seems to use the OS function "table" much more intensively.
Maybe other data comes from "collect" or perhaps it is calling some other OS functions to get the data.
Process data tables dumped by this application show that there is much less memory consumption by "application processes" when these performance problems occurred than under "normal" operation.
From time to time "user + system" time percentages are around 90-something percent in some CPU.
I thought that less memory consumption by app. processes may suggest there is some resource blockage in some of the RADs, or perhaps a priority inversion issue; But i was unable to detect this blockage in the "wait" column on the corresponding CPU stats.
Since i do not have a complete monitoring data set (for example like the WCHAN column in a ps command output) i am unable to check for priority inversion.