Jump to content

get CPU and Ram infos via bash


jumbo125

Recommended Posts

Hello

I want to get cpu and ram infos via bash command.

So i use this for temperature:

 

For the cpu usage i needed a long time to find a solution. now i found this:

echo $[100-$(vmstat 1 2|tail -1|awk '{print $15}')]

 

For the free ram usage, i will use 

free --mega

 

My question

Are this command correct? the cpu command line is really new for me...

 

does it takes a lot of ressources, if i use this commands every 2 seconds to get a real time listening? i need to write it in a database to get a graphical solution.

 

Thank you for your help

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines