seaweedfs/weed
chrislu 0da2dfd640 fuse: change to direct io mode
before and after:

chrislu$ time dd if=/dev/random of=/Users/chrislu/tmp/mm/testfile bs=131072 count=8192
8192+0 records in
8192+0 records out
1073741824 bytes transferred in 4.534068 secs (236816430 bytes/sec)
dd if=/dev/random of=/Users/chrislu/tmp/mm/testfile bs=131072 count=8192  0.01s user 3.86s system 84% cpu 4.561 total
chrislu$ time dd if=/dev/random of=/Users/chrislu/tmp/mm/testfile bs=131072 count=8192
8192+0 records in
8192+0 records out
1073741824 bytes transferred in 3.824072 secs (280784948 bytes/sec)
dd if=/dev/random of=/Users/chrislu/tmp/mm/testfile bs=131072 count=8192  0.01s user 3.22s system 83% cpu 3.857 total
2021-12-28 12:22:56 -08:00
..
cluster add brokers 2021-11-09 08:50:55 -08:00
command fuse: change to direct io mode 2021-12-28 12:22:56 -08:00
filer filer list entries use context to break job 2021-12-28 15:03:41 +08:00
filesys fuse: change to direct io mode 2021-12-28 12:22:56 -08:00
ftpd go fmt 2021-09-14 10:37:06 -07:00
glog add log level possible values 2021-04-12 21:15:51 -07:00
iamapi use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
images refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
messaging use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
notification Do reconnect to RabbitMQ 2021-02-11 13:59:36 +05:00
operation use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
pb use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
query go fmt 2019-10-09 00:03:18 -07:00
remote_storage use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
replication use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
s3api use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
security refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
sequence removing etcd sequencer 2021-10-10 19:10:46 -07:00
server Filer Server API support fsync 2021-12-26 17:28:47 -08:00
shell use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
static S 2021-07-15 17:43:38 -07:00
stats handle ipv6 addresses 2021-09-07 16:43:54 -07:00
storage use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
topology use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
util 2.83 2021-12-25 01:01:34 -08:00
wdclient use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
Makefile make install 2021-11-09 12:34:57 -08:00
weed.go Add autocomplete 2021-08-03 02:56:52 +09:00