[FreeNX-kNX] nxcheckload second
Bastian Kames
kames at ibg-monforts.de
Fri Jul 20 06:45:40 UTC 2007
Hi,
How do I use nxcheckload. I will check with nxserver --list if there are more
then X Users. If there more than X users goto next Server.
What is the command or variable to goto next Server ?
Thanx
for example
if [ "$1" != "" ]
then
??? connect to localhost
exit 0
fi
USER=$(nxserver --list | grep -v Display |grep -v - | grep -v "NX>" | wc -l)
if ["$USER" gt 10]
then
??? next nx server
fi
??? these nx server
More information about the FreeNX-kNX
mailing list