Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6097885
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:05:38+00:00 2026-05-23T13:05:38+00:00

swap info command in AIX : lsps -a swap info output in AIX :

  • 0

swap info command in AIX : lsps -a

swap info output in AIX :

Page Space      Physical Volume   Volume Group    Size %Used Active  Auto  Type
paging00        hdisk1            rootvg        5120MB    63   yes   yes    lv
hd6             hdisk1            rootvg        4992MB    65   yes   yes    lv

How can i get the Size and %Used values?

something like

5120MB    63
4992MB    65

Updated
Here is what i did

lsps -a | awk '{print $4" "$5}'

which gets me

Volume Volume
5120MB 63
4992MB 65 

I don’t want the 1st line Volume Volume. I might do lsps -a | awk '{print $4" "$5}'|tail -2 but there can be more than 2 rows 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T13:05:39+00:00Added an answer on May 23, 2026 at 1:05 pm

    This awklette should do it.

    lsps -a | awk '$1 != "Page"  { print $4 " " $5 }'
    

    You can achieve the same thing with “cut” or “sed” but Ive alway found awk more readable and reliable.

    In response to comment requesting resources:

    A collection of nifty one liners is found here here

    And some more in depth documentation is here

    and a good tutorial is here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

std::swap() is used by many std containers (such as std::list and std::vector ) during
how to swap two numbers inplace without using any additional space?
swap command : /usr/sbin/swap -s I even tried something like awk '/total/ {print $2}'
void swap(int a[], int size){ ............... } int main(){ int x[4] = {4,5,3,12} ;
Why does the atomic swap instruction, which can be used to implement spin locks
can swap function be used to free memory as in case of vectors as
I want to swap two integers, and I want to know which of these
I'm trying to swap in the SnowballAnalyzer for StandardAnalyzer on my Maven 2 project.
I need to swap out the out-of-the-box rich text editor with the Telerik editor
I'd like to swap out an sql:query for some Java code that builds a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.