Warning: session_start(): open(/tmp/sess_9tmid6tmvmci8v14nj9ndkusp1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Command Monitor openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

Command Monitor

   0.1  

Qt Logging/Monitoring

Score 58%
Command Monitor
zoom


Command Monitor
zoom


Command Monitor
zoom


Downloads:  528
Submitted:  Apr 29 2007

Description:

Command Monitor is a tool that allows you to periodically execute a command and watch the results of it. For instance, if you want to scan for wireless networks using "iwlist eth1 scan" you have to repeat that command each time you want to see if there's a new one. This program does it for you.

Command Monitor also allows you to execute the commands in a remote host using an SSH connection. Now you can comfortably watch the number of Apache child processes of your server.

Read the INSTALL file in the package for installation instructions.

Requires libssh from Aris Adamantiadis for the SSH functionality.




LicenseGPL
Send to a friend
Subscribe
Other  Content  from djworld
Report inappropriate content



-

 Nice work

 
 by dschulz on: Dec 14 2007
 
Score 50%

Your app may be very useful, interesting idea.

5 minutes ago I've downloaded & compiled Command Monitor successfully on ubuntu gutsy.

I noticed 2 issues:

* Before closing the app, I think you should wait until workerthread finishes, maybe invoking a stop() method (needs to be implemented) and then invoking wait().
You could simply accept() the QCloseEvent instead of qApp->quit()


-------------------------
void CommandMonitor::closeEvent(QCloseEvent *event)
{
if(m_workerThread->isRunning()){
m_workerThread->stop();
m_workerThread->wait();

}
event->accept();
}
--------------------------

I'm not completely sure, just ideas. This might stop buggin with the annoying "QThread: Destroyed while thread is still running" message.



* 2nd issue is the strange message from libssh-2 "Server specified invalid channel"

I'll try to fix someway..

Congratulations ;)


Reply to this

-

 Q: about libssh-2

 
 by infoneer on: Jan 25 2008
 
Score 50%

I saw your comments about libssh-2 and the message "Server specified invalid channel". Have you tracked down how this happens?

Thanks in advance for any assistance/insight you can provide me.

I'm working on a binding between libssh-0.2 and lua. Let me know if this is of any interest to you.


joe
Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team