18 January 2026:


This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.



Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.

how to shutdown sahi proxy from cmd line?

shamsham Members
edited November -1 in Sahi - Open Source
Hi all

after starting the sahi proxy from cmd line in ubuntu, I'm unable to shut it down .
pgrep is not giving me a PID for this process either.
Any idea how i can bring sahi down from cmd line?

Comments

  • globalwormingglobalworming Moderators
    lsof -i:9999 | kill #will fail, parse process number pls

    look in the manual for lsof, there is a way to get just the process number
  • shamsham Members
    Thanks it helped..
Sign In or Register to comment.