Skip to content

Commit

Permalink
Removing old text from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
boazhaim committed Nov 17, 2024
1 parent 97b0dbb commit bf28e48
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions plugins/ufm_log_analyzer_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,6 @@ sudo yum install -y libjpeg-devel zlib-devel
```
Know your UFM sysdump location.

#### Running on a remote server
Since the tool generates graphs, you will need to setup an X11 forwarding:

1. Mac - Install and run [Quartz](https://www.xquartz.org/). Windows - Install and run [Xming](http://www.straightrunning.com)
2. On your remote server (Ubuntu/RedHat), make sure the x11 forwarding is enabled:
```
vim /etc/ssh/sshd_config
#Enalbe x11
X11Forwarding yes
```
3. Restart the ssh service `systemctl restart ssh` or `systemctl restart sshd` depends on the OS.
4. Install `python3-tk` using `sudo yum install python3-tkinter` or `sudo apt-get install python3-tk` depends on the OS.
5. When you SSH to the server, use the flag `-X`, for example `ssh -X root@my-vm`

If you would like to make sure it is working, once connection is done, do `xclock &`. This should start a clock on your machine.

### How to run
```
./log_analzer.sh [options] -l <path to dump>
Expand Down Expand Up @@ -89,7 +73,6 @@ This logic will show links that:
2. Thermal shut down.
3. If one side went down and the other side was not rebooted.


![Tool flow](img/loganalzer.png)


0 comments on commit bf28e48

Please sign in to comment.