Sponsored Content
Full Discussion: Swapping
Operating Systems Linux SuSE Swapping Post 302075795 by Corona688 on Tuesday 6th of June 2006 10:50:29 PM
Old 06-06-2006
Code:
cat /proc/sys/vm/swappiness

What value does it print? If it's extremely high it could swap out unused pages even when there's no need to conserve RAM.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Swapping questions

How can you tell how much a Solaris box is swapping? At what point do page in and page out become a problem? Here is a vmstat output. > vmstat procs memory page disk faults cpu r b w swap free re mf pi po fr de sr m0 m1 m2 m3 in sy cs us sy id... (1 Reply)
Discussion started by: 98_1LE
1 Replies

2. Filesystems, Disks and Memory

Paging and Swapping

Hi Guys: Would like to know how to check system swapping and paging and some theory on how they function. I am an oracle dba and my environment is 8171 on AIX 433. We have a 1GB of RAM on the box and I am educating myself to see how much more SGA can be accommodated on the box and what are the... (2 Replies)
Discussion started by: ST2000
2 Replies

3. UNIX for Dummies Questions & Answers

how to get swapping info

Hi How can I determine if swapping is occuring on a server. Thanks, Leo (2 Replies)
Discussion started by: leo
2 Replies

4. UNIX for Dummies Questions & Answers

Swapping in VI editor

Hi, I am attempting to replace several similar words with another word in vi. Here is what I have written for the script: 3dTcat -prefix SuperBrik_4WAY_HRF ../JULY10_2007A/results2TENT/stats.JULY10_2007A+tlrc ../JULY10_2007G/results2TENT/stats.JULY10_2007G+tlrc... (1 Reply)
Discussion started by: Jahn
1 Replies

5. Shell Programming and Scripting

Swapping three lines

I have some text: <date>some_date</date> <text>some_text</text> <name>some_name<name> and I want to transform it to smthng like that: some_name on some_date: some_text I've tried sed: sed 's/<text>\(.*\)<\/text> <name>\(.*\)<\/name>/\2 - \1/' but it says unterminated... (13 Replies)
Discussion started by: dsjkvf
13 Replies

6. Shell Programming and Scripting

swapping the values of variable!

Hi All, newbie here, i'm just wondering how can i swap the two values of variables without using the third variable. Please advise, Thanks, (5 Replies)
Discussion started by: nikki1200
5 Replies

7. Shell Programming and Scripting

Swapping of fields in file

Hi Friends , I have file1.txt 1|b|46|123|47673|348738 2|c|63|124|7346|4783 3|y|45|125|5555|78789 output should swap the 4th field to the first field. output 123|1|b|46|47673|348738 124|2|c|63|7346|4783 125|3|y|45|5555|78789 (3 Replies)
Discussion started by: i150371485
3 Replies

8. Shell Programming and Scripting

Swapping fields

Hallo Team, This is the command that i am running : grep ",Call Forward Not Reachable" *2013* this is the output that i am getting (i did a head -10 but the files can be more than 1000) ... (8 Replies)
Discussion started by: kekanap
8 Replies

9. Solaris

Swapping

Hi Guys I am using SPARC-T4 (chipid 0, clock 2998 MHz), SunOS 5.10 Generic_150400-38 sun4v. How do I see if the server was doing some swapping like yesterday? I had a java application error with java.lang.OutOfMemoryError, now I want to check if the server was not doing some swapping at... (4 Replies)
Discussion started by: Phuti
4 Replies

10. Shell Programming and Scripting

Swapping lines

Hi there, I have a text that I'm trying to format into something more readable. However, I'm stuck in the last step. I've searched and tried things over the internet with no avail. OS: Mac After parsing the original text that I won't put here, I managed to get something like this, but this... (8 Replies)
Discussion started by: Kibou
8 Replies
WMMEMLOAD(1)						      General Commands Manual						      WMMEMLOAD(1)

NAME
wmmemload - A dockapp to monitor memory/swap usages SYNOPSIS
wmmemload [options] DESCRIPTION
This manual page documents briefly the wmmemload command. WMMemLoad is a program to monitor memory/swap usages. It is a dockapp that is supported by X window managers such as Window Maker, After- Step, BlackBox, and Enlightenment. The current memory usage is displayed in the top half. The swap usage is in the bottom half. It has an LCD look-alike user interface. The back-light may be turned on/off by clicking the mouse button over the appliacation. If the usage hits a certain threshold, an alarm-mode will alert you by turning on back-light. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -d, --display <string> Attempt to open a window on the named X display. In the absence of this option, the display specified by the DISPLAY environment variable is used. -bl, --backlight turn on back-light. -lc, --light-color <color> back-light color. (rgb:6E/C6/3B is default) -i, --interval <number> number of secs between updates. (1 is default) -b, --ignore-buffers ignore buffers. (GNU/Linux) -c, --ignore-cached ignore cached pages. (GNU/Linux / FreeBSD) -wr, --ignore-wired ignore wired pages. (FreeBSD) -h, --help show help text and exit. -v, --version show program version and exit. -w, --windowed run the application in windowed mode -bw, --broken-wm activate broken window manager fix -am, --alarm-mem <percentage> activate alarm mode of memory. <percentage> is threshold of percentage from 0 to 100.(90 is default) -as, --alarm-swap <percentage> activate alarm mode of swap. <percentage> is threshold of percentage from 0 to 100.(50 is default) AUTHOR
WMMemLoad was assembled by Mark Staggs <me@markstaggs.net>. It is largely based on WMMemMon and WMCPULoad by Seiichi SATO <ssato@sh.rim.or.jp>. April 3, 2002 WMMEMLOAD(1)
All times are GMT -4. The time now is 08:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy