Merge pull request #900 from ccin2p3/faxmodem/cpu-numcpu
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 12 Aug 2016 11:15:28 +0000 (13:15 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Aug 2016 11:15:28 +0000 (13:15 +0200)
implement reporting of ncpu

1  2 
src/collectd.conf.pod

diff --combined src/collectd.conf.pod
@@@ -1447,6 -1447,11 +1447,11 @@@ are set to B<true>. In this case, by de
  Jiffies. By setting this option to B<true>, you can request percentage values
  in the un-aggregated (per-CPU, per-state) mode as well.
  
+ =item B<ReportNumCpu> B<false>|B<true>
+ When set to B<true>, reports the number of available CPUs.
+ Defaults to B<false>.
  =back
  
  =head2 Plugin C<cpufreq>
@@@ -2751,6 -2756,11 +2756,6 @@@ connections
  
  =back
  
 -=item B<WorkerThreads> I<Num>
 -
 -Number of threads to start for handling incoming connections. The default
 -value is B<5>.
 -
  =back
  
  =head2 Plugin C<hddtemp>