How to check whether kibana and elsasticsearch-head services are started

the kibana and elasticsearch-head corresponding to the higher version of elasticsearch are developed by nodejs, and the startup is also started through the command npm run start of nodejs

but after startup, how to determine whether the service is started

other services can generally be judged by ps-ef | grep xxx, but the services of these two nodejs cannot be judged in this way. How to determine whether the service is started and how to shut down the service?

Mar.18,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2b25b-2ba61.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2b25b-2ba61.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?