5.2

Table Of Contents
36 vFabric Suite
36 Monitoring vFabric License Usage
For example, run the usage-over-periods.bat command to display vFabric license usage over a period of time. You
must specify the start and end dates of the time period, as well as the period, such as monthly or yearly. Output is shown
after the command.
prompt> usage-over-periods.bat -startDate 09/01/2012 -endDate 09/4/2012 -period WEEKLY
Period: WEEKLY
License Key,Dates,Minimum Usage,Maximum Usage,Average Usage
123AA-123BB-123CC-123DD-123EE,"Sep 1, 2012 - Sep 7, 2012",2,4,3.1
123AA-123BB-123CC-123DD-123EE,"Sep 8, 2012 - Sep 14, 2012",2,3,2,5
123AA-123BB-123CC-123DD-123EE,"Sep 15, 2012 - Sep 21, 2012",1,1,1
123AA-123BB-123CC-123DD-123EE,"Sep 22, 2012 - Sep 28, 2012",1,1,1
123AA-123BB-123CC-123DD-123EE,"Sep 29, 2012 - Sept 30, 2012",0,1,0.64
License Monitoring: Command Reference
The following sections provide complete reference documentation for the following vFabric license monitoring commands:
current-usage.bat
current-versions.bat
usage-over-periods.bat
versions-over-periods.bat
In the sections, usage refers to the number of vFabric licenses that are assigned to a VM running one or more vFabric
components, such as vFabric tc Server, and capacity refers to the number of vFabric licenses you have purchased.
current-usage.bat
Displays the current vFabric license usage and capacity, organized by license key. By default, the command displays information
for the entire vCenter Server.
Syntax
current-usage.bat [-group group | -cluster name | -datacenter name | -resourcePool name ]
You can specify only one of these options: -group, -cluster, -datacenter, or -resourcePool.
Table 6.1. Options of current-usage.bat
Option Description
-group group Groups the output of the current-usage.bat command by cluster, resource pool, or data center. The output will
list the specific cluster, resource pool, or data center for each license usage entry.
Possible values (specify only one):
cluster
resourcePool
datacenter
For example, to group by resource pool, specify -group resourcePool.
-cluster cluster-
name
Displays current usage and capacity information for the specified cluster.