The Artima Developer Community
Sponsored Link

Java Buzz Forum
How to find swap space and usage in Solaris - UNIX command

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Javin Paul

Posts: 1090
Nickname: javinpaul
Registered: Jan, 2012

Javin Paul is Java Programmer working on Finance domain.
How to find swap space and usage in Solaris - UNIX command Posted: Oct 11, 2012 8:31 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Javin Paul.
Original Post: How to find swap space and usage in Solaris - UNIX command
Feed Title: Java67
Feed URL: http://www.java67.com/feeds/posts/default?alt=rss
Feed Description: Java and technology tutorials, tips, questions for all programmers.
Latest Java Buzz Posts
Latest Java Buzz Posts by Javin Paul
Latest Posts From Java67

Advertisement


Swap space in Solaris or any UNIX host is an important disk space which is used for swapping process from physical memory (RAM)  to disk. Virtual memory allowed process to run even if physical memory gets full by using swap space (which is located in your hard disk) to swap out memory pages which are not currently in use. In this UNIX command tutorial we will see some Solaris commands to find configured and current usage of swap space. Remember if your machine runs out of swap space then you can not start new process and also old process which will try to expand themselves will likely to fail. Another interesting point about swap space is that, every process reserved swap space, equivalent to its physical memory requirement, so that it can swap out completely when required. Which means current usage of swap space denotes total memory used by all process at that time. This UNIX command tutorial is next in our series of articles e.g. UNIX command to find links , grep command examples in UNIX and  10 most popular Linux Interview questions.
Read more »

Read: How to find swap space and usage in Solaris - UNIX command

Topic: Adobe AIR for iOS in IntelliJ IDEA 12 Leda Previous Topic   Next Topic Topic: Readable Code and How to Achieve it

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use