Download List

Descripción del Proyecto

Loadbars is a small script that can be used to observe CPU loads of several remote servers at once in real time. It connects with SSH (using SSH public/private key auth) to several servers at once and vizualizes all server CPUs and memory statistics right next each other (either summarized or each core separately). Loadbars is not a tool for collecting CPU loads and drawing graphs for later analysis. However, since such tools require a significant amount of time before producing results, Loadbars lets you observe the current state immediately. Loadbars does not remember or record any load information. It just shows the current CPU usages like top or vmstat does.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-03-17 06:46
0.5.1.2

Esto corrige un error desagradable que se ha producido por salir: demasiados PID fueron despedidos.
This fixes a nasty bug that occurred on quit: too many PIDs were terminated.

2012-03-16 20:47
0.5.1.1

Esta versión sólo bugfix cae apoyo de FreeBSD (el foco por ahora es Linux; FreeBSD puede volver más tarde), termina todos los subprocesos instantáneamente al apagar (esta función necesita el módulo Proc::ProcessTable para instalarse) y no salga loadbars si ~/.loadbarsrc no se puede sobrescribir.
This bugfix-only release drops FreeBSD support (the focus for now is Linux; FreeBSD might come back later), terminates all sub-processes instantly on shutdown (this feature needs the Proc::ProcessTable module to be installed), and doesn't quit loadbars if ~/.loadbarsrc cannot be overwritten.

2012-02-26 07:08
0.5.1

Esta versión agrega soporte de archivo de configuración (~/.loadbarsrc). Es posible configurar cualquier opción Buscar--ayuda sin el líder "--". Para comentarios, simplemente use el signo "#". Esta versión también agrega la teclas "w" (que escribe la configuración actual en el archivo de configuración), elimina las innecesarias--opción de título, limpia el código y corrige errores.
This release adds configuration file support (~/.loadbarsrc). It's possible to configure any option you find in --help without the leading "--". For comments, just use the "#" sign. This release also adds the hotkey "w" (which writes current settings to the configuration file), removes the unneeded --title option, cleans the code, and fixes bugs.

2012-02-05 01:17
0.5.0

Esta versión incorpora estadísticas para elimina el uso de memoria y swap rudimentario (opción--showmem o teclas de acceso rápido m)--anchura y--entre opciones, agrega una opción--barwidth (cada barra es barwidth píxeles ahora), agrega automáticamente una opción--maxwidth (que representa el ancho de la ventana total máximo), vuelva a desactiva la visualización de texto si el texto no ajusta los píxeles de la ventana (maxwidth), automáticamente activar la visualización de texto si el texto ajusta la ventana Nuevo, hace la tecla "derecha" aumentar el ancho de la ventana por 100px y reducirlo "izquierda" 100px, hace "abajo" aumento de la altura de la ventana por 100px y "hasta" reducirlo por 100px, restablece los valores predeterminados de "muestras" de 1.000 a 500 y aplica correcciones de errores.
This release adds stats for rudimentary memory and swap usage (the --showmem option or m hotkey), removes the --width and --inter options, adds a --barwidth option (each bar is barwidth pixels now), adds a --maxwidth option (which represents the maximum total window width), automatically disables the text display if the text does not fit the window (maxwidth) pixels, automatically re-enables the text display if the text does fit the window again, makes the "right" key increase the window width by 100px and "left" decrease it 100px, makes "down" increase the window height by 100px and "up" decrease it by 100px, resets the "samples" default values from 1,000 down to 500, and applies bugfixes.

2012-01-30 05:36
0.4.0.1

Esta versión corrige algunos errores tipográficos de documentación, tiene algunos limpieza de código (fichas han sido sustituidas por los 4 espacios en blanco) y tiene correcciones de errores menores.
This release fixes some documentation typos, has some code cleanup (tabs have been replaced by 4 whitespaces), and has minor bugfixes.

Project Resources