西维蜀黍

【Linux】命令 - ifconfig

SYNOPSIS

$ ifconfig [-v] [-a] [-s] [interface]
$ ifconfig [-v] interface [aftype] options | address ...
  ...


【Linux】网络管理

相关command

  • ifup
  • ifdown
  • netstat
  • route
  • ip
  ...


【FreeBSD】读取CPU 温度

View

$ sysctl -a | grep temperature
hw.acpi.thermal.tz1.temperature: 29.9C
hw.acpi.thermal.tz0.temperature: 27.9C
dev.cpu.7.temperature: 39.0C
dev.cpu.6.temperature: 39.0C
dev.cpu.5.temperature: 42.0C
dev.cpu.4.temperature: 42.0C
dev.cpu.3.temperature: 49.0C
dev.cpu.2.temperature: 49.0C
dev.cpu.1.temperature: 46.0C
dev.cpu.0.temperature: 46.0C
  ...


【FreeBSD】压力测试

stress

It is a simple workload generator for POSIX systems. It imposes a configurable amount of CPU, memory, I/O, and disk stress on the system. It is written in C, and is free software licensed under the GPLv2. It is not a benchmark, but is rather a tool designed

  ...


【FreeBSD】资源使用查看

View Network Traffic

# Network Throughput
$ systat -ifs
                    /0   /1   /2   /3   /4   /5   /6   /7   /8   /9   /10
     Load Average   ||

      Interface           Traffic               Peak                Total
            lo0  in      0.391 KB/s          0.391 KB/s          341.838 KB
                 out     0.391 KB/s          0.391 KB/s          341.838 KB

            aq0  in    117.038 MB/s        117.038 MB/s           10.210 GB
                 out     2.935 MB/s          2.935 MB/s          261.974 MB
  ...