Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

swap logs

Status
Not open for further replies.

aixchild

Technical User
Nov 14, 2008
32
GB
Where can I check swap was high on a server with regards system logs ?

thanks
 
Check if you have /etc/perf/daily logfiles (xmwlm or topas). They're binary files so you'll need the topasout utility to convert to readable perf data files.

See man page for topasout.

HTH,

p5wizard
 
thanks wizard.

now here's a follow on question, which may be I should have asked before.

Is swapping (a generic term I know) for memory (lsps) or, can it apply to disk ?

I've been asked by a senior as part of my learning, but I can't make sense of stuff I've found.

thanks again
 
Code:
Swap space is an area on disk that temporarily holds a process memory image. When physical memory demand is sufficiently low, process memory images are brought back into physical memory from the swap area on disk. Having sufficient swap space enables the system to keep some physical memory free at all times.

So it applies to disk but not directly! The disk is being used for MEMORY swapping!

Have a look here:


It talks about virtual memory concepts.

Other places:


Regards,
Khalid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top