ext_sensors.conf
Section: Slurm Configuration File (5)Updated: Slurm Configuration File
Index
NAME
ext_sensors.conf - Slurm configuration file for the external sensors pluginext_sensors.conf-外部センサープラグインのSlurm構成ファイル
DESCRIPTION
ext_sensors.conf is an ASCII file which defines parameters used by
Slurm's external sensors plugins.
The file location can be modified at system build time using the
DEFAULT_SLURM_CONF parameter or at execution time by setting the SLURM_CONF
environment variable. The file will always be located in the
same directory as the slurm.conf file.
ext_sensors.confは、Slurmの外部センサープラグインによって使用されるパラメーターを定義するASCIIファイルです。ファイルの場所は、システム構築時にDEFAULT_SLURM_CONFパラメータを使用して変更するか、実行時にSLURM_CONF環境変数を設定して変更できます。ファイルは常にslurm.confファイルと同じディレクトリにあります。
Parameter names are case insensitive.
Any text following a "#" in the configuration file is treated
as a comment through the end of that line.
The size of each line in the file is limited to 1024 characters.
Changes to the configuration file take effect upon restart of
Slurm daemons, daemon receipt of the SIGHUP signal, or execution
of the command "scontrol reconfigure" unless otherwise noted.
パラメータ名は大文字と小文字を区別しません。構成ファイルで「#」に続くテキストは、その行の終わりまでコメントとして扱われます。ファイルの各行のサイズは1024文字に制限されています。特に明記されていない限り、構成ファイルへの変更は、Slurmデーモンの再起動、SIGHUPシグナルのデーモン受信、またはコマンド「scontrol reconfigure」の実行時に有効になります。
The following ext_sensors.conf parameters are defined to control data
collection by the ext_sensors plugins. All of these parameters are optional.
If a parameter is omitted, data collection of the omitted type is disabled.
次のext_sensors.confパラメータは、ext_sensorsプラグインによるデータ収集を制御するために定義されています。これらのパラメーターはすべてオプションです。パラメーターを省略した場合、省略されたタイプのデータ収集は無効になります。
- JobData=energy
-
Specify the data types to be collected by the plugin for jobs/steps.
ジョブ/ステップのプラグインによって収集されるデータタイプを指定します。
- NodeData=[energy|temp][,temp|energy]
-
Specify the data types to be collected by the plugin for nodes.
ノードのプラグインによって収集されるデータタイプを指定します。
- SwitchData=energy
-
Specify the data types to be collected by the plugin for switches.
スイッチのプラグインによって収集されるデータタイプを指定します。
- ColdDoorData=temp
-
Specify the data types to be collected by the plugin for cold doors.
コールドドア用のプラグインによって収集されるデータタイプを指定します。
- MinWatt=<number>
-
Minimum recorded power consumption, in watts.
記録された最小電力消費量(ワット単位)。
- MaxWatt=<number>
-
Maximum recorded power consumption, in watts.
記録された最大電力消費量(ワット単位)。
- MinTemp=<number>
-
Minimum recorded temperature, in celsius.
摂氏で記録された最低気温。
- MaxTemp=<number>
-
Maximum recorded temperature, in celsius.
摂氏で記録された最高温度。
- EnergyRRA=<name>
-
Energy RRA name.
エネルギーRRA名。
- TempRRA=<name>
-
Temperature RRA name.
温度RRA名。
- EnergyPathRRD=<path>
-
Pathname of energy RRD file.
エネルギーRRDファイルのパス名。
- TempPathRRD=<patch>
-
Pathname of temperature RRD file.
温度RRDファイルのパス名。
EXAMPLE
###
# Slurm external sensors plugin configuration file
###
JobData=energy
NodeData=energy,temp
SwitchData=energy
ColdDoorData=temp
#
COPYING
Copyright (C) 2013 BullThis file is part of Slurm, a resource management program. For details, see <https://slurm.schedmd.com/>.
Slurm is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Slurm is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
SEE ALSO
slurm.conf(5)
Index
This document was created by man2html using the manual pages.
Time: 21:58:53 GMT, March 31, 2020