github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/docs/commands/cpucount.md (about)

     1  # `cpucount`
     2  
     3  > Output the number of CPU cores available on your host
     4  
     5  ## Description
     6  
     7  Output the number of CPU cores available on your host.
     8  
     9  ## Usage
    10  
    11  ```
    12  cpucount -> <stdout>
    13  ```
    14  
    15  ## Examples
    16  
    17  ```
    18  ยป cpucount
    19  4
    20  ```
    21  
    22  ## See Also
    23  
    24  * [`cpuarch`](../commands/cpuarch.md):
    25    Output the hosts CPU architecture
    26  * [`os`](../commands/os.md):
    27    Output the auto-detected OS name
    28  
    29  <hr/>
    30  
    31  This document was generated from [builtins/core/management/functions_doc.yaml](https://github.com/lmorg/murex/blob/master/builtins/core/management/functions_doc.yaml).