[OpenAFS] Extremely poor write performance.
Rubino Geiß
kb44@rz.uni-karlsruhe.de
Fri, 17 Jan 2003 18:35:18 +0100
I was able to compile arla perf (using --disable-nnpfs), but now I got:
./afsfsperf -host i44pc1.info.uni-karlsruhe.de -volume 536872041 -authlevel
1
afs low-level fileserver performance tester
Perf
host: i44pc1.info.uni-karlsruhe.de, volume: 536872041, auth: clear
do the whole benchmark
Operation total time summary
gettime 1 times : 0 msec 1109.878 operations/s
gettime 100 times : 39 msec 2526.337 operations/s
gettime 1000 times : 254 msec 3923.707 operations/s
gettime 2000 times : 331 msec 6037.426 operations/s
afsfsperf: RXAFS_MakeDir returned 13
./afsfsperf -host i44pc1.info.uni-karlsruhe.de -volume 536872041 -authlevel
2
afs low-level fileserver performance tester
Perf
host: i44pc1.info.uni-karlsruhe.de, volume: 536872041, auth: auth
do the whole benchmark
Operation total time summary
afsfsperf: kocell.c:914: cell_getthiscell: Assertion `thiscell != ((void
*)0)' failed.
Aborted
I guess this is due to authentification problems, but i do have an OpenAFS
admin token, do i need more? arla tokens? dont know...
> > Rubino Geiß <kb44@rz.uni-karlsruhe.de> writes:
> >
> > > I'm trying to compile it...
> >
> > whats your problem ?
>
> after installing
>
> i got to this error:
>
> In file included from nnpfs_load.c:37:
> nnpfs/nnpfs_locl.h:43:25: asm/current.h: No such file or
> directory In file included from /usr/include/linux/fs.h:23,
> from nnpfs/nnpfs_locl.h:57,
> from nnpfs_load.c:37:
> /usr/include/linux/string.h:8:2: #warning Using kernel header
> in userland! In file included from /usr/include/linux/bitops.h:69,
> from /usr/include/asm/system.h:7,
> from /usr/include/linux/sched.h:16,
> from nnpfs/nnpfs_locl.h:64,
> from nnpfs_load.c:37:
> /usr/include/asm/bitops.h:333:2: #warning This includefile is
> not available on all architectures.
> /usr/include/asm/bitops.h:334:2: #warning Using kernel
> headers in userspace.
>
>
> [several hundert lines of errors / warnings]
>
> nnpfs_load.c:125: warning: implicit declaration of function
> `unregister_chrdev'
> nnpfs/nnpfs_locl.h: At top level:
> nnpfs_load.c:52: warning: `DECLARE_FSTYPE' declared `static'
> but never defined
> make[2]: *** [nnpfs_load.o] Error 1
> make[2]: Leaving directory
> `/afs/info.uni-karlsruhe.de/user/rubino/XXX/arla-0.36pre7/nnpfs/linux'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory
> `/afs/info.uni-karlsruhe.de/user/rubino/XXX/arla-0.36pre7/nnpfs'
> make: *** [all] Error 1