Sponsored Content
Full Discussion: swapper process
Top Forums UNIX for Dummies Questions & Answers swapper process Post 302077347 by bhargav on Wednesday 21st of June 2006 11:39:02 AM
Old 06-21-2006
swapper process

Can anyone help what 'swapper process' is. Appreantly our production system shows some of the processes as 'swapper' processes for only small amount of time.

Is swapping of the process is happening at the kernel level memory management ? BTW, the cpu usage and memory usage of those unix boxes are at optimum levels.

It was not there before. It's started coming from last few days. Any idea what could have changed at system level causing this ?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

script to monitor process running on server and posting a mail if any process is dead

Hello all, I would be happy if any one could help me with a shell script that would determine all the processes running on a Unix server and post a mail if any of the process is not running or aborted. Thanks in advance Regards, pradeep kulkarni. :mad: (13 Replies)
Discussion started by: pradeepmacha
13 Replies

2. Shell Programming and Scripting

Shell Script to Kill Process(number of process) Unix/Solaris

Hi Experts, we do have a shell script for Unix Solaris, which will kill all the process manullay, it used to work in my previous env, but now it is throwing this error.. could some one please help me to resolve it This is how we execute the script (and this is the requirement) ... (2 Replies)
Discussion started by: jonnyvic
2 Replies

3. Shell Programming and Scripting

[KSH/Bash] Starting a parent process from a child process?

Hey all, I need to launch a script from within 2 other scripts that can run independently of the two parent scripts... Im having a hard time doing this, if anyone knows how please let me know. More detail. ScriptA (bash), ScriptB (ksh), ScriptC (bash) ScriptA, launches ScriptB ScirptB,... (7 Replies)
Discussion started by: trey85stang
7 Replies

4. Shell Programming and Scripting

script to monitor the process system when a process from user takes longer than 15 min run.

get email notification from from system when a process from XXXX user takes longer than 15 min run.Let me know the time estimation for the same. hi ,any one please tell me , how to write a script to get email notification from system when a process from as mentioned above a xxxx user takes... (1 Reply)
Discussion started by: kirankrishna3
1 Replies

5. AIX

Swapper Process #PID more than 1

Hi I would like to know more about swapper process.. I knew that swapper is the first process with PID#0, used to perform process swap operations. It used to swap entire processes But sometimes I find swapper process with PID#264 So my doubt is how many swapper process can exist in a system?... (2 Replies)
Discussion started by: Priya Amaresh
2 Replies

6. BSD

Process remians in Running state causing other similar process to sleep and results to system hang

Hi Experts, I am facing one problem here which is one process always stuck in running state which causes the other similar process to sleep state . This causes my system in hanged state. On doing cat /proc/<pid>wchan showing the "__init_begin" in the output. Can you please help me here... (0 Replies)
Discussion started by: naveeng
0 Replies

7. UNIX for Advanced & Expert Users

Process remians in Running state causing other similar process to sleep and results to system hang

Hi Experts, I am facing one problem here which is one process always stuck in running state which causes the other similar process to sleep state . This causes my system in hanged state. On doing cat /proc/<pid>wchan showing the "__init_begin" in the output. Can you please help me here... (1 Reply)
Discussion started by: naveeng
1 Replies

8. UNIX for Advanced & Expert Users

Process remians in Running state causing other similar process to sleep and results to system hang

Hi Experts, I am facing one problem here which is one process always stuck in running state which causes the other similar process to sleep state . This causes my system in hanged state. On doing cat /proc/<pid>wchan showing the "__init_begin" in the output. Can you please help me here... (6 Replies)
Discussion started by: naveeng
6 Replies

9. Shell Programming and Scripting

Monitoring processes in parallel and process log file after process exits

I am writing a script to kick off a process to gather logs on multiple nodes in parallel using "&". These processes create individual log files. Which I would like to filter and convert in CSV format after they are complete. I am facing following issues: 1. Monitor all Processes parallelly.... (5 Replies)
Discussion started by: shunya
5 Replies

10. Shell Programming and Scripting

Command to get exact tomcat process I am running ignoring other java process

Team, I have multiple batchjobs running in VM, if I do ps -ef |grep java or tomcat I am getting multiple process list. How do I get my exact tomcat process running and that is unique? via shell script? (4 Replies)
Discussion started by: Ghanshyam Ratho
4 Replies
lotsfree_pct(5) 						File Formats Manual						   lotsfree_pct(5)

