简体   繁体   中英

I am unable to run jmeter on my cent os machine

I tried to setup jmeter on my cent OS system, I had successfully copied and extracted the zip but when I am trying to open it through the command -

./jmeter.sh

it is showing the error like-

No X11 DISPLAY variable was set

then I had reffered some documents on internet and using that I had set my display variable using the command-

export DISPLAY=:0.0

but still my issue in not solved. Please help me in solving the issue..

The issue is you need something called tightvnc server to see the graphical part of JMeter on your server machine.

The way that it works is you need a client to see the graphical interface.

http://www.tightvnc.com/

https://serverfault.com/questions/15882/is-it-possible-to-start-a-vnc-server-in-ubuntu-in-display-0-without-using-the-de

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM