Differences

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

usagestatistics 2020-11-30 usagestatistics 2024-04-17 (current)
Line 23: Line 23:
| ''WindowsVersion'' | Version of Windows operating system. | | | ''WindowsVersion'' | Version of Windows operating system. | |
| ''WindowsProductName'' | Windows product name (e.g. "Windows 7 Home Premium"). | | | ''WindowsProductName'' | Windows product name (e.g. "Windows 7 Home Premium"). | |
-| ''WindowsProductType'' | Windows product type.((See ''[[https://docs.microsoft.com/en-us/windows/win32/api/sysinfoapi/nf-sysinfoapi-getproductinfo|GetProductInfo]]'' Windows API function.)) | 5.2.4 |+| ''WindowsProductType'' | Windows product type.((See ''[[https://learn.microsoft.com/en-us/windows/win32/api/sysinfoapi/nf-sysinfoapi-getproductinfo|GetProductInfo]]'' Windows API function.)) | 5.2.4 |
| ''Windows64'' | Using 64-bit edition of Windows? | 5.2.5 | | ''Windows64'' | Using 64-bit edition of Windows? | 5.2.5 |
| ''UWP'' | Installed/running as Windows Store app. | 5.13.2 | | ''UWP'' | Installed/running as Windows Store app. | 5.13.2 |
 +| ''PackageName'' | Windows Store package name | 5.20 |
| ''Wine'' | Running under [[https://www.winehq.org/|Wine]]? | 5.5.1 | | ''Wine'' | Running under [[https://www.winehq.org/|Wine]]? | 5.5.1 |
-| ''NetFrameworkVersion'' | .NET framework version | 5.8.4 | +| ''NetFrameworkVersion'' | .NET Framework version | 5.8.4
-| ''PowerShellVersion'' | PowerShell version | 5.8.4 | +| ''NetCoreVersion'' | .NET (Core) version | 5.20
-| ''DefaultLocale'' | Default locale of your Windows installation ([[https://docs.microsoft.com/en-us/windows/win32/intl/language-identifier-constants-and-strings|Windows Language Code Identifier (LCID) Reference]]). | |+| ''PowerShellVersion'' | Windows PowerShell version | 5.8.4
 +| ''PwshVersion'' | PowerShell (Core) version | 5.20
 +| ''DefaultLocale'' | Default locale of your Windows installation ([[https://learn.microsoft.com/en-us/windows/win32/intl/language-identifier-constants-and-strings|Windows Language Code Identifier (LCID) Reference]]). | |
| ''NotUseThemes'' | Are visual styles (themes) disabled system-wide or for WinSCP? | 5.2.5 | | ''NotUseThemes'' | Are visual styles (themes) disabled system-wide or for WinSCP? | 5.2.5 |
| ''ThemeDefaultFontSize'' | Default font size. | 5.2.7 | | ''ThemeDefaultFontSize'' | Default font size. | 5.2.7 |
Line 35: Line 38:
| ''ThemeMainInstructionFontSize'' | Message title font size. | 5.2.7 | | ''ThemeMainInstructionFontSize'' | Message title font size. | 5.2.7 |
| ''ThemeMessageFontSize'' | Message font size. | 5.2.7 | | ''ThemeMessageFontSize'' | Message font size. | 5.2.7 |
-| ''IsInstalled'' | Is any version of WinSCP installed? | 5.6 | +| ''IsInstalled'' | Do you have WinSCP installed using standalone executable installer? | 5.6 |  
 +| ''IsInstalledMsi '' | Do you have WinSCP installed using standalone MSI installer? | 6.0 |
| ''Installed'' | Time your version of WinSCP was installed (run for the first time). | | | ''Installed'' | Time your version of WinSCP was installed (run for the first time). | |
| ''Beta'' | Using a beta version? | 5.2.5 | | ''Beta'' | Using a beta version? | 5.2.5 |
Line 108: Line 112:
| ''KeepingOpenWhenNoSession'' | Is //[[ui_pref_window#miscellaneous|Keep main window open when the last session is closed]]// enabled? | 5.15.4 | | ''KeepingOpenWhenNoSession'' | Is //[[ui_pref_window#miscellaneous|Keep main window open when the last session is closed]]// enabled? | 5.15.4 |
| ''ShowingLoginWhenNoSession'' | Is //Show Login dialog on startup and when the last session is closed// enabled? | 5.16 | | ''ShowingLoginWhenNoSession'' | Is //Show Login dialog on startup and when the last session is closed// enabled? | 5.16 |
 +| ''DefaultingToNewRemoteTab'' | Is //Default to remote tab// enabled? | 6.0 |
| ''LastMonitor'' | Order number of a monitor where a main window was located the last time. | 5.2.5 | | ''LastMonitor'' | Order number of a monitor where a main window was located the last time. | 5.2.5 |
| ''Putty'' | Name of configured PuTTY/SSH client executable (typically "putty"). | 5.2.5 | | ''Putty'' | Name of configured PuTTY/SSH client executable (typically "putty"). | 5.2.5 |
Line 115: Line 120:
| ''StartupSeconds2'' | Number of seconds it took to start WinSCP the second time. | 5.18 | | ''StartupSeconds2'' | Number of seconds it took to start WinSCP the second time. | 5.18 |
| ''StartupSecondsLast'' | Number of seconds it took to start WinSCP the last time. | 5.18 | | ''StartupSecondsLast'' | Number of seconds it took to start WinSCP the last time. | 5.18 |
 +| ''StartupSecondsLastReal'' | Number of real-time seconds it took to start WinSCP the last time. | 6.0 |
 +| ''StartupSequenceLast'' | Decomposition of ''StartupSecondsLast''. | 5.20.1 |
| ''ParentProcesses'' | Comma separated list of processes that started WinSCP. | 5.18 | | ''ParentProcesses'' | Comma separated list of processes that started WinSCP. | 5.18 |
Line 126: Line 133:
| ''Runs'' | Number of WinSCP runs. | | | ''Runs'' | Number of WinSCP runs. | |
| ''RunsNormal'' | Number of normal WinSCP runs (not ''Console*'', ''CommandLineOperation'', ''FingerprintScan'', ''KeyGen'', etc). | 5.18 | | ''RunsNormal'' | Number of normal WinSCP runs (not ''Console*'', ''CommandLineOperation'', ''FingerprintScan'', ''KeyGen'', etc). | 5.18 |
 +| ''RunsWithoutSession'' | Number of WinSCP GUI runs that did not open any session. | 5.20.3 | |
| ''Upgrades'' | Number of WinSCP upgrades (runs, where previously run WinSCP version was older). | | | ''Upgrades'' | Number of WinSCP upgrades (runs, where previously run WinSCP version was older). | |
| ''Downgrades'' | Number of WinSCP downgrades (runs, where previously run WinSCP version was higher). | | | ''Downgrades'' | Number of WinSCP downgrades (runs, where previously run WinSCP version was higher). | |
Line 156: Line 164:
| ''DownloadsDragDropExternalTemp'' | Number of downloads using drag&drop to another application using [[ui_pref_dragdrop#temporary|temporary folder]]. | | | ''DownloadsDragDropExternalTemp'' | Number of downloads using drag&drop to another application using [[ui_pref_dragdrop#temporary|temporary folder]]. | |
| ''TransfersOnBackground'' | Number of transfers on [[transfer_queue|background]] (in transfer queue). | | | ''TransfersOnBackground'' | Number of transfers on [[transfer_queue|background]] (in transfer queue). | |
-| ''MovesToBackground'' | Number of ongoing foreground transfers moved to [[transfer_queue|background]] (transfer queue). | 5.6 |+| ''MovesToBackground'' | Number of ongoing foreground transfers moved to [[transfer_queue|background]] (queue). | 5.6
 +| ''LocalLocalCopiesCommand'' | Number of file copy operations in [[task_file_management|local file manager mode]] using menu or keyboard. | 6.0 | 
 +| ''LocalLocalMovesCommand'' | Number of file mode operations in [[task_file_management|local file manager mode]] using menu or keyboard. | 6.0 | 
 +| ''LocalLocalCopiesDragDropInterpanel'' | Number of file copy operations in [[task_file_management|local file manager mode]] using drag&drop between file panels. | 6.0 | 
 +| ''LocalLocalMovesDragDropInterpanel'' | Number of file move operations in [[task_file_management|local file manager mode]] using drag&drop between file panels. | 6.0 | 
 +| ''LocalLocalDeletes'' | Number of file deletes in [[task_file_management|local file manager mode]]. | 6.0 | 
 +| ''MovesToBackgroundDelete'' | Number of ongoing deletes moved to [[transfer_queue|background]] (queue). | 6.0 |
| ''FileMaskUses'' | Number of transfers and synchronizations that made use of [[file_mask|file mask]]. | | | ''FileMaskUses'' | Number of transfers and synchronizations that made use of [[file_mask|file mask]]. | |
| ''OperationMaskUses'' | Number of transfers and synchronizations that made use of [[operation_mask|operation mask]]. | 5.0.8 | | ''OperationMaskUses'' | Number of transfers and synchronizations that made use of [[operation_mask|operation mask]]. | 5.0.8 |
Line 171: Line 185:
| ''DownloadTime'' | Total time in seconds spent downloading files. | 5.5.2 | | ''DownloadTime'' | Total time in seconds spent downloading files. | 5.5.2 |
| ''MaxDownloadTime'' | Maximal time spent downloading single batch. | 5.5.2 | | ''MaxDownloadTime'' | Maximal time spent downloading single batch. | 5.5.2 |
 +| ''SessionOpens'' | Number of [[task_connections|connection attempts]] | 5.20.3 |
| ''OpenedSessionsSCP'' | Number of [[task_connections|connection attempts]] using [[scp|SCP protocol]]. | | | ''OpenedSessionsSCP'' | Number of [[task_connections|connection attempts]] using [[scp|SCP protocol]]. | |
| ''OpenedSessionsSFTP'' | Number of connection attempts using [[sftp|SFTP protocol]]. | | | ''OpenedSessionsSFTP'' | Number of connection attempts using [[sftp|SFTP protocol]]. | |
Line 181: Line 196:
| ''OpenedSessionsWebDAVS'' | Number of connection attempts using WebDAVS protocol. | 5.6 | | ''OpenedSessionsWebDAVS'' | Number of connection attempts using WebDAVS protocol. | 5.6 |
| ''OpenedSessionsS3'' | Number of connection attempts using [[s3|S3 protocol]]. | 5.12 | | ''OpenedSessionsS3'' | Number of connection attempts using [[s3|S3 protocol]]. | 5.12 |
 +| ''OpenedSessionsS3Amazon'' | Number of opened connections using S3 protocol to Amazon S3 servers. | 6.2.1 |
 +| ''OpenedSessionsS3Other'' | Number of opened connections using S3 protocol to other S3 servers. | 6.2.1 |
| ''OpenedSessionsPrivateKey2'' | Number of connection attempts using [[public_key|private key]]. | 5.1.5((Replaced ''OpenedSessionsPrivateKey''.)) | | ''OpenedSessionsPrivateKey2'' | Number of connection attempts using [[public_key|private key]]. | 5.1.5((Replaced ''OpenedSessionsPrivateKey''.)) |
| ''OpenedSessionsFTPSCertificate'' | Number of opened connections using FTPS, authenticated with [[tls#client_certificate|a client certificate]]. | 5.8 | | ''OpenedSessionsFTPSCertificate'' | Number of opened connections using FTPS, authenticated with [[tls#client_certificate|a client certificate]]. | 5.8 |
 +| ''OpenedSessionsWebDAVAuthBasic'' | Number of opened connections using WebDAV with ''Basic'' authentication. | 6.2.1 |
| ''OpenedSessionsWebDAVSCertificate'' | Number of opened connections using WebDAVS, authenticated with a client certificate. | 5.8 | | ''OpenedSessionsWebDAVSCertificate'' | Number of opened connections using WebDAVS, authenticated with a client certificate. | 5.8 |
| ''OpenedSessionsWebDAVSPassport'' | Number of opened connections using WebDAVS, authenticated with Microsoft Passport authentication (OneDrive) | 5.10 | | ''OpenedSessionsWebDAVSPassport'' | Number of opened connections using WebDAVS, authenticated with Microsoft Passport authentication (OneDrive) | 5.10 |
Line 202: Line 220:
| ''OpenedSessionsSFTP6'' | As above, version 6. | 5.6.1 | | ''OpenedSessionsSFTP6'' | As above, version 6. | 5.6.1 |
| ''OpenedSessionsSSHOpenSSH'' | Number of opened sessions to OpenSSH server. | 5.5.2 | | ''OpenedSessionsSSHOpenSSH'' | Number of opened sessions to OpenSSH server. | 5.5.2 |
-| ''OpenedSessionsSSHProFTPD'' | Number of opened sessions to ProFTPD/mod_sftp server. | 5.5.5 |+| ''OpenedSessionsSSHProFTPD'' | Number of opened sessions to ProFTPD ''mod_sftp'' server. | 5.5.5 |
| ''OpenedSessionsSSHBitvise'' | Number of opened sessions to Bitvise SFTP server (WinSSHD). | 5.5.5 | | ''OpenedSessionsSSHBitvise'' | Number of opened sessions to Bitvise SFTP server (WinSSHD). | 5.5.5 |
| ''OpenedSessionsSSHTitan'' | Number of opened sessions to Titan SFTP Server. | 5.6.2 | | ''OpenedSessionsSSHTitan'' | Number of opened sessions to Titan SFTP Server. | 5.6.2 |
Line 216: Line 234:
| ''OpenedSessionsSSHzFTP'' | Number of opened sessions to zFTP SFTP Server. | 5.7.6 | | ''OpenedSessionsSSHzFTP'' | Number of opened sessions to zFTP SFTP Server. | 5.7.6 |
| ''OpenedSessionsSSHOther'' | Number of opened sessions to other SSH servers. | 5.5.2 | | ''OpenedSessionsSSHOther'' | Number of opened sessions to other SSH servers. | 5.5.2 |
 +| ''OpenedSessionsSSHCipher3DES'' | Number of opened sessions using 3DES SSH cipher. | 6.0 |
 +| ''OpenedSessionsSSHCipherBlowfish'' | Number of opened sessions using Blowfish SSH cipher. | 6.0 |
 +| ''OpenedSessionsSSHCipherAES'' | Number of opened sessions using AES SSH cipher. | 6.0 |
 +| ''OpenedSessionsSSHDES'' | Number of opened sessions using DES SSH cipher. | 6.0 |
 +| ''OpenedSessionsSSHArcfour'' | Number of opened sessions using Arcfour SSH cipher. | 6.0 |
 +| ''OpenedSessionsSSHChaCha20'' | Number of opened sessions using ChaCha20 SSH cipher. | 6.0 |
 +| ''OpenedSessionsSSHAESGCM'' | Number of opened sessions using AES-GCM SSH cipher. | 6.0 |
| ''OpenedSessionsFTPMLSD'' | Number of opened sessions to FTP server supporting ''MLSD'' command. | 5.2.5 | | ''OpenedSessionsFTPMLSD'' | Number of opened sessions to FTP server supporting ''MLSD'' command. | 5.2.5 |
| ''OpenedSessionsFTPLIST'' | Number of opened sessions to FTP server not supporting ''MLSD'' command. | 5.2.6 | | ''OpenedSessionsFTPLIST'' | Number of opened sessions to FTP server not supporting ''MLSD'' command. | 5.2.6 |
Line 256: Line 281:
| ''OpenedSessionsTLS13'' | Number of opened sessions using TLS 1.3. | 5.17.2 | | ''OpenedSessionsTLS13'' | Number of opened sessions using TLS 1.3. | 5.17.2 |
| ''OpenedSessionsEncrypted'' | Number of opened sessions with [[file_encryption|file encryption]]. | 5.14 | | ''OpenedSessionsEncrypted'' | Number of opened sessions with [[file_encryption|file encryption]]. | 5.14 |
 +| ''OpenedSessionsNoSendBuf'' | Number of opened sessions using with [[ui_login_connection#connection|Optimize connection buffer size]] session setting disabled | 5.21.7 |
| ''OpenedWorkspacesAuto'' | Number of automatically opened workspaces. | 5.16 | | ''OpenedWorkspacesAuto'' | Number of automatically opened workspaces. | 5.16 |
| ''MaxOpenedSessions'' | Maximal number of [[task_connections|opened sessions]] at the same time. | | | ''MaxOpenedSessions'' | Maximal number of [[task_connections|opened sessions]] at the same time. | |
Line 294: Line 320:
| ''Filters'' | Number of filters applied to file panel. | 5.9.3 | | ''Filters'' | Number of filters applied to file panel. | 5.9.3 |
| ''InterfaceChanges'' | Number of [[interfaces|interface]] changes. | | | ''InterfaceChanges'' | Number of [[interfaces|interface]] changes. | |
-| ''SessionTabMoves'' | Number of [[ui_sessiontabs|session tab]] moves. | 5.0.8 |+| ''SessionTabMoves'' | Number of [[ui_tabs|tab]] moves. | 5.0.8 |
| ''SiteIncrementalSearches'' | Number of incremental site searches on [[ui_login|Login dialog]] | 5.2.5 | | ''SiteIncrementalSearches'' | Number of incremental site searches on [[ui_login|Login dialog]] | 5.2.5 |
| ''Cleanups'' | Number of [[ui_cleanup|application data clean ups]]. | 5.5.5 | | ''Cleanups'' | Number of [[ui_cleanup|application data clean ups]]. | 5.5.5 |
Line 323: Line 349:
| ''UpdateCertificateErrors'' | Number of update checks or automatic updates that failed due to certificate error. | 5.9.1 | | ''UpdateCertificateErrors'' | Number of update checks or automatic updates that failed due to certificate error. | 5.9.1 |
| ''UpdateDownloadCancels'' | Number of automatic updates downloads cancelled by user. | 5.8 | | ''UpdateDownloadCancels'' | Number of automatic updates downloads cancelled by user. | 5.8 |
-| ''TipsShownAuto'' | Number of automatic displays of [[ui_tip|tip window]]. | 5.8 |+| ''TipsShownAuto'' | Number of automatic displays of [[ui_tips|tip window]]. | 5.8 |
| ''TipsShownCommand'' | Number of manual displays of tip window. | 5.8 | | ''TipsShownCommand'' | Number of manual displays of tip window. | 5.8 |
| ''TipsNoUnseen'' | Number of application starts eligible for automatic tip display, when no tip was available. | 5.8 | | ''TipsNoUnseen'' | Number of application starts eligible for automatic tip display, when no tip was available. | 5.8 |
Line 358: Line 384:
| ''InternalExceptions'' | Fatal errors. | 5.2.2 | | ''InternalExceptions'' | Fatal errors. | 5.2.2 |
| ''GlobalFailures'' | Number of global errors. | 5.1.3 | | ''GlobalFailures'' | Number of global errors. | 5.1.3 |
 +| ''TimeoutUploadingSending'' | Number of timeouts while sending data during uploads. | 6.3.3 |
 +| ''TimeoutUploadingReceiving'' | Number of timeouts while receiving data during uploads. | 6.3.3 |
 +| ''TimeoutDownloadingSending'' | Number of timeouts while sending data during downloads. | 6.3.3 |
 +| ''TimeoutDownloadingReceiving'' | Number of timeouts while receiving data during downloads. | 6.3.3 |
| ''MaxQueueLength'' | Maximal number of transfers in [[transfer_queue|transfer queue]]. | | | ''MaxQueueLength'' | Maximal number of transfers in [[transfer_queue|transfer queue]]. | |
| ''MaxBookmarks'' | Maximal number of [[task_navigate#bookmarks|bookmarks]] in any bookmark set. | | | ''MaxBookmarks'' | Maximal number of [[task_navigate#bookmarks|bookmarks]] in any bookmark set. | |

Last modified: by martin