首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 各种UNIX文件程序的基准

各种UNIX文件程序的基准

  • 资源大小:276.95 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: unix 程序 文件 各种 基准

资 源 简 介

Description copybench includes various filecopy programs in different implementations for UNIX environment. Purpose copybench may be used as the benchmarking program for Storage Hardware and Operationg System (e.g. I/O, Memory, File System). Detail copybench includes following implementations. mmap -> mmap -> memcpy (default, +madvise) mmap -> write (default, +madvice) read -> write (default, +posix_fadvise) Build You can build copybench by the following commands. $ ./configure$ make If you got the source code from svn, you need to execute ./autogen.sh before executing configure script. Execute First, you need to create large empty file by dd command. This command creates 5G file. $ dd if=/dev/zero of=5Gfile bs=1G count=5 Then, edit following part

文 件 列 表

copybench-1.0
configure.ac
config.h.in
Makefile.in
mmap-mmap.c
configure
install-sh
missing
mmap-write.c
config.sub
config.guess
aclocal.m4
depcomp
test.sh
ltmain.sh
read-write.c
Makefile.am
VIP VIP
  • IATWAY 2小时前 成为了本站会员

  • 大智若愚 8小时前 成为了本站会员

  • Mason 10小时前 成为了本站会员

  • 11小时前 成为了本站会员

  • Half_Punch 1天前 成为了本站会员

  • liqing71718 1天前 成为了本站会员

  • 伟国 1天前 成为了本站会员

  • songy 1天前 成为了本站会员

  • 纯色幽默 1天前 成为了本站会员

  • odd? 1天前 成为了本站会员

0.274023s