2

I'm trying to do load test postgresql db using tsung.
I used pgsql.xml provided in examples folder in tsung-1.5.0.

Could anyone point me out what the problem is and how to solve it?

Community
  • 1
  • 1
user2448361
  • 155
  • 2
  • 10

1 Answers1

1

You are using server monitoring and your SSH is not setup..

<monitoring>
<monitor host="localhost"/>
</monitoring>

Do you really want to monitor server? If not then you can comment the code and it should work fine.. If yes then you will have to set up a password less SSH to your server...

Jack Daniel's
  • 2,583
  • 22
  • 28