Skip to content
Snippets Groups Projects
Commit 51a2cf93 authored by Panos Christeas's avatar Panos Christeas
Browse files

Client script for statistics.

bzr revid: p_christ@hol.gr-20091028003103-1mxviwpnp52j22tw
parent 879199c6
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# ADMIN_PASSWD='admin'
method_1() {
cat '-' << EOF
<xml>
<methodCall>
<methodName>get_stats</methodName>
<params>
</params>
</methodCall>
EOF
}
LEVEL=10
if [ -n "$1" ] ; then LEVEL=$1 ; fi
method_1 $LEVEL | POST -c 'text/xml' http://localhost:8069/xmlrpc/common
#eof
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment