Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System info tab and Server Speed Tests #303

Merged
merged 23 commits into from
Jul 31, 2024
Merged

System info tab and Server Speed Tests #303

merged 23 commits into from
Jul 31, 2024

Conversation

dnzbk
Copy link
Collaborator

@dnzbk dnzbk commented Jun 25, 2024

Description

[#283][#289]

  • added a new "STATUS" page that displays information about the user's environment and hardware and a server speed tests;

  • added new API-methods:

    • struct sysinfo() - returns information about the user's environment and hardware;
    • bool testserverspeed(url, serverId) - puts nzb file to be downloaded by the target server.
  • API-method "status" now has 3 extra fields:

    • TotalDiskSpaceLo - Total disk space on ‘DestDir’, in bytes. This field contains the low 32-bits of 64-bit value
    • TotalDiskSpaceHi - Total disk space on ‘DestDir’, in bytes. This field contains the high 32-bits of 64-bit value
    • TotalDiskSpaceMB - Total disk space on ‘DestDir’, in megabytes.`
  • fixed NZB generator: the last segment was incorrect.

Lib changes

  • Boost.Asio - cross-platform library for network.

Testing

  • Windows 10/x86_64;
  • Linux Debian 12/x86_64;
  • FreeBSD 14/x86_64;
  • macOS 13/x86_64;
  • macOS 13/aarch64;

@dnzbk dnzbk linked an issue Jun 25, 2024 that may be closed by this pull request
@dnzbk dnzbk requested review from luckedea and phnzb June 25, 2024 10:57
@dnzbk dnzbk marked this pull request as draft June 25, 2024 12:51
@dnzbk dnzbk marked this pull request as ready for review June 28, 2024 07:12
@dnzbk dnzbk marked this pull request as draft June 28, 2024 07:52
@dnzbk dnzbk marked this pull request as ready for review June 29, 2024 04:59
@dnzbk dnzbk marked this pull request as draft July 4, 2024 05:24
@dnzbk dnzbk marked this pull request as ready for review July 4, 2024 13:29
@dnzbk dnzbk marked this pull request as draft July 19, 2024 05:05
@luckedea luckedea changed the title System info System info tab and Server Speed Tests Jul 19, 2024
@dnzbk dnzbk force-pushed the feature/hardware-info branch 2 times, most recently from f6fa895 to 76d2fde Compare July 19, 2024 11:36
@dnzbk dnzbk marked this pull request as ready for review July 26, 2024 05:58
@dnzbk dnzbk merged commit c5dce75 into develop Jul 31, 2024
2 checks passed
@dnzbk dnzbk deleted the feature/hardware-info branch July 31, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Runtime Environment - Status tab
2 participants