beakerlib-storage (1) Linux Manual Page
NAME BeakerLib – storage – Internal storage helpers DESCRIPTION There are currently no public functions in this module Index
NAME BeakerLib – storage – Internal storage helpers DESCRIPTION There are currently no public functions in this module Index
NAME BeakerLib – rpms – Package manipulation helpers DESCRIPTION Functions in this BeakerLib script are used for RPM manipulation. FUNCTIONS Rpm Handling rlCheckRpm Check whether a package is installed. rlCheckRpm name[version][release][arch] name Package name like "kernel" version Package version like 2.6.25.6 release Package release like "55.fc9" arch Package architucture like "i386" Returns 0 if the…
NAME BeakerLib – performance – Performance measuring routines DESCRIPTION This is a library of helpers and shortcut for performance monitoring of applications. It provides various means of measuring time and memory performance of programs. FUNCTIONS Time Performance rlPerfTime_RunsInTime Measures, how many runs of some commands can be done in specified time. This approach is suitable…
NAME BeakerLib – logging – phase support, logging functions and metrics DESCRIPTION Routines for creating various types of logs inside BeakerLib tests. Implements also phase support with automatic assert evaluation. FUNCTIONS Logging rlLog rlLogDebug rlLogInfo rlLogWarning rlLogError rlLogFatal Create a time/priority-labelled message in the log. There is a bunch of aliases which can create messages…
NAME BeakerLib – libraries – mechanism for loading shared test code from libraries DESCRIPTION This file contains functions for bringing external code into the test namespace. FUNCTIONS rlImport Imports code provided by one or more libraries into the test namespace. The library search mechanism is based on Beaker test hierarchy system, i.e.: /component/type/test-name/test-file When test-file…
NAME BeakerLib – journal – journalling functionality DESCRIPTION Routines for initializing the journalling features and pretty printing journal contents. FUNCTIONS Journalling rlJournalStart Initialize the journal file. rlJournalStart Run on the very beginning of your script to initialize journalling functionality. rlJournalEnd Summarize the test run and upload the journal file. rlJournalEnd Run on the very end…
NAME BeakerLib – infrastructure – mounting, backup and service helpers DESCRIPTION BeakerLib functions providing checking and mounting NFS shares, backing up and restoring files and controlling running services. FUNCTIONS Mounting rlMount Create mount point (if neccessary) and mount a NFS share. rlMount [-o MOUNT_OPTS] server share mountpoint server NFS server hostname. share Shared directory name….
NAME BeakerLib – analyze – Analyzing test results DESCRIPTION Contains helpers for summarizing test results. FUNCTIONS Analyze rlDejaSum TODO description rlDejaSum par1 par2 par1 TODO description par2 TODO description Return 0 if… TODO AUTHORS • Petr Muller <pmuller [at] redhat.com> • Jan Hutar <jhutar [at] redhat.com> • Petr Splichal <psplicha [at] redhat.com> Index
NAME beagled – the Beagle desktop search daemon SYNOPSIS beagled [options] DESCRIPTION beagled, the Beagle daemon, is the heart of Beagle, a system for searching and managing your personal information space. The Beagle daemon should normally be started as part of user’s desktop startup process. Running beagled by hand is of use for those wishing…
NAME beagle-status – repeatedly display Beagle status SYNOPSIS beagle-status DESCRIPTION beagle-status repeatedly displays status about beagled(1), the Beagle daemon, in a top-like fashion. AUTHOR Novell, Inc. REPORTING BUGS Report bugs to <dashboard-hackers [at] gnome.org>. COPYRIGHT Copyright © 2005 Novell, Inc. This is free software; see the source for copying conditions. There is NO warranty; not…
NAME beagle-shutdown – cleanly shutdown the Beagle daemon SYNOPSIS beagle-shutdown DESCRIPTION beagle-shutdown is used to cleanly shutdown and terminate beagled(1), the Beagle daemon. You should use this utility instead of manually killing the daemon, as this ensures that beagled is in a consistent state before terminating. AUTHOR Novell, Inc. REPORTING BUGS Report bugs to <dashboard-hackers…
NAME beagle-settings SYNOPSIS beagle-settings DESCRIPTION A graphical interface to control settings of the Beagle search system. For more information, see the man page for beagle-config (the command-line tool to control Beagle settings) AUTHOR Novell, Inc. REPORTING BUGS Report bugs to <dashboard-hackers [at] gnome.org>. COPYRIGHT Copyright © 2004-2007 Novell, Inc. This is free software; see the…
NAME beagle-search SYNOPSIS beagle-search [options] [<query string>] DESCRIPTION GNOME-based graphical user interface to the Beagle search system OPTIONS –icon Add an icon to the notification area rather than opening a search window. –search-docs Also search the system-wide documentation index. –help Display a summary of command-line options AUTHOR Novell, Inc. REPORTING BUGS Report bugs to <dashboard-hackers…
NAME beagle-query – search your personal information space SYNOPSIS beagle-query [options] query DESCRIPTION beagle-query is used to search your personal information space via Beagle, on the command line. It is a command-line form of the beagle-search GNOME program. OPTIONS Search options –max-hits Reduce the number of search results returned per backend. The default is 100….
NAME beagle-ping SYNOPSIS beagle-ping DESCRIPTION beagle-ping prints the version number of the beagle-daemon. It is identical to beagle-info –daemon-version AUTHOR Novell, Inc. REPORTING BUGS Report bugs to <dashboard-hackers [at] gnome.org>. COPYRIGHT Copyright © 2004-2007 Novell, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or…
NAME beagle-info SYNOPSIS beagle-info [options] DESCRIPTION beagle-info displays information about Beagle OPTIONS Information about the currently running Beagle daemon. Beagle daemon should be running for these options. beagle-info takes the following options: –daemon-version Print the version of the running daemon. –status Display status of the running daemon. –index-info Display statistics of the Beagle indexes. –is-indexing…
NAME beagle-config – command-line interface to Beagle configuration SYNOPSIS beagle-config options beagle-config sections beagle-config sections section-options [params] beagle-config xml-options DESCRIPTION beagle-config is a command line tool designed to manipulate the Beagle configuration. The configuration is stored in a series of files usually located in the ~/.beagle/config directory. The configuration is split up into sections, each…
NAME bdii-update – the bdii update process SYNOPSIS bdii-update [-d ] -c config-file DESCRIPTION The bdii-update process obtains the LDIF by reading files found the ldif directory, running providers found in the provider directory and running plugins found in the plugin directory. The difference between providers and plugins is that providers return complete entries and…
NAME bdftruncate – generate truncated BDF font from ISO 10646-1-encoded BDF font SYNOPSIS bdftruncate threshold < source.bdf > destination.bdf DESCRIPTION bdftruncate allows one to generate from an ISO10646-1 encoded BDF font other ISO10646-1 BDF fonts in which all characters above a threshold code value are stored unencoded. This is often desirable because the Xlib API…
NAME bdftopcf – convert X font from Bitmap Distribution Format to Portable Compiled Format SYNOPSIS bdftopcf [ -pn ] [ -un ] [ -m ] [ -l ] [ -M ] [ -L ] [ -t ] [ -i ] [ -o outputfile ] fontfile.bdf DESCRIPTION Bdftopcf is a font compiler for the X server…