• 创建性能监视器(logman)


    在本地计算机上抓取性能信息

    Logman.exe create counter Perf-1Second -f bincirc -max 500 -c "Processor(*)\% Processor Time" "PhysicalDisk(*)Avg. Disk Bytes/Write" "PhysicalDisk(*)Current Disk Queue Length" -si 00:00:01 -o e:isotestperfmon.blg
    Logman.exe start Perf-1Second
    Logman.exe stop Perf-1Second

    在远程计算机上创建性能计数器抓取性能信息
    Logman.exe create counter Perf-1Second -f bincirc -max 500 -b 2014-05-20 14:29 -e 2014-05-20 14:30 -y -s 192.168.1.1 -c "Processor(*)\% Processor Time" "MemoryAvailable MBytes" "PhysicalDisk(*)Disk Bytes/sec" "Network Interface(*)Bytes Total/sec" -si 00:00:01 -a -o d:perfperfmon.blg

    在本机上抓取远程计算机的性能信息
    Logman.exe create counter Perf-1Second -f bincirc -max 500 -b 2014-05-20 14:29 -e 2014-05-20 14:30 -y -c "\192.168.1.1Processor(*)\% Processor Time" "\192.168.1.1MemoryAvailable MBytes" "\192.168.1.1PhysicalDisk(*)Disk Bytes/sec" "\192.168.1.1Network Interface(*)Bytes Total/sec" -si 00:00:01 -a -o d:perfperfmon.blg -u administrator pass

  • 相关阅读:
    linux 用户与用户组
    linux 用户管理、权限管理
    linux服务与进程
    linux 磁盘阵列
    linux 文件系统 磁盘分区 格式化
    linux shell基础
    Linux网络设置
    DNS域名服务器配置
    Arduino 各种模块篇 摇杆模块
    Arduino 不同Arduino衍生板子的问题
  • 原文地址:https://www.cnblogs.com/dreamer-fish/p/3492507.html
Copyright © 2020-2023  润新知