From ac3ec46b40c0e264953f6469dfa4e2c0b3c98eeb Mon Sep 17 00:00:00 2001 From: UtkarshShah0 <93548048+UtkarshShah0@users.noreply.github.com> Date: Fri, 22 Apr 2022 15:32:32 +0530 Subject: [PATCH] updated_post_install_verification Fixed issue #840 Added post install verification step --- installer/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/installer/README.md b/installer/README.md index d26f74387..2dc362620 100644 --- a/installer/README.md +++ b/installer/README.md @@ -131,6 +131,13 @@ $ installer/install Note: Multiple instances of exporter and api is not allowed currently. +#### Post install verification +After delfin installation use the following command to verify all process +of delfin are running. +```sh +ps -aux | grep delfin +``` + # Uninstall Running the uninstall script will stop all delfin processes and do cleanup ```sh