You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -139,31 +139,26 @@ batch_system = SLURM
139
139
```
140
140
Set these paths as needed. The raw stats data will be stored in the `archive_dir` and processed stats data in the `pickles_dir`. `machine` should match the system name used in the RabbitMQ server `QUEUE` field. This is the only field that needs to match
141
141
anything in the `monitor` subpackage.
142
-
143
142
3. Install `tacc_stats`
144
143
```
145
144
$ pip install tacc_stats/
146
145
```
147
-
148
146
4. Start the RabbitMQ server reader in the background, e.g.
149
147
```
150
148
$ nohup listend.py > /tmp/listend.log
151
149
```
152
150
Raw stats files will now be generated in the `archive_dir`.
153
-
154
151
5. A PostgreSQL database must be setup on the host. To do this, after installation
155
152
run
156
153
```
157
154
$ python manage.py migrate
158
155
```
159
156
This will generate a table named `machine_db` in your database.
160
-
161
157
6. Setup cron jobs to process raw data and ingest into database. Add the following to your
0 commit comments