Getting mytop to work on CentOS/Redhat
Posted on July 9, 2009
Screw all these AJAXified, buzz-wordified MySQL monitors. I'm old school. I use the fantastic mytop tool Jeremy Zawodny created 9 years ago.
Unfortunately it won't run on CentOS. I got the error, 'Error in option spec: "long|!"'
Fortunately, its a simple fix. Edit the perl script,
nano /usr/bin/mytop
Find the line
"long|!" => \$config{long_nums},
and comment it out.
Simples.
Related posts
- Installing mytop on cpanel
MyTop is one of the best MySQL monitoring tools available, written by a MySQL guru,... - Installing nginx & PHP-FPM securely on CentOS
I won't go into the reasons why you should install nginx, if you're here, you've... - MySQL Tuning Server Parameters
These are some of the handy MySQL 5.0 tweaks I do to get the most... - MySQL 5.0 or 5.1 to 5.5 Upgrade Traumas on CentOS
Ignoring all the panic-mongers on the rest of the internet upgrading MySQL from 5.0 or 5.1... - Installing FFmpeg and ffmpeg-php on CentOS
Whilst installing FFmpeg and ffmpeg-php for a client that required server-side MP4 processing, I ran into...



