FastHandle - IT Operations Examples

FastHandle is fast operation tools for infrastructure configurations and tests.

User Tools

Site Tools


os:linux:get:scripts:systeminfo.sh.html



Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
os:linux:get:scripts:systeminfo.sh.html [2017/11/25 02:28]
kurihara ↷ Page moved from scripts:systeminfo.sh.html to os:scripts:systeminfo.sh.html
os:linux:get:scripts:systeminfo.sh.html [2018/02/04 23:58]
kurihara
Line 1: Line 1:
 +[[os:linux:ope:index.html]]
 ====== systeminfo.sh ====== ====== systeminfo.sh ======
 +$FHHOME/target/scripts/systeminfo.sh
  
 <sxh bash toolbar:false gutter:false> <sxh bash toolbar:false gutter:false>
Line 41: Line 42:
 ## cat /proc/cpuinfo |grep "cpu cores" | perl -e 'while(<>){$n+=/(\d+)/?$1:0;}print"$n\n";' #### ## cat /proc/cpuinfo |grep "cpu cores" | perl -e 'while(<>){$n+=/(\d+)/?$1:0;}print"$n\n";' ####
 `cat /proc/cpuinfo |grep "cpu cores" | perl -e 'while(<>){$n+=/(\d+)/?$1:0;}print"$n\n";'` `cat /proc/cpuinfo |grep "cpu cores" | perl -e 'while(<>){$n+=/(\d+)/?$1:0;}print"$n\n";'`
- 
  
  
Line 47: Line 47:
 `cat /proc/meminfo  |egrep "MemTotal|SwapTotal"` `cat /proc/meminfo  |egrep "MemTotal|SwapTotal"`
  
 +## df -h  |grep -v tmpfs
 +`df -h  |grep -v tmpfs`
 +
 +## mount | egrep ^/dev ####
 +`mount | egrep "^/dev|nfs"`
  
  
Line 69: Line 74:
  
 </sxh> </sxh>
 +
 +
 +\\
 +\\
 +[[os:linux:ope:index.html]]
 +
 +\\
 +<WRAP box 90%>
 +[[:index.html#OS Management|Top#OS Management]]
 +<catlist ..:..: -noAddPageButton -noHead -sortAscending>
 +</WRAP>
  


os/linux/get/scripts/systeminfo.sh.html.txt · Last modified: 2018/02/04 23:58 by kurihara