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

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

各种UNIX文件程序的基准

  • 资源大小:276.95 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分: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
  • 开心快活人 2小时前 成为了本站会员

  • 晋财 3小时前 成为了本站会员

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

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

  • 柳贻 1天前 成为了本站会员

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

  • 焦昱贺 1天前 成为了本站会员

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

  • Li 2天前 成为了本站会员

  • bigfatcat1977 3天前 成为了本站会员

0.167062s