Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajsa committed Apr 16, 2019
1 parent a14b275 commit 4e4d826
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ usage: App

Sample command line
````
./gradlew run --args="-h='192.168.1.55:55555' -u=testuser -p=solace123 -v=testvpn -publishCount=20000 -publishTopic=a/b"
Publishing mode:
./gradlew run --args="-h='localhost:55555' -u=default -p=default -v=VPN2 -msgcount 10000 -pt a/b -cq a/b -rt a/b -pm persistent -pp"
Consumer Mode:
./gradlew run --args="-h='localhost:55555' -u=default -p=default -v=VPN2 -msgcount 10 -pt a/b -cq Test -rt a/b -cc"
````
[hello-perf ]$ ./gradlew run --args="-h='192.168.1.55:55555' -u=username -p=password -v=testvpn -publishCount=20000 -publishTopic=a/b"

> Task :run
01:31:32 INFO c.e.s.h.App(23) - App Starting [main]
Expand Down

0 comments on commit 4e4d826

Please sign in to comment.