cloudstack/agent-simulator/scripts/__old__/testQuery.sh

10 lines
200 B
Bash
Executable File

#
# Copyright (C) 2011 Cloud.com, Inc. All rights reserved.
#
test="GET http://10.91.30.226:8096/?command=listEvents&page=1 HTTP/1.0\n\n"
echo -e $test | nc -v -q 20 10.91.30.226 8096