Difference between revisions of "Unable to generate Performance plot"

From Secure Web Gateway
en>Samidha12
 
m (1 revision imported: Importing all pages)
 
(No difference)

Latest revision as of 15:36, 24 July 2021

ISSUE

Unable to generate performance plot from SafeSquid Interface : Support Page > Performance Plot

Troubleshooting

When you install SafeSquid Appliance Builder (SAB) to setup your secure web gateway, the required packages also installed automatically.
The necessary package required to generate performance plot from SafeSquid interface is gnuplot(Command-line driven interactive plotting program)

If you are not able to generate performance plot from SafeSquid interface automatically follow below steps.

  1. Verify the package (gnuplot) is properly installed while installation or not
root@sabproxy:~#  aptitude search gnuplot
i   gnuplot                                                                                    - Command-line driven interactive plotting program

If it is not installed properly installed it manually(Internet is required for installation)

root@sabproxy:~# aptitude install gnuplot

 

    2. Go to the this path (location of plot.sh script)

root@sabproxy:~# cd /usr/local/safesquid/ui_root/cgi-bin/
root@sabproxy:/usr/local/safesquid/ui_root/cgi-bin# ll
total 80
drwxrwxr-- 2 ssquid root  4096 Mar 14 11:57 ./
drwxrwxr-- 8 ssquid root  4096 Mar 14 11:57 ../
-rwxrwxr-- 1 ssquid root  1602 Mar 19 16:54 app_template.sh*
-rwxrwxr-- 1 ssquid root   683 Mar 19 16:54 cronentry.sh*
-rwxrwxr-- 1 ssquid root  2542 Mar 19 16:54 kerberos.sh*
-rwxrwxr-- 1 ssquid root 17255 Mar 19 16:54 modify_plot.sh*
-rwxrwxr-- 1 ssquid root  2608 Mar 19 16:54 moniter.sh*
-rwxrwxr-- 1 ssquid root 16869 Mar 19 16:54 plot.sh*
-rwxrwxr-- 1 ssquid root     0 Mar 19 16:54 restart.sh*
-rwxrwxr-- 1 ssquid root   619 Mar 19 16:54 service.sh*
-rwxrwxr-- 1 ssquid root  6193 Mar 19 16:54 support_tarball.sh*
-rwxrwxr-- 1 ssquid root   518 Mar 19 16:54 update.sh*

Here you can see the plot.sh script is available with appropriate permissions.
Once you confirm the availability of plot.sh script, move for your requirements.

 

    3. For specific time range you can generate the plot as below :

./plot.sh YYYYMMDDHHMMSS YYYYMMDDHHMMSS

Example1 :
root@sabproxy:/usr/local/safesquid/ui_root/cgi-bin#./plot.sh 20180305000000 20180305235959

 

    4. For whole day i.e. march 5th 2018
This will give the performance plot for hole day i.e. March 5th 2018

Example2:  
root@sabproxy:/usr/local/safesquid/ui_root/cgi-bin#./plot.sh 20180305000000 20180305235959

 

  5. Go to below path /var/log/safesquid/performance/  >>  location of generated performance plot

root@sabproxy:~# cd /var/log/safesquid/performance/
root@sabproxy:/var/log/safesquid/performance# ll
total 84968
drwxrwxr-- 2 ssquid root     4096 Mar 21 16:05 ./
drwxrwxr-- 9 ssquid root     4096 Mar 14 12:05 ../
-rw-rw-r-- 1 ssquid root 86732546 Mar 21 16:46 performance.log
-rw-rw-r-- 1 ssquid root   259706 Mar 21 16:46 performance.png