Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to view system resource information by Redhat

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article is about how Redhat views system resource information. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

1. Check cpu

More / proc/cpuinfo | grep "model name"

Grep "model name" / proc/cpuinfo

If you feel the need to see more comfortable

Grep "model name" / proc/cpuinfo | cut-f2-d:

Second, check the memory

Grep MemTotal / proc/meminfo

Grep MemTotal / proc/meminfo | cut-f2-d:

Free-m | grep "Mem" | awk'{print $2}'

III. Version information

Check whether cpu is 32-bit or 64-bit

Getconf LONG_BIT

View the current version of linux

More / etc/redhat-release

Check the kernel version

The latest kernel: www.kernel.org

Uname-r

Uname-a

IV. Environmental variable information

Printenv

HOSTNAME: hostnam

SHELL: the location of the shell that runs the shell script by default

TERM:

HISTSIZE: number of historical records

QTDIR

QTINC

USER: user name

LS_COLORS

TMOUT: how long does it take to quit after not operating (in s)

MAIL

PATH: command search path

PWD: current path

LANG: character set

HISTCONTROL

SHLVL

HOME: home directory

LOGNAME: login name

QTLIB

CVS_RSH

DISPLAY: graphical interface output

HISTTIMEFORMAT

G_BROKEN_FILENAMES

_

Thank you for reading! This is the end of this article on "how to view system resource information in Redhat". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report