Contents
Application | |
---|---|
Purpose | A row for each registered Tachyon Portal application and its current version |
Instance format | ApplicationName |
Example instance | Explorer |
Value format | Version number |
Example value | 5.1.0.20 |
Notes | Sourced from |
ClientAgeMonths | |
---|---|
Purpose | A row for number-of-months-ago, and how many 1E clients were "first seen" within that number of months ago |
Instance format | NumberOfMonthsAgo |
Example instance | 7 |
Value format | Count of number of devices |
Example value | 42 |
Notes | Sourced from Based on calendar months, rather than multiples of 30 days - e.g. if today is 2nd July, a device "first seen" on the 30th June will be counted as first seen as one month ago. An instance of zero means "within the last month". Can be used to determine client deployment rate. |
ClientConfiguration | |
---|---|
Purpose | A row for each unique combination encoded of 1E Client configuration reported by 1E Client telemetry, and the number of clients in that configuration state |
Instance format | "1EClientConfiguration" |
Example instance | "NM:E0505,PX:0,TAC:40AA4A,TAI:3FFE3,TUI:60080006" |
Value format | Number of clients with that configuration |
Example value | 88 |
Notes | Sourced from |
ClientConnectivity | |
---|---|
Purpose | A row for each combination of current online/offline status, Switch identifier and connectivity flags, and the number of clients in that state |
Instance format | OnlineStatus|SwitchId|ConnectivityFlags |
Example instances | Online|1|384 |
Value format | Count of number of devices for that combination |
Example value | 42 |
Notes | Sourced from Where devices are offline, their connection flags represent the values as they were at the time of their last connection. |
ClientLastSeenDays | |
---|---|
Purpose | A row for day-based milestones, and the number of clients which have been "seen" (i.e. connected to the Switch) within that milestone. |
Instance format | NumberOfDays |
Example instance | 7 |
Value format | Count of number of devices |
Example value | 42 |
Notes | Sourced from Milestones are 1, 2, 4, 7, 30, 90 and 365 days. The numbers will be cumulative, because a device which has been since in the last 1 day will also be counted in 2 days, 4 days, 7 days, etc. |
ClientOsVersion | |
---|---|
Purpose | A row for each combination of operating system variant and architecture, and the total number of devices running that OS |
Instance format | DeviceType|OsVersionText|OsArchitecture|VirtualizationPlatform |
Example instances | Desktop|CentOS Linux release 8.2.2004 (Core) |x64|Hyper-V |
Value format | Count of number of devices running that OS variant |
Example value | 42 |
Notes | Sourced from Device table in the TachyonMaster database. |
ClientTimeZone | |
---|---|
Purpose | A row for each timezone in which client devices exist, and the number of client devices in that timezone |
Instance format | TimeZoneIdentifier |
Example instances | Europe/London |
Value format | Count of number of devices detected in that timezone |
Example value | 42 |
Notes | Sourced from Device table in the TachyonMaster database. |
ClientVersion | |
---|---|
Purpose | A row for each combination of 1E Client variant and version, and the total number of devices running that client |
Instance format | ClientVariant|ClientVersionNumber |
Example instances | Windows|5.1.0.885 |
Value format | Count of number of devices running that variant/version of the 1E Client |
Example value | 182 |
Notes | Sourced from Device table in the TachyonMaster database. |
Component | |
---|---|
Purpose | A row for each Tachyon server component, and the number of registered instances of that component |
Instance format | Component |
Example instances | BackgroundChannel |
Value format | For components other than the Switch, a count of instances of that component For Switch components, a pipe-delimited sequence of:
|
Example values | 2 (for non-Switch components) |
Notes | Sourced from |
Consumer | |
---|---|
Purpose | A row for each registered Tachyon API consumer, and whether it is flagged as enabled |
Instance format | Consumer |
Example instance | CmConsoleExtensions |
Value format | 0 = disabled, 1 = enabled |
Example value | 1 (i.e. enabled) |
Notes | Sourced from |
InstructionDefinitionUse | |
---|---|
Purpose | A row for each registered instruction definition, showing its total usage to date |
Instance format | Instruction Definition Name|Instruction Definition Version |
Example instance | 1E-Explorer-TachyonAgent-AgentConnectionDiagnostics|17.3 |
Value format | Pipe-delimited sequence of:
All the values above are based on the sum of all executions of that instruction definition. |
Example value | 2 use|900 targeted|876 sent|1 no_data|3 error|7 not_impl|0 too_large|52286 success_rows|17 mb_sent|35 mb_recv|208 mb_urecv |
Notes | Sourced from If an instruction definition is updated, this row reflects usage only of the most recent version of that instruction definition. |
InstructionResourceCount | |
---|---|
Purpose | A row for each type of instruction resource (i.e. file attached to an instruction definition), and the total number of resources of that type |
Instance format | ResourceType |
Example instance | Perl |
Value format | Total number of resources of that type |
Example value | 33 |
Notes | Sourced from |
InstructionResourceKb | |
---|---|
Purpose | A row for each type of instruction resource (i.e. file attached to an instruction definition), and the total size of resources of that type |
Instance format | ResourceType |
Example instance | PowerShell |
Value format | Total size in kilobytes |
Example value | 69 |
Notes | Sourced from |
InstructionThroughput | |
---|---|
Purpose | A row for each day of system usage, and the instruction usage and network traffic (through instructions) incurred on that day |
Instance format | Localized date/time |
Example instance | 8/4/2020 12:00:00 AM +01:00 |
Value format | Pipe-delimited sequence of:
All the values above are based on the sum of all executions of instructions on that day. |
Example value | 19 instr|94 targeted|94 sent|28 no_data|36 error|0 not_impl|0 too_large|2419 success_rows|0 mb_sent|0 mb_recv|1 mb_urecv |
Notes | Sourced from |
ManagementGroup | |
---|---|
Purpose | A row for each management group (as defined in TachyonMaster), and the number of devices within that management group |
Instance format | ManagementGroupId|ManagementGroupType |
Example instance | 76|2 |
Value format | Number of devices in that management group |
Example value | 777 |
Notes | Sourced from Management group types are (System = 0, Internal = 1, External = 2) |
Table | |
---|---|
Purpose | A row for each table in the TachyonMaster database, and statistics about that table usage |
Instance format | TableName |
Example instance | PolicyRuleStatus |
Value format | Pipe-delimited sequence of:
|
Example value | 95 rows|144 kb_resv|16 kb_data|32 kb_idx |
Notes | Sourced from SQL table metadata; this data may not be available if the account used to perform the query does not have permissions to query sys.* tables for TachyonMaster database. The query to derive this information is based on the query used by SQL Server Management Studio to build the "Disk Usage" report. |
Upgrade | |
---|---|
Purpose | A row for major/minor database install/upgrade event, and the date/time of that event |
Instance format | VersionNumber |
Example instance | 5.1.0.607 |
Value format | Localized date/time |
Example value | 8/4/2020 11:10:33 PM +01:00 |
Notes | Sourced from The version number is derived from the "SourceVersion" column, which typically is the binary version of the database resource DLLs containing the database changes to apply. Hotfixes will only be registered if they perform a database change. |