Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt/C++ System Diagnostic API
Forum Updated to NodeBB v4.3 + New Features

Qt/C++ System Diagnostic API

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 171 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    anshah
    wrote on 7 Jul 2020, 00:14 last edited by
    #1

    I am using Qt / C++ on Linux (Ubuntu/RedHat/CentOS) and was wondering if there are command line system calls are the only way to get the below diagnostics or are there API calls we can make in Qt or even std to get this diagnostic system information:

    • CPU Usage

    • Memory Usage

    • Disk Utilization

    • Network

    1 Reply Last reply
    0
    • K Offline
      K Offline
      Kent-Dorfman
      wrote on 7 Jul 2020, 01:47 last edited by
      #2

      There is no such thing as a "command line system call". syscalls are by definition system subroutine calls accessed through programming.

      google is your friend. look up /proc and sysfs.

      1 Reply Last reply
      1

      1/2

      7 Jul 2020, 00:14

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved