mytop, el top para MySQL - Foro Support - Manuales tecnicos

Announcement

Collapse
No announcement yet.

mytop, el top para MySQL

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • mytop, el top para MySQL

    mytop, el top para MySQL

    mytop es una utilidad bajo línea de comandos que sirve para monitorizar las consultas mysql, procesos, y rendimiento general del servicio a tiempo real.

    Funciona en cualquier sistema Unix que tenga instalado Perl, DBI, y Term::ReadKey.


    Pasos para instalacion :

    yum install epel-release
    yum install mytop

    Luego de haber instalado, ejecutar la sgt orden para ejecutar mytop :

    mytop
    OBSERVACION

    En caso no logre conectarse a mysql , editar el sgt archivo :

    /root/.mytop
    y agregar la cadena de conexion :

    host=localhost
    db=mysql
    delay=3
    port=3306
    socket=
    batchmode=0
    color=1
    idle=1
    Last edited by soporte; 12-31-2019, 11:07 AM.
Working...
X