Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

xcute: Improve job information display #1966

Merged

Conversation

AymericDu
Copy link
Member

SUMMARY

Improve job information display

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME
  • xcute
SDS VERSION
openio 5.2.5.dev124
ADDITIONAL INFORMATION
$ openio-admin xcute job show 20200107131129138805-7cd19983bb0
+--------------------------------+----------------------------------+
| Field                          | Value                            |
+--------------------------------+----------------------------------+
| config.params.end              | 10000                            |
| config.params.error_percentage | 0                                |
| config.params.start            | 0                                |
| config.tasks_batch_size        | 32                               |
| config.tasks_per_second        | 32                               |
| errors.total                   | 0                                |
| job.ctime                      | 1578402689.14                    |
| job.duration                   | 12.2709701061                    |
| job.id                         | 20200107131129138805-7cd19983bb0 |
| job.mtime                      | 1578402701.41                    |
| job.status                     | RUNNING                          |
| job.type                       | tester                           |
| results.counter                | 3346                             |
| tasks.processed                | 384                              |
| tasks.processed_per_second     | 31.2933693652                    |
| tasks.processed_percent        | 3.84                             |
| tasks.sent                     | 416                              |
| tasks.sent_percent             | 4.16                             |
| tasks.total                    | 10000 (estimated)                |
+--------------------------------+----------------------------------+
$ openio-admin xcute job show 20200107131129138805-7cd19983bb0 --raw
+--------------------------------+----------------------------------+
| Field                          | Value                            |
+--------------------------------+----------------------------------+
| config.params.end              | 10000                            |
| config.params.error_percentage | 0                                |
| config.params.start            | 0                                |
| config.tasks_batch_size        | 32                               |
| config.tasks_per_second        | 32                               |
| errors.total                   | 0                                |
| job.ctime                      | 1578402689.14                    |
| job.id                         | 20200107131129138805-7cd19983bb0 |
| job.mtime                      | 1578402704.41                    |
| job.request_pause              | False                            |
| job.status                     | RUNNING                          |
| job.type                       | tester                           |
| orchestrator.id                | orchestrator-1                   |
| results.counter                | 4210                             |
| tasks.all_sent                 | False                            |
| tasks.is_total_temp            | False                            |
| tasks.last_sent                | 511                              |
| tasks.processed                | 480                              |
| tasks.sent                     | 512                              |
| tasks.total                    | 10000                            |
| tasks.total_marker             | 9999                             |
+--------------------------------+----------------------------------+

@AymericDu AymericDu requested a review from loamhoof January 7, 2020 13:13
@codecov-io
Copy link

codecov-io commented Jan 8, 2020

Codecov Report

Merging #1966 into 5.x will increase coverage by 0.62%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              5.x    #1966      +/-   ##
==========================================
+ Coverage   78.65%   79.27%   +0.62%     
==========================================
  Files         377      391      +14     
  Lines       72306    73957    +1651     
  Branches     7025     7025              
==========================================
+ Hits        56867    58619    +1752     
+ Misses      15330    15102     -228     
- Partials      109      236     +127
Impacted Files Coverage Δ
oio/container/client.py 85.39% <0%> (-1.46%) ⬇️
oio/blob/auditor.py 58.29% <0%> (-1.14%) ⬇️
oio/api/base.py 89.11% <0%> (-0.99%) ⬇️
events/oio_events_queue_fanout.c 82.06% <0%> (-0.85%) ⬇️
oio/conscience/client.py 84% <0%> (-0.79%) ⬇️
oio/blob/client.py 90.91% <0%> (-0.64%) ⬇️
core/ext.c 96.22% <0%> (-0.54%) ⬇️
core/http_put.c 91.57% <0%> (-0.51%) ⬇️
core/cs.c 66.22% <0%> (-0.45%) ⬇️
...ests/functional/container/test_container_backup.py 78.56% <0%> (-0.43%) ⬇️
... and 85 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4b77118...b72a0aa. Read the comment docs.

@AymericDu AymericDu force-pushed the xcute-improve-job-information-display branch from 42c323e to 35c0a35 Compare January 10, 2020 11:06
@AymericDu AymericDu force-pushed the xcute-improve-job-information-display branch from 35c0a35 to 80fa20a Compare January 13, 2020 15:49
@AymericDu AymericDu force-pushed the xcute-improve-job-information-display branch from 80fa20a to c1071f4 Compare January 13, 2020 16:31
@AymericDu AymericDu changed the base branch from xcute to 5.x January 17, 2020 08:59
@AymericDu AymericDu force-pushed the xcute-improve-job-information-display branch from c1071f4 to b72a0aa Compare January 17, 2020 09:02
@AymericDu AymericDu merged commit 8c99e8b into open-io:5.x Jan 17, 2020
@AymericDu AymericDu deleted the xcute-improve-job-information-display branch January 17, 2020 15:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants