Statistiques du serveur de licences |
|
Le programme tellcustomlic.exe permet d’afficher l’état du serveur de licences dans les formats HTML ou XML.
Statistiques au format XML
Pour afficher au format XML l’état du serveur de licences TellWATCH pour l’application de gestion des licences X-formation depuis la fenêtre de commande vous pouvez entrer la commande :
tellcustomlic.exe -n <hostname> -s 1800 -xml -statw
Pour afficher au format XML l’état du serveur de licences Tell pour l’application de gestion des licences X-formation.
tellcustomlic.exe -n <hostname> -s 1801 -xml -statt
Si l’on désire la sortie dans un fichier il suffit de rediriger la sortie standard.
tellcustomlic.exe -n <hostname> -s 1800 -xml -statw >essai.xml
Le fichier au format XML est le suivant :
<?xml version="1.0" encoding="utf-8"?> <CUSTOM_STAT VENDOR="AiM Services"> <USAGE FEATURE="TellWATCH-2D-V15" USED_LICENSES="2" TOTAL_LICENSES="50" BORROWE D_LICENSES="0" EXPIRES=""> <USER USERNAME="thierry" HOSTNAME="aimtell03" USED_LICENSES="1" CHECKOUT_TIME="2014-10-20 13:39" /> <USER USERNAME="michel" HOSTNAME="aimtell02" USED_LICENSES="1" CHECKOUT_TIME="2014-10-20 13:42" /> </USAGE> <USAGE FEATURE="TellWATCH-3DV-V15" USED_LICENSES="2" TOTAL_LICENSES="50" BORROWED_LICENSES="0" EXPIRES=""> <USER USERNAME="thierry" HOSTNAME="aimtell03" USED_LICENSES="1" CHECKOUT_TIME="2014-10-20 13:39" /> <USER USERNAME="michel" HOSTNAME="aimtell02" USED_LICENSES="1" CHECKOUT_TIME="2014-10-20 13:42" /> </USAGE> <USAGE FEATURE="TellWATCH-LIB-V15" USED_LICENSES="1" TOTAL_LICENSES="50" BORROWED_LICENSES="0" EXPIRES=""> <USER USERNAME="michel" HOSTNAME="aimtell02" USED_LICENSES="1" CHECKOUT_TIME="2014-10-20 13:42" /> </USAGE> <USAGE FEATURE="TellWATCH-SWKS-V15" USED_LICENSES="1" TOTAL_LICENSES="50" BORROWED_LICENSES="0" EXPIRES=""> <USER USERNAME="thierry" HOSTNAME="aimtell03" USED_LICENSES="1" CHECKOUT_TIME="2014-10-20 13:39" /> </USAGE> <USAGE FEATURE="TellWATCH-DEV-V15" USED_LICENSES="2" TOTAL_LICENSES="50" BORROWED_LICENSES="0" EXPIRES=""> <USER USERNAME="thierry" HOSTNAME="aimtell03" USED_LICENSES="1" CHECKOUT_TIME="2014-10-20 13:39" /> <USER USERNAME="michel" HOSTNAME="aimtell02" USED_LICENSES="1" CHECKOUT_TIME="2014-10-20 13:42" /> </USAGE> </CUSTOM_STAT
Statistiques au format HTML
Pour un affichage de la liste des utilisateurs dans un navigateur au format html il faut entrer la commande :
tellcustomlic.exe -n <hostname> -s 1800 -html -u
Pour la liste des licences disponibles il faut entrer la commande :
tellcustomlic.exe -n <hostname> -s 1800 -html -l
Pour la liste des fichiers bloqués il faut entrer la commande :
tellcustomlic.exe -n <hostname> -s 1800 -html -f
|