This file is indexed.

/usr/share/doc/funkload/examples/demo/xmlrpc/README.txt is in funkload 1.16.1-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
====================
FunkLoad demo/xmlrpc
====================
$Id$

By using ``xmlrpc_call`` you can bench an xmlrpc service, in this small
example we test the credentiald XML RPC service.

This demo use a Makefile to drive tests.

To test it just::

  make

To bench it::

  make bench

To test another server that the one define in the Credential.conf::

  make URL=http://localhost:33301