Differences

This shows you the differences between the selected revisions of the page.

2012-05-06 2012-05-06
Make clear that the configuration counters are "counters" (martin) counters (martin)
Line 22: Line 22:
Collected information is stored in ''Configuration/Usage'' section in the [[config|configuration storage]]. Collected information is stored in ''Configuration/Usage'' section in the [[config|configuration storage]].
-====  Static information about your system and WinSCP installation ====+====  [[static]] Static information about your system and WinSCP installation ====
^ Name ^ Description ^ ^ Name ^ Description ^
| ''WindowsVersion'' | Version of Windows operating system. | | ''WindowsVersion'' | Version of Windows operating system. |
Line 34: Line 34:
| ''CurrentVersion'' | Current version of WinSCP. | | ''CurrentVersion'' | Current version of WinSCP. |
| ''AnyBetaUsed'' | Ever used a beta version of WinSCP? | | ''AnyBetaUsed'' | Ever used a beta version of WinSCP? |
-| ''UpdateLastReport'' | Time since the last reset of period counters. |+| ''UpdateLastReport'' | Time since the last reset of [[usagestatistics#counters|period counters]]. |
====  Information about your WinSCP configuration ==== ====  Information about your WinSCP configuration ====
^ Name ^ Description ^ ^ Name ^ Description ^
-| ''MaxBookmarks'' | Maximal number of [[task_navigate#bookmarks|bookmarks]] in any bookmark set. | 
| ''StoredSessionsCountSCP'' | Number of [[session_configuration#stored|stored sessions]] using [[scp|SCP protocol]]. | | ''StoredSessionsCountSCP'' | Number of [[session_configuration#stored|stored sessions]] using [[scp|SCP protocol]]. |
| ''StoredSessionsCountSFTP'' | Number of stored sessions using [[sftp|SFTP protocol]]. | | ''StoredSessionsCountSFTP'' | Number of stored sessions using [[sftp|SFTP protocol]]. |
Line 50: Line 49:
| ''UsingLocationProfiles'' | Using [[task_navigate#bookmarks|location profiles]] bookmark mode? | | ''UsingLocationProfiles'' | Using [[task_navigate#bookmarks|location profiles]] bookmark mode? |
| ''ExternalEditors'' | List of configured [[ui_pref_editor|external editors]] (e.g. "notepad,editplus"). | | ''ExternalEditors'' | List of configured [[ui_pref_editor|external editors]] (e.g. "notepad,editplus"). |
 +
 +====  [[counters]] Counters of your use of WinSCP ====
 +
 +Each of the following counters have two instances:
 +  * Lifetime, counting since the collection of usage statistics was [[ui_pref_updates|enabled]], with ''Lifetime'' prefix;
 +  * Period, counting since the last time usage statistics were sent to us (see also ''[[usagestatistics#static|UpdateLastReport]]''), with ''Period'' prefix.
 +
 +^ Name ^ Description ^
 +| ''Runs'' | WinSCP runs. |
 +| ''Upgrades'' | WinSCP upgrades (runs, where previously run WinSCP version was older). |
 +| ''Downgrades'' | WinSCP downgrades (runs, where previously run WinSCP version was higher). |
 +| ''UploadsCommand'' | [[task_upload|Uploads]] using menu of keyboard. |
 +| ''DownloadsCommand'' | [[task_download|Downloads]] using menu of keyboard. |
 +| ''UploadsDragDropInternal'' | [[task_upload#dragdrop|Uploads using drag&drop]] within application. |
 +| ''UploadsDragDropExternal'' | Uploads using drag&drop from another application. |
 +| ''TransfersOnBackground'' | Transfers on [[transfer_queue|background]] (in transfer queue). |
 +| ''FileMaskUses'' | Transfers and synchronizations that made use of [[file_mask|file mask]]. |
 +| ''UploadedFiles'' | [[task_upload|Uploaded]] files (excluding background transfers). |
 +| ''DownloadedFiles'' | [[task_download|Downloaded]] files (excluding background transfers). |
 +| ''DownloadsDragDropInternal'' | [[task_download#dragdrop|Downloads using drag&drop]] within application. |
 +| ''DownloadsDragDropExternalExt'' | [[task_download#dragdrop|Downloads using drag&drop]] to Windows Explorer using [[dragext|Drag&drop shell extension]]. |
 +| ''DownloadsDragDropExternalTemp'' | [[task_download#dragdrop|Downloads using drag&drop]] to another application using [[ui_pref_dragdrop#temporary|temporary folder]]. |
 +| ''OpenedSessionsSCP'' | [[task_connections|Opened sessions]] using [[scp|SCP protocol]]. |
 +| ''OpenedSessionsSFTP'' | Opened sessions using [[sftp|SFTP protocol]]. |
 +| ''OpenedSessionsFTP'' | Opened sessions using [[ftp|FTP protocol]]. |
 +| ''OpenedSessionsFTPS'' | Opened sessions using [[ftps|FTPS protocol]]. |
 +| ''OpenedSessionsPrivateKey'' | Opened sessions authenticated using [[public_key|private key]]. |
 +| ''RemoteFilesExecuted'' | Remote files [[task_edit|opened]] in an associated application. |
 +| ''RemoteFilesOpenedInInternalEditor'' | Remote files [[task_edit|opened]] in an [[ui_editor|internal editor]]. |
 +| ''RemoteFilesOpenedInExternalEditor'' | Remote files [[task_edit|opened]] in an external editor. |
 +| ''LocalFilesExecuted'' | Local files [[task_edit|opened]] in an associated application. |
 +| ''LocalFilesOpenedInInternalEditor'' | Local files [[task_edit|opened]] in an [[ui_editor|internal editor]]. |
 +| ''LocalFilesOpenedInExternalEditor'' | Local files [[task_edit|opened]] in an external editor. |
 +| ''FilesSaved'' | [[task_edit|Files edited/opened]] and saved. |
 +| ''FileSaves'' | File saves. |
 +| ''Synchronizations'' | [[task_synchronize_full|Synchronization]] runs. |
 +| ''KeepUpToDates'' | [[task_keep_up_to_date|Keep remote directory up to date]] runs. |
 +| ''RemoteCommandExecutions'' | Executions of [[remote_command|remote command]]. |
 +| ''LocalCustomCommandRuns'' | Runs of local [[custom_command|custom commands]]. |
 +| ''RemoteCustomCommandRuns'' | Runs of remote [[custom_command|custom commands]]. |
 +| ''CopyParamAutoSelects'' | Automatic selections of [[transfer_settings|transfer setting preset]]. |
 +| ''SpaceAvailableChecks'' | Checks for [[ui_fsinfo#space|space available]] on remote server. |
 +| ''SynchronizeBrowsingEnabled'' | Starts of [[task_navigate#synchronize_browsing|synchronized browsing]]. |
 +| ''FileFinds'' | [[task_find|Find file]] runs. |
 +| ''OpenInPutty'' | [[integration_app#open_putty|Open in PuTTY]] uses. |
 +| ''ChecksumCalculated'' | [[ui_properties#checksum|Checksum calculation]] runs. |
 +| ''RemoteLinksCreated'' | [[task_link|Remote links created]]. |
 +| ''KeyboardSelections'' | [[ui_file_panel#selecting_files|Files selected]] using keyboard. |
 +| ''MouseSelections'' | [[ui_file_panel#selecting_files|Files selected]] using mouse. |
 +| ''InterfaceChanges'' | [[interfaces|Interface]] changes. |
 +| ''MaxQueueLength'' | Maximal number of transfers in [[transfer_queue|transfer queue]]. |
 +| ''MaxBookmarks'' | Maximal number of [[task_navigate#bookmarks|bookmarks]] in any bookmark set. |
===== Further reading ===== ===== Further reading =====
  * [[privacy|WinSCP Privacy Policy]]   * [[privacy|WinSCP Privacy Policy]]
  * [[license|WinSCP License]]   * [[license|WinSCP License]]

Last modified: by martin