| linux | Windows | Description |
| du | du.exe | disk usage |
| time | timeit.exe | process execution time and other performance information |
| export | set | set environment variables |
| printenv | set | print all environment variables |
Performance monitor
Windows: perfmon, diskperf
Linux: top -H, mpstat, sar, iostat, gnome-system-monitor
there is post mentioned other list of commands.
本文对比了Linux与Windows下的常用命令,如磁盘使用情况查询(du与du.exe)、进程执行时间和性能信息获取(time与timeit.exe)、环境变量设置与查询(export/set与set)等。同时介绍了性能监控工具在两个系统中的应用。
120

被折叠的 条评论
为什么被折叠?



