tariqbuilds / linux-dash

A beautiful web dashboard for Linux
https://afaqurk.github.io/linux-dash/
MIT License
10.43k stars 1.2k forks source link

Elasticsearch running but not displaying #412

Closed phpmind closed 7 years ago

phpmind commented 7 years ago

Hello,

Elasticsearch running inside ubuntu 16 but not displaying in the "RAM INTENSIVE PROCESSES" list. It's shows only java. Elastic run on port :9200

Very happy with utility.

Thanks

tariqbuilds commented 7 years ago

@phpmind Interesting. I believe this is an issue with how Elasticsearch is registered as a process with the OS. It shows as Java bc it is, technically, a Java runtime application.

Linux Dash is simply reporting what your OS provides it: https://github.com/afaqurk/linux-dash/blob/master/server/modules/shell_files/ram_intensive_processes.sh

Hope that makes sense. If you find there to be more information which can show Linux Dash not reporting what your OS is, please reopen the issue.