Skip to content

Commit d303825

Browse files
committed
Finally, treecript has been internally renamed to treecript.
So it leads to version bump 0.6.1
1 parent ac6890b commit d303825

18 files changed

Lines changed: 63 additions & 65 deletions

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# extra_args: --all -c .pre-commit-config-gh-${{ matrix.python-version }}.yaml
7171
- name: 'pytest + coverage (${{ matrix.python-version }})'
7272
run: |
73-
pytest --cov=execution_process_metrics_collector
73+
pytest --cov=treecript
7474
- name: Get transitive dependencies licences
7575
id: license_check_print_report
7676
# uses: pilosus/action-pip-license-checker@v1.0.0

.github/workflows/pre-commit_wsl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
cd the_repo
140140
source .env/bin/activate
141141
142-
pytest --cov=execution_process_metrics_collector
142+
pytest --cov=treecript
143143
- uses: actions/upload-artifact@v4
144144
with:
145145
name: wsl_pre-commit-${{ matrix.python-version }}-${{ matrix.distribution }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ python process-metrics-collector.py {pid} {base_metrics_directory} {sample_perio
103103
For instance, the sample directory was obtained just running next command line:
104104

105105
```bash
106-
~/projects/execution-process-metrics-collector/execution-metrics-collector.sh ~/projects/execution-process-metrics-collector/Wetlab2Variations_metrics python WfExS-backend.py -L workflow_examples/local_config.yaml staged-workdir offline-exec 01a1db90-1508-4bad-beb7-7f7989838542
106+
~/projects/treecript/execution-metrics-collector.sh ~/projects/treecript/Wetlab2Variations_metrics python WfExS-backend.py -L workflow_examples/local_config.yaml staged-workdir offline-exec 01a1db90-1508-4bad-beb7-7f7989838542
107107
```
108108

109109
## Time series charts

execution-metrics-collector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
# SPDX-License-Identifier: GPL-3.0-or-later
5-
# execution-process-metrics-collector, a process tree metrics gatherer.
5+
# treecript, a process tree metrics gatherer.
66
# Copyright (C) 2025 Barcelona Supercomputing Center, José M. Fernández
77
#
88
# This program is free software: you can redistribute it and/or modify
@@ -18,7 +18,7 @@
1818
# You should have received a copy of the GNU General Public License
1919
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2020

21-
from execution_process_metrics_collector.collector import main__commandline
21+
from treecript.collector import main__commandline
2222

2323
if __name__ == "__main__":
2424
main__commandline()

metrics-aggregator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
# SPDX-License-Identifier: GPL-3.0-or-later
5-
# execution-process-metrics-collector, a process tree metrics gatherer.
5+
# treecript, a process tree metrics gatherer.
66
# Copyright (C) 2025 Barcelona Supercomputing Center, José M. Fernández
77
#
88
# This program is free software: you can redistribute it and/or modify
@@ -18,7 +18,7 @@
1818
# You should have received a copy of the GNU General Public License
1919
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2020

21-
from execution_process_metrics_collector.aggregator import main
21+
from treecript.aggregator import main
2222

2323
if __name__ == "__main__":
2424
main()

onboarding/installing_treecript.cast

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -258,53 +258,53 @@
258258
[71.816944, "o", "\b \bdone\r\n"]
259259
[71.988488, "o", "\u001b[?25h Preparing metadata (pyproject.toml) ... \u001b[?25l-"]
260260
[72.043071, "o", "\b \bdone\r\n"]
261-
[72.383344, "o", "\u001b[?25hCollecting psutil (from execution-process-metrics-collector==0.6.0)\r\n"]
261+
[72.383344, "o", "\u001b[?25hCollecting psutil (from treecript==0.6.1)\r\n"]
262262
[72.502656, "o", " Downloading psutil-7.1.3-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl.metadata (23 kB)\r\n"]
263-
[72.577377, "o", "Collecting docker (from execution-process-metrics-collector==0.6.0)\r\n"]
263+
[72.577377, "o", "Collecting docker (from treecript==0.6.1)\r\n"]
264264
[72.591281, "o", " Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB)\r\n"]
265-
[72.843207, "o", "Collecting pandas (from execution-process-metrics-collector==0.6.0)\r\n"]
265+
[72.843207, "o", "Collecting pandas (from treecript==0.6.1)\r\n"]
266266
[72.863509, "o", " Downloading pandas-2.3.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (91 kB)\r\n"]
267-
[73.000793, "o", "Collecting networkx (from execution-process-metrics-collector==0.6.0)\r\n"]
267+
[73.000793, "o", "Collecting networkx (from treecript==0.6.1)\r\n"]
268268
[73.014453, "o", " Downloading networkx-3.4.2-py3-none-any.whl.metadata (6.3 kB)\r\n"]
269-
[73.232289, "o", "Collecting matplotlib (from execution-process-metrics-collector==0.6.0)\r\n"]
269+
[73.232289, "o", "Collecting matplotlib (from treecript==0.6.1)\r\n"]
270270
[73.246668, "o", " Downloading matplotlib-3.10.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (11 kB)\r\n"]
271-
[73.280617, "o", "Collecting adjustText (from execution-process-metrics-collector==0.6.0)\r\n"]
271+
[73.280617, "o", "Collecting adjustText (from treecript==0.6.1)\r\n"]
272272
[73.294297, "o", " Downloading adjustText-1.3.0-py3-none-any.whl.metadata (3.1 kB)\r\n"]
273-
[73.601925, "o", "Collecting numpy (from adjustText->execution-process-metrics-collector==0.6.0)\r\n"]
273+
[73.601925, "o", "Collecting numpy (from adjustText->treecript==0.6.1)\r\n"]
274274
[73.615321, "o", " Downloading numpy-2.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB)\r\n"]
275-
[73.804093, "o", "Collecting scipy (from adjustText->execution-process-metrics-collector==0.6.0)\r\n"]
275+
[73.804093, "o", "Collecting scipy (from adjustText->treecript==0.6.1)\r\n"]
276276
[73.819388, "o", " Downloading scipy-1.15.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)\r\n"]
277-
[73.876531, "o", "Collecting requests>=2.26.0 (from docker->execution-process-metrics-collector==0.6.0)\r\n"]
277+
[73.876531, "o", "Collecting requests>=2.26.0 (from docker->treecript==0.6.1)\r\n"]
278278
[73.889163, "o", " Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB)\r\n"]
279-
[73.939664, "o", "Collecting urllib3>=1.26.0 (from docker->execution-process-metrics-collector==0.6.0)\r\n"]
279+
[73.939664, "o", "Collecting urllib3>=1.26.0 (from docker->treecript==0.6.1)\r\n"]
280280
[73.951746, "o", " Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB)\r\n"]
281-
[74.086091, "o", "Collecting charset_normalizer<4,>=2 (from requests>=2.26.0->docker->execution-process-metrics-collector==0.6.0)\r\n"]
281+
[74.086091, "o", "Collecting charset_normalizer<4,>=2 (from requests>=2.26.0->docker->treecript==0.6.1)\r\n"]
282282
[74.098164, "o", " Downloading charset_normalizer-3.4.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (37 kB)\r\n"]
283-
[74.133579, "o", "Collecting idna<4,>=2.5 (from requests>=2.26.0->docker->execution-process-metrics-collector==0.6.0)\r\n"]
283+
[74.133579, "o", "Collecting idna<4,>=2.5 (from requests>=2.26.0->docker->treecript==0.6.1)\r\n"]
284284
[74.146071, "o", " Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB)\r\n"]
285-
[74.201851, "o", "Collecting certifi>=2017.4.17 (from requests>=2.26.0->docker->execution-process-metrics-collector==0.6.0)\r\n"]
285+
[74.201851, "o", "Collecting certifi>=2017.4.17 (from requests>=2.26.0->docker->treecript==0.6.1)\r\n"]
286286
[74.213717, "o", " Downloading certifi-2025.10.5-py3-none-any.whl.metadata (2.5 kB)\r\n"]
287-
[74.334179, "o", "Collecting contourpy>=1.0.1 (from matplotlib->execution-process-metrics-collector==0.6.0)\r\n"]
287+
[74.334179, "o", "Collecting contourpy>=1.0.1 (from matplotlib->treecript==0.6.1)\r\n"]
288288
[74.347715, "o", " Downloading contourpy-1.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.5 kB)\r\n"]
289-
[74.381616, "o", "Collecting cycler>=0.10 (from matplotlib->execution-process-metrics-collector==0.6.0)\r\n"]
289+
[74.381616, "o", "Collecting cycler>=0.10 (from matplotlib->treecript==0.6.1)\r\n"]
290290
[74.39358, "o", " Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)\r\n"]
291-
[74.659579, "o", "Collecting fonttools>=4.22.0 (from matplotlib->execution-process-metrics-collector==0.6.0)\r\n"]
291+
[74.659579, "o", "Collecting fonttools>=4.22.0 (from matplotlib->treecript==0.6.1)\r\n"]
292292
[74.673855, "o", " Downloading fonttools-4.60.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (112 kB)\r\n"]
293-
[74.788333, "o", "Collecting kiwisolver>=1.3.1 (from matplotlib->execution-process-metrics-collector==0.6.0)\r\n"]
293+
[74.788333, "o", "Collecting kiwisolver>=1.3.1 (from matplotlib->treecript==0.6.1)\r\n"]
294294
[74.801292, "o", " Downloading kiwisolver-1.4.9-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (6.3 kB)\r\n"]
295-
[74.84714, "o", "Collecting packaging>=20.0 (from matplotlib->execution-process-metrics-collector==0.6.0)\r\n"]
295+
[74.84714, "o", "Collecting packaging>=20.0 (from matplotlib->treecript==0.6.1)\r\n"]
296296
[74.860251, "o", " Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)\r\n"]
297-
[75.110286, "o", "Collecting pillow>=8 (from matplotlib->execution-process-metrics-collector==0.6.0)\r\n"]
297+
[75.110286, "o", "Collecting pillow>=8 (from matplotlib->treecript==0.6.1)\r\n"]
298298
[75.123851, "o", " Downloading pillow-12.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (8.8 kB)\r\n"]
299-
[75.18021, "o", "Collecting pyparsing>=3 (from matplotlib->execution-process-metrics-collector==0.6.0)\r\n"]
299+
[75.18021, "o", "Collecting pyparsing>=3 (from matplotlib->treecript==0.6.1)\r\n"]
300300
[75.192196, "o", " Downloading pyparsing-3.2.5-py3-none-any.whl.metadata (5.0 kB)\r\n"]
301-
[75.226137, "o", "Collecting python-dateutil>=2.7 (from matplotlib->execution-process-metrics-collector==0.6.0)\r\n"]
301+
[75.226137, "o", "Collecting python-dateutil>=2.7 (from matplotlib->treecript==0.6.1)\r\n"]
302302
[75.227767, "o", " Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)\r\n"]
303-
[75.31208, "o", "Collecting six>=1.5 (from python-dateutil>=2.7->matplotlib->execution-process-metrics-collector==0.6.0)\r\n"]
303+
[75.31208, "o", "Collecting six>=1.5 (from python-dateutil>=2.7->matplotlib->treecript==0.6.1)\r\n"]
304304
[75.314385, "o", " Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)\r\n"]
305-
[75.388749, "o", "Collecting pytz>=2020.1 (from pandas->execution-process-metrics-collector==0.6.0)\r\n"]
305+
[75.388749, "o", "Collecting pytz>=2020.1 (from pandas->treecript==0.6.1)\r\n"]
306306
[75.40183, "o", " Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB)\r\n"]
307-
[75.438327, "o", "Collecting tzdata>=2022.7 (from pandas->execution-process-metrics-collector==0.6.0)\r\n"]
307+
[75.438327, "o", "Collecting tzdata>=2022.7 (from pandas->treecript==0.6.1)\r\n"]
308308
[75.450501, "o", " Downloading tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB)\r\n"]
309309
[75.486053, "o", "Downloading adjustText-1.3.0-py3-none-any.whl (13 kB)\r\n"]
310310
[75.506592, "o", "Downloading docker-7.1.0-py3-none-any.whl (147 kB)\r\n"]
@@ -356,13 +356,13 @@
356356
[76.834905, "o", "\r\u001b[2K \u001b[38;5;197m━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[38;5;237m╺\u001b[0m\u001b[38;5;237m━━━━━━━━━━━━━━\u001b[0m \u001b[32m23.6/37.7 MB\u001b[0m \u001b[31m117.2 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m"]
357357
[77.038642, "o", "\r\u001b[2K \u001b[38;5;197m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[38;5;197m╸\u001b[0m \u001b[32m37.5/37.7 MB\u001b[0m \u001b[31m117.2 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m"]
358358
[77.075057, "o", "\r\u001b[2K \u001b[38;5;70m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m37.7/37.7 MB\u001b[0m \u001b[31m84.9 MB/s\u001b[0m \u001b[33m0:00:00\u001b[0m\r\n\u001b[?25h"]
359-
[77.414912, "o", "Building wheels for collected packages: execution-process-metrics-collector\r\n"]
360-
[77.560706, "o", " Building wheel for execution-process-metrics-collector (pyproject.toml) ... \u001b[?25l-"]
359+
[77.414912, "o", "Building wheels for collected packages: treecript\r\n"]
360+
[77.560706, "o", " Building wheel for treecript (pyproject.toml) ... \u001b[?25l-"]
361361
[77.65097, "o", "\b \bdone\r\n"]
362-
[77.652658, "o", "\u001b[?25h Created wheel for execution-process-metrics-collector: filename=execution_process_metrics_collector-0.6.0-py3-none-any.whl size=47353 sha256=69558f5b02c66fecc436ba96fc35135815180a775b21ad27f99877dda0213dfd\r\n"]
362+
[77.652658, "o", "\u001b[?25h Created wheel for treecript: filename=treecript-0.6.1-py3-none-any.whl size=47353 sha256=69558f5b02c66fecc436ba96fc35135815180a775b21ad27f99877dda0213dfd\r\n"]
363363
[77.653009, "o", " Stored in directory: /tmp/pip-ephem-wheel-cache-svufhc4k/wheels/d6/b0/41/e803fce956fa0628fef9a3f6c0ce217543d36d24b4762883a9\r\n"]
364-
[77.658379, "o", "Successfully built execution-process-metrics-collector\r\n"]
365-
[77.857793, "o", "Installing collected packages: pytz, urllib3, tzdata, six, pyparsing, psutil, pillow, packaging, numpy, networkx, kiwisolver, idna, fonttools, cycler, charset_normalizer, certifi, scipy, requests, python-dateutil, contourpy, pandas, matplotlib, docker, adjustText, execution-process-metrics-collector\r\n"]
364+
[77.658379, "o", "Successfully built treecript\r\n"]
365+
[77.857793, "o", "Installing collected packages: pytz, urllib3, tzdata, six, pyparsing, psutil, pillow, packaging, numpy, networkx, kiwisolver, idna, fonttools, cycler, charset_normalizer, certifi, scipy, requests, python-dateutil, contourpy, pandas, matplotlib, docker, adjustText, treecript\r\n"]
366366
[77.857971, "o", "\u001b[?25l"]
367367
[78.029207, "o", "\r\u001b[2K \u001b[38;5;197m━\u001b[0m\u001b[38;5;197m╸\u001b[0m\u001b[38;5;237m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m 1/25\u001b[0m [urllib3]"]
368368
[78.213394, "o", "\r\u001b[2K \u001b[38;5;197m━━━━━━\u001b[0m\u001b[38;5;237m╺\u001b[0m\u001b[38;5;237m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m 4/25\u001b[0m [pyparsing]"]
@@ -442,8 +442,8 @@
442442
[91.174772, "o", "\r\u001b[2K \u001b[38;5;197m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[38;5;197m╸\u001b[0m\u001b[38;5;237m━━━━━━\u001b[0m \u001b[32m21/25\u001b[0m [matplotlib]"]
443443
[91.348889, "o", "\r\u001b[2K \u001b[38;5;197m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[38;5;197m╸\u001b[0m\u001b[38;5;237m━━━━━━\u001b[0m \u001b[32m21/25\u001b[0m [matplotlib]"]
444444
[91.519411, "o", "\r\u001b[2K \u001b[38;5;197m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[38;5;237m╺\u001b[0m\u001b[38;5;237m━━━━\u001b[0m \u001b[32m22/25\u001b[0m [docker]"]
445-
[91.579305, "o", "\r\u001b[2K \u001b[38;5;70m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m25/25\u001b[0m [execution-process-metrics-collector]\r\n\u001b[?25h\r\u001b[1A\u001b[2K"]
446-
[91.584845, "o", "Successfully installed adjustText-1.3.0 certifi-2025.10.5 charset_normalizer-3.4.4 contourpy-1.3.2 cycler-0.12.1 docker-7.1.0 execution-process-metrics-collector-0.6.0 fonttools-4.60.1 idna-3.11 kiwisolver-1.4.9 matplotlib-3.10.7 networkx-3.4.2 numpy-2.2.6 packaging-25.0 pandas-2.3.3 pillow-12.0.0 psutil-7.1.3 pyparsing-3.2.5 python-dateutil-2.9.0.post0 pytz-2025.2 requests-2.32.5 scipy-1.15.3 six-1.17.0 tzdata-2025.2 urllib3-2.5.0\r\n"]
445+
[91.579305, "o", "\r\u001b[2K \u001b[38;5;70m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m25/25\u001b[0m [treecript]\r\n\u001b[?25h\r\u001b[1A\u001b[2K"]
446+
[91.584845, "o", "Successfully installed adjustText-1.3.0 certifi-2025.10.5 charset_normalizer-3.4.4 contourpy-1.3.2 cycler-0.12.1 docker-7.1.0 treecript-0.6.1 fonttools-4.60.1 idna-3.11 kiwisolver-1.4.9 matplotlib-3.10.7 networkx-3.4.2 numpy-2.2.6 packaging-25.0 pandas-2.3.3 pillow-12.0.0 psutil-7.1.3 pyparsing-3.2.5 python-dateutil-2.9.0.post0 pytz-2025.2 requests-2.32.5 scipy-1.15.3 six-1.17.0 tzdata-2025.2 urllib3-2.5.0\r\n"]
447447
[92.036872, "o", "\u001b[?2004h(TREECRIPT) \u001b]0;bscuser@bsclife002: ~\u0007\u001b[01;32mbscuser@bsclife002\u001b[00m:\u001b[01;34m~\u001b[00m$ "]
448448
[100.236626, "o", "#"]
449449
[100.417213, "o", " "]
@@ -81158,7 +81158,7 @@
8115881158
[881.186634, "o", "0"]
8115981159
[883.407785, "o", "\r\n\u001b[?2004l\r"]
8116081160
[884.515303, "o", " id task W_h joules first_sample last_sample duration duration_in_s\r\n0 1762360397.05_2855499 0 bash 0.000019 0.069007 2025-11-05 17:33:17 2025-11-05 17:35:03 0 days 00:01:46 106\r\n"]
81161-
[884.535877, "o", "/home/bscuser/TREECRIPT/lib/python3.10/site-packages/execution_process_metrics_collector/aggregator.py:237: UserWarning: To output multiple subplots, the figure containing the passed axes is being cleared.\r\n axes = node_consumptions.plot.barh(\r\n"]
81161+
[884.535877, "o", "/home/bscuser/TREECRIPT/lib/python3.10/site-packages/treecript/aggregator.py:237: UserWarning: To output multiple subplots, the figure containing the passed axes is being cleared.\r\n axes = node_consumptions.plot.barh(\r\n"]
8116281162
[890.27425, "o", "\u001b[?2004h(TREECRIPT) \u001b]0;bscuser@bsclife002: ~\u0007\u001b[01;32mbscuser@bsclife002\u001b[00m:\u001b[01;34m~\u001b[00m$ "]
8116381163
[894.834646, "o", "l"]
8116481164
[895.918172, "o", "\b\u001b[K"]

plotGraph.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
# SPDX-License-Identifier: GPL-3.0-or-later
5-
# execution-process-metrics-collector, a process tree metrics gatherer.
5+
# treecript, a process tree metrics gatherer.
66
# Copyright (C) 2025 Barcelona Supercomputing Center, José M. Fernández
77
#
88
# This program is free software: you can redistribute it and/or modify
@@ -18,7 +18,7 @@
1818
# You should have received a copy of the GNU General Public License
1919
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2020

21-
from execution_process_metrics_collector.plot_graph import main
21+
from treecript.plot_graph import main
2222

2323
if __name__ == "__main__":
2424
main()

process-metrics-collector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
# SPDX-License-Identifier: GPL-3.0-or-later
5-
# execution-process-metrics-collector, a process tree metrics gatherer.
5+
# treecript, a process tree metrics gatherer.
66
# Copyright (C) 2025 Barcelona Supercomputing Center, José M. Fernández
77
#
88
# This program is free software: you can redistribute it and/or modify
@@ -18,7 +18,7 @@
1818
# You should have received a copy of the GNU General Public License
1919
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2020

21-
from execution_process_metrics_collector.collector import main
21+
from treecript.collector import main
2222

2323
if __name__ == "__main__":
2424
main()

0 commit comments

Comments
 (0)