博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
openStack 主机流量计运行状态 随笔记录
阅读量:6347 次
发布时间:2019-06-22

本文共 2247 字,大约阅读时间需要 7 分钟。

root@ruiy-controller:~# ifconfig

eth0      Link encap:Ethernet  HWaddr 0c:c4:7a:0d:97:2c
          inet addr:192.168.3.5  Bcast:192.168.3.255  Mask:255.255.255.0
          inet6 addr: fe80::ec4:7aff:fe0d:972c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3566242 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2854582 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1110677818 (1.1 GB)  TX bytes:805105769 (805.1 MB)
          Interrupt:16 Memory:dfc00000-dfc20000
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:22454891 errors:0 dropped:0 overruns:0 frame:0
          TX packets:22454891 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:5845934619 (5.8 GB)  TX bytes:5845934619 (5.8 GB)
root@ruiy-controller:~# w
 22:25:49 up 5 days,  6:56,  1 user,  load average: 0.06, 0.12, 0.15
USER     TTY      FROM             LOGIN@   IDLE   JCPU   PCPU WHAT
root     pts/2    60.168.51.211    22:21    5.00s  0.11s  0.01s w

 

root@ruiy-controller:~# cat /etc/hosts

#127.0.0.1      localhost
# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
#yrzl-cloud ploatform hosts conf by ruiy
192.168.3.5     ruiy-controller
192.168.3.6     ruiy-network
192.168.3.7     ruiy-compute01
root@ruiy-controller:~# ssh ruiy-compute01
root@ruiy-compute01's password:
Welcome to Ubuntu 14.04.4 LTS (GNU/Linux 4.2.0-34-generic x86_64)
 * Documentation:  https://help.ubuntu.com/
  System information as of Tue Mar 29 18:11:49 CST 2016
  System load:  2.85             Users logged in:       0
  Usage of /:   4.9% of 1.22TB   IP address for eth0:   192.168.3.7
  Memory usage: 32%              IP address for eth1:   192.168.3.9
  Swap usage:   0%               IP address for virbr0: 192.168.122.1
  Processes:    340
  Graph this data and manage this system at:
    https://landscape.canonical.com/
3 packages can be updated.
0 updates are security updates.
Last login: Tue Mar 29 18:11:49 2016 from 192.168.3.5
root@ruiy-compute01:~# w
 22:26:23 up 16 days, 17 min,  1 user,  load average: 1.42, 1.68, 1.84
USER     TTY      FROM             LOGIN@   IDLE   JCPU   PCPU WHAT
root     pts/17   192.168.3.5      22:26    0.00s  0.04s  0.00s w

posted on
2016-04-06 22:27 阅读(
...) 评论(
...)

转载于:https://www.cnblogs.com/ruiy/p/5361450.html

你可能感兴趣的文章
CENTOS7下编译安装PHP-5.4以及配置phpMyAdmin
查看>>
磁盘显示无法访问拒绝访问,里面的资料怎样找到
查看>>
Java之品优购课程讲义_day07(5)
查看>>
Java的新项目学成在线笔记-day3(八)
查看>>
Windows 下 Python 3.6 下安装 TensorFlow (屡败屡战)
查看>>
路由简单的实验
查看>>
Centos6.4 xen编译部署
查看>>
三分钟搞懂专利如何申请
查看>>
好程序员web前端教程分享js reduce方法使用教程
查看>>
零基础学习大数据Hadoop需要什么准备?Hadoop如何发展起来的?
查看>>
前端程序员需要具备的几个软实力,你具备了吗
查看>>
RHEL系列网络配置2015083101
查看>>
JS滚轮事件(mousewheel/DOMMouseScroll)了解
查看>>
c# 基本值类型及其默认值
查看>>
[设计模式]简单工厂模式
查看>>
Python正则表达式指南
查看>>
服务器端解决JS跨域调用问题
查看>>
Cocos2d-x游戏开发Lua
查看>>
Linux安装jdk 8和环境变量配置
查看>>
JSON 格式介绍
查看>>