NAME
lotsfree_pct - sets the upper bound before paging daemon starts stealing pages, specified as a percentage of available physical memory VALUES
Default Allowed values Must not be less than (see desfree_pct(5)). DESCRIPTION
is a tunable parameter to set the upper bound before the paging daemon starts stealing pages. It is specified as a percentage of physical memory available after boot. must be a positive integer between 0 and 30 and must be equal to or greater than is the lower bound before paging daemon starts stealing pages (see desfree_pct(5)). The paging daemon in HP-UX acts on a "two hand" model. The daemon runs at least once a second, with one part marking pages of virtual address space as "unused". If the page is referenced before this "aging" hand returns, it will be marked as "used" again. Another section of the daemon, the "steal" hand follows the age hand (the distance between them varies in a well bounded range) and processes pages which are still marked unused, since needed or frequently accessed pages would have a high likelihood of being referenced in the gap between the hands. Exactly how the steal hand treats the pages still marked as unused depends on the comparison of free system physical memory and three pag- ing parameters: and Between and is a periodically re-calculated and, hence, floating threshold known as Thus and are the upper and lower bounds between which moves. is an expression how much the system maintains, in percentage terms (percentage of physical memory available after boot). o If is greater than the system's memory availability is in good shape. The steal hand does nothing as a lot of memory is still available on the system, so there is no need to "steal" a page that might be needed soon. o In the more common case, when is lower than (but higher than the steal hand will begin to steal pages that have remained unreferenced from when the age hand last marked them. "Stealing" a page refers to the process of freeing the page from being allocated for a partic- ular virtual page and making it available for general allocation again. If falls below but still is more than memory availability is still in reasonable shape, but the paging daemon begins stealing pages more aggressively, including putting lower-priority processes to sleep to free up their memory. o When is less than memory availability is getting more critical; and the paging daemon begins deactivating low-priority processes, in other words, swapping out pages to the swap device. Since the exact memory topography varies widely across supported platforms, these three boundary values are tunable to allow for cases where the default values are insufficient, or where the system administrator requires more control over the actions of the paging daemon. In general, however, the automatic calculation performed by default should suffice for most systems. is a system calculated value. Who Is Expected to Change This Tunable? Anyone with super-user privileges. Restrictions on Changing Changes to this tunable take effect immediately. When Should the Value of This Tunable Be Raised? The tunable should only be raised if an administrator feels that the current value provides insufficient free physical memory required by a short lived but critical process. Increasing (and hence to an amout equal to or greater than the amount of physical memory required by this process allows the swapper to move out less frequently used pages from longer running programs, increasing the probability of having the desired amount of memory on hand without waiting for to drop below or during the execution of this critical process. Unless the current is set very low, raising for a process that is not short lived is fairly pointless as will almost certainly drop below and more likely even below thus waking up the swapper and allowing for the physical memory to be freed up over the longer running time as the process requires it. What are the Side Effects of Raising the Value? The swap daemon will begin to steal less-frequently accessed pages from running processes. If large amounts of physical memory is already available without the above situation, this will only slow the already running processes if they need to swap back in their stolen pages. Large amounts of free physical memory without short-lived processes that need it (as mentioned above) is simply a waste. When Should the Value of This Tunable Be Lowered? The tunable should be lowered on systems where swapping is occurring that still have more physical memory available than is needed on aver- age, and that have no sudden sharp peaks in memory usage. What are the Side Effects of Lowering the Value? System swap will occur at a lower memory level. If is set too low (keeping in mind that can never be greater than the system might stall due to memory starvation upon new allocation even though swap space is available. The stall would not be fatal, as the swap daemon run eventually, but will certainly hamper performance. What Other Tunable Values Should Be Changed at the Same Time? should be considered when modifying since Attempting to set above is meaningless and will result in an error. Notes Starting with HP-UX 11iv2, HP recommends the use of to specify the upper bound for the paging daemon. ERROR VALUES
Memory resource management infrastructure is busy. Please try later. Attempting to set above An invalid value is entered that is not an integer between 0 and 30, such as an negative number. WARNINGS
All HP-UX kernel tunable parameters are release specific. This parameter may be removed or have its meaning changed in future releases of HP-UX. Installation of optional kernel software, from HP or other vendors, may cause changes to tunable parameter values. After installation, some tunable parameters may no longer be at the default or recommended values. For information about the effects of installation on tun- able values, consult the documentation for the kernel software being installed. For information about optional kernel software that was factory installed on your system, see at AUTHOR
was developed by HP. SEE ALSO
desfree_pct(5). Tunable Kernel Parameters lotsfree_pct(5)
All times are GMT -4. The time now is 11:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy