EnglishFrenchSpanish

Ad


OnWorks favicon

gbrowse_cleanp - Online in the Cloud

Run gbrowse_cleanp in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command gbrowse_cleanp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


gbrowse_clean.pl - Clean up sessions and other temporary gbrowse2 files

SYNOPSIS


From the command line:

sudo -u www-data gbrowse_clean.pl

Replace "www-data" with the web server account name on your system.

To run automatically under cron, create a crontab file for the web server user that
contains a line like the following:

# m h dom mon dow command
5 0 * * /usr/bin/gbrowse_clean.pl >>/var/log/gbrowse2/gbrowse_clean.log

OPTIONS


-verbose
Report actions verbosely, printing out each session, file and directory deleted.

-help
Print a brief help message and exits.

-man
Prints the manual page and exits.

DESCRIPTION


GBrowse2 generates a number of temporary files during its operations. These files include
session data, data cache files, and temporary image files, as well as user upload data
from custom tracks.

This script expires these temporary files, releasing unneeded space. The script honors the
following options from the GBrowse.conf master configuration file:

Name Default Description
---- ------- -----------
exire session 1M How long to keep session data
expire cache 2h How long to keep cache data
expire uploads 6w How long to keep user track data

Time intervals are indicated using a count and a unit:

Suffix Time Unit
------ ---------
s seconds
m minutes
h hours
d days
w weeks
M months
y years

expire session controls how long before user session data expires. Once a session expires,
the user's saved settings, such as his preferred data source, track visibility settings,
and custom track uploads are purged. The expiration interval is measured since the last
time the user accessed his session, so simply loading a region in the browser without
changing settings is sufficient to prevent a session from expiring.

expire cache controls how long before cached track data is purged from the system. Caching
for up to a few hours increases performance because users frequently reload the same
region. Caching for longer periods increases the time between updating the database and
tracks displaying those changes.

expire uploads controls how long to keep user uploaded data for custom tracks on disk. It
makes sense to keep it on disk for as long or longer than the session. Even if the user's
session expires, he can still get at the uploaded data if he bookmarked his session or
shared the uploaded track at any point.

This script should be run periodically, ideally under cron. Once per day should be
adequate for most uses, but heavily-used sites may wish to run the script more frequently.
It is important to run the script under the same user account as the web server; otherwise
the script will be unable to delete the files created by the web server user during
gbrowse execution. Do not run this script as root.

Use gbrowse_cleanp online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    ExpressLuke GSI
    ExpressLuke GSI
    This SourceForge download page was to
    grant users to download my source built
    GSIs, based upon phhusson's great
    work. I build both Android Pie and
    Android 1...
    Download ExpressLuke GSI
  • 2
    PyQt
    PyQt
    PyQt is the Python bindings for
    Digia's Qt cross-platform
    application development framework. It
    supports Python v2 and v3 and Qt v4 and
    Qt v5. PyQt is avail...
    Download PyQt
  • 3
    garlic3
    garlic3
    Gambas3* coding tools and examples for
    use in SMB or other organizations that
    make internal programs. E.g. from
    database fields to class sourcecode with
    DbInfo...
    Download garlic3
  • 4
    Sardi
    Sardi
    Sardi is a complete restyling and
    optimisation of svg code. 6 choices for
    your applications and 10 kind of folders
    to use in your file manager. The sardi
    icons...
    Download Sardi
  • 5
    LMMS Digital Audio Workstation
    LMMS Digital Audio Workstation
    LMMS is a free cross-platform software
    which allows you to produce music with
    your computer. If you like this project
    consider getting involved in the project
    h...
    Download LMMS Digital Audio Workstation
  • 6
    FreeRTOS Real Time Kernel (RTOS)
    FreeRTOS Real Time Kernel (RTOS)
    FreeRTOS is a market-leading real-time
    operating system (RTOS) for
    microcontrollers and small
    microprocessors. Distributed freely
    under the MIT open source lice...
    Download FreeRTOS Real Time Kernel (RTOS)
  • 7
    Avogadro
    Avogadro
    Avogadro is an advanced molecular
    editor designed for cross-platform use
    in computational chemistry, molecular
    modeling, bioinformatics, materials
    science and ...
    Download Avogadro
  • More »

Linux commands

Ad