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
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad