发布时间:2011-07-29 13:18:06作者:知识屋
The Status pages present you with a VERY thorough list of information regarding the current status of your Endian Firewall. The first subsection, System Status, displays the following in top-down order:
Services - Displays which services are currently running. You may use this display to control if all services which you enabled are currently really up and running. Services which are not enabled are listed as stopped services, so no worries about them. If you find services which in fact should be running then it may solve the problem if you simply restart that service.
Figure 3.2. Page which displays the actual running services
Displays the memory/swapfile usage on your EFW box.
Figure 3.3. Page which displays the current memory usage
This is the formatted output of the tool free. Basically it displays the amount of existing (Size) physical (RAM) and virtual (Swap) memory. The amount of existing memory actually reflects the memory which is availably for user applications. For both, physical and virtiual memory, you can see the amount of currently used and free memory. The percentage helps you to better figure out the numbers.
You may notice that after the system has been running for a while reports a really small amount of free memory. To explain this it is needed to strike out a bit and explain basically how the kernel manages the memory. Since disk I/O access is really slow compared to memory I/O access and since files normally get read multiple times, the kernel tries to cache the read data within the disk cache within RAM. The chance is quite high to read out the same data again from the faster cache instead from the slow disk, if the data actually exists in the cache of course. Therefore the kernel fills up all your free memory with disk cache to never waste free RAM. You can see the amount of disk cache as cached in the screenshot above. But no worries, the kernel dynamically frees memory which is used as disk cache as soon as applications need it. To get a clue about how much memory really will be left as free memory to applications you have the line -/+ buffers/cache. That line shows you the amount of used and free memory without the amount of kenrel buffers and disk cache. If that line shows you that you have no more free memory, then your machine begins to heavily use the swap and probably may get problems. Then it may be better to add some additional RAM chips. You may find additional information on Linux System Administrator's Guide.
Disk Usage - Displays the output of df, which reports the amount of total (Size), used and free disk space on your Endian Firewall.
Figure 3.4. Page which displays the current disk usage
The mountpoint /dev shows up as mounted twice. This is a known issue but has no side-effects.
Uptime and Users - Displays the output of the w command which reports the current time, information about how long your system has been running without reboot, the amount of users currently logged in and the system load averages for the past 1, 5 and 15 minutes.
Figure 3.5. Page which displays uptime and current logged in users
If any user is currently logged in, which normaly should not be the case if you are not logged in, you will see a table with information for each user, including his/her login name (USER), the tty name which has been used for login (TTY), the ip address of the remote host from which he/she is logged in (FROM), the timestamp of the login (LOGIN@), the amount of time the user was idle (IDLE), the CPU time used by all processes of the logged in user on this tty (JCPU), the CPU time used by the current process which the user actually runs (PCPU), the process which the user currently has runs (WHAT).
Loaded Modules - This displays all modules currently loaded and in use by the kernel.
Figure 3.6. Page which displays the current loaded kernel modules
Kernel Version - This displays information on the EFW Kernel itself. This is the output of uptime -a. It displays the kernel name, the hostname, the kernel version with release information, the timestamp from when it has been builb, the architecture for which it has been build and the name of the operating system.
Figure 3.7. Page which displays the kernel version
Linux系统Troubleshouting及修复FATAL:NObootalemediumfound!Systemhalted
Linux系统备份恢复工具SYSTEM-RESCUE-CD的使用
windows rootsystem32hal.dll丢失 [Linux, untu,BT4]
ubuntu打开声音首选项提示:“正在等待声音系统响应”(waiting for sound system to&nbs
Linux and Windows System Error Codes
Linux System and Performance Monitoring(Network篇)
Linux System Administrator攻略(一)
Linux System Administrator攻略(二)
Linux System Administrator攻略(三)
Linux System Administrator攻略(四)
2012-07-10
CentOS 6.3安装(详细图解教程)
Linux怎么查看网卡驱动?Linux下查看网卡的驱动程序
centos修改主机名命令
Ubuntu或UbuntuKyKin14.04Unity桌面风格与Gnome桌面风格的切换
FEDORA 17中设置TIGERVNC远程访问
StartOS 5.0相关介绍,新型的Linux系统!
解决vSphere Client登录linux版vCenter失败
LINUX最新提权 Exploits Linux Kernel <= 2.6.37
nginx在网站中的7层转发功能