-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
61 lines (50 loc) · 1.91 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Prestan 0.2.0 README
New Feature: Support WebFolder Methods Measurements
Prestan is a WebDAV server performance test suite that allows you comprehensively measure the performance of WebDAV server. Tests include:
WebDAV Methods include:
* Property manipulation:
- PROPPATCH (single/multiple) properties on single resource.
- PROPFIND (single/multiple, dead/live) properties on single resource.
* Resource management:
- PUT (small/medium/large) resources
- GET (small/medium/large) resources
- DELETE
* Namespace management:
- MKCOL
- COPY single resource/collection
- MOVE single resource/collection
* Locking
- LOCK/UNLOCK exclusive locks
WebFolder Methods include:
- GET resource
- PUT resource
- MKCOL
- COPY single resource
- MOVE single resource
- DELETE single resource
- OPEN a Co-Authoring resource
- CLOSE a Co-Authoring resource
- MOUNT a server at client side
WebDAV is an extension to HTTP that allows remote collaborative authoring of
Web resources, defined in RFC 2518.
Prestan code is based on neon library.
1. Installation from Source
- From CVS you need this:
-- Need autoconf 2.51 or later version.
-- Run autogen.sh to generate configure script
-- (
On a RedHat 7.3 system there are two versions of autoconf
installed. Sadly, the old one is the default. You'll need to
tell autogen which autoconf scripts to run:
AUTOHEADER=autoheader-2.53 AUTOCONF=autoconf-2.53 ./autogen.sh
)
- Get Prestan-x-x-x.tar.gz.
- Untar
- configure; make; make install
- Set --with-debug when you do configure to see debug info.
- If you compile Prestan with debug option,
it is NOT running as a daemon mode for debugging convenience.
2. Participation
Prestan is an Open Source project, and we welcome your participation.
Please join developer mailing list [email protected]
For cvs commit info, join [email protected]