-
Notifications
You must be signed in to change notification settings - Fork 78
docs(FR-2542): update date selection UI in statistics documentation #6580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
graphite-app
merged 1 commit into
main
from
04-10-docs_update_date_selection_ui_in_statistics_documentation
Apr 17, 2026
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
58 changes: 44 additions & 14 deletions
58
packages/backend.ai-webui-docs/src/en/statistics/statistics.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,39 +1,69 @@ | ||
| # Statistics Page | ||
|
|
||
| ## Allocation history | ||
| ## Allocation History | ||
|
|
||
| On the Statistics page, under the Allocation History tab, you can check simple statistics related to the use of | ||
| compute sessions via a graph. You can check the statistics for a day or a week by selecting the usage period | ||
| from the select period menu on the upper left. Displayed items are as follows. | ||
| compute sessions via graphs. You can select the display period using the **Period** dropdown at the upper left. | ||
| The available options are **1 Day** and **1 Week**. You can also click the refresh button next to the dropdown | ||
| to reload the statistics data. The displayed items are as follows. | ||
|
|
||
| - Sessions: The number of compute sessions created. | ||
| - CPU: The number of CPU cores allocated to the compute sessions. | ||
| - Memory: The amount of memory allocated to the compute sessions. | ||
| - GPU: The number of GPU units allocated to the compute sessions. | ||
| If the Fractional GPU feature is enabled, it may not match the physics GPU. | ||
| If the fractional GPU (fGPU) feature is enabled, it may not match the physical GPU. | ||
| - IO-Read: The amount of data read from the storage. | ||
| - IO-Write: The amount of data written to the storage. | ||
|
|
||
| Note that the statistics shown here are based on terminated compute sessions. | ||
| Also, one week statistics may not be shown for the users whose account is created no | ||
| longer than a week. | ||
| :::note | ||
| The statistics shown here are based on terminated compute sessions. | ||
| Also, one week statistics may not be shown for users whose account was created less than a week ago. | ||
| ::: | ||
|
|
||
| :::info | ||
| IO-Read and IO-Write graphs may not appear depending on the backend configuration. | ||
| ::: | ||
|
|
||
|  | ||
|
|
||
| ## User session history | ||
| ## User Session History | ||
|
|
||
| :::note | ||
| The User Session History tab is only available when the backend supports user metrics. | ||
| If you do not see this tab, contact your administrator. | ||
| ::: | ||
|
|
||
| In the User Session History tab of the Statistics page, you can view statistics on various resources used by | ||
| sessions through graphs. You can select a custom date and time range using the date range picker at the upper | ||
| left. The date range picker also provides the following preset options for quick selection: | ||
|
|
||
| - **Today** | ||
| - **Last 1 Hour** | ||
| - **Last 3 Hours** | ||
| - **Last 12 Hours** | ||
| - **Last 1 Day** | ||
| - **Last 7 Days** | ||
|
|
||
| In the User Session History tab of the Statistics page, users can view statistics on various resources used by sessions through graphs. | ||
| Users can check the statistics for a selected period using the Select Period menu at the upper left. The displayed items are as follows. | ||
| You can also click the refresh button next to the date range picker to reload the statistics data. | ||
|
|
||
| :::warning | ||
| If the selected date range exceeds 30 days, data for some dates may not be available when usage is low. | ||
| Try again with a shorter date range if you encounter missing data. | ||
| ::: | ||
|
|
||
| The metric graphs displayed are dynamically determined by the backend based on the resources available in | ||
| your environment. Common metrics include: | ||
|
|
||
| - CPU Util: The amount of CPU time used by the sessions. | ||
| - Memory: The amount of memory used by the sessions. | ||
| - Net Rx: The rate at which the container is receiving network data. | ||
| - Net Tx: The rate at which the container is sending network data. | ||
| - IO Read: The amount of data read from the storage by the sessions. | ||
| - IO Write: The amount of data written to the storage by the sessions. | ||
|
|
||
| In addition, depending on the available resources, additional items such as CUDA-capable GPU Util and CUDA-capable GPU Mem may be displayed. | ||
| Depending on the available resources, additional metrics such as GPU Util and GPU Mem may also be displayed. | ||
|
|
||
| The metric graph cards can be rearranged and resized by dragging, allowing you to customize the layout to | ||
| your preference. | ||
|
|
||
| More detailed statistics are shown in the admin-only Control-Panel. | ||
|
|
||
|  | ||
|  | ||
68 changes: 51 additions & 17 deletions
68
packages/backend.ai-webui-docs/src/ja/statistics/statistics.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,36 +1,70 @@ | ||
| # 統計ページ | ||
|
|
||
| ## Allocation history | ||
| ## 割り当て履歴 | ||
|
|
||
| On the 統計 page, under the Allocation History tab, you can check simple statistics related to the use of | ||
| compute sessions via a graph. You can check the statistics for a day or a week by selecting the usage period | ||
| from the select period menu on the upper left. Displayed items are as follows. | ||
| 統計ページの割り当て履歴タブでは、コンピュートセッションの使用に関する簡単な統計をグラフで | ||
| 確認できます。左上の**期間**ドロップダウンを使用して、表示期間を選択できます。選択可能な | ||
| オプションは**1日**と**1週間**です。ドロップダウンの横にある更新ボタンをクリックして、 | ||
| 統計データを再読み込みすることもできます。表示される項目は以下のとおりです。 | ||
|
|
||
| - セッション: 作成されたコンピュートセッションの数。 | ||
| - CPU: コンピュートセッションに割り当てられたCPUコアの数。 | ||
| - メモリ: コンピュートセッションに割り当てられたメモリの量。 | ||
| - GPU: コンピュートセッションに割り当てられたGPUユニットの数。Fractional GPU機能が有効になっている場合、物理的なGPUと一致しないことがあります。 | ||
| - GPU: コンピュートセッションに割り当てられたGPUユニットの数。フラクショナルGPU(fGPU) | ||
| 機能が有効になっている場合、物理的なGPUと一致しないことがあります。 | ||
| - IO-Read: ストレージから読み取られたデータの量。 | ||
| - IO-Write: ストレージに書き込まれたデータの量。 | ||
|
|
||
| ここに表示されている統計は、終了したコンピュートセッションに基づいていることに注意してください。また、アカウントが作成されてから1週間以内のユーザーについては、1週間の統計が表示されない場合があります。 | ||
| :::note | ||
| ここに表示されている統計は、終了したコンピュートセッションに基づいています。 | ||
| また、アカウントが作成されてから1週間以内のユーザーについては、1週間の統計が表示されない場合があります。 | ||
| ::: | ||
|
|
||
| :::info | ||
| IO-ReadおよびIO-Writeグラフは、バックエンドの構成によっては表示されない場合があります。 | ||
| ::: | ||
|
|
||
|  | ||
|
|
||
| ## User session history | ||
| ## ユーザーセッション履歴 | ||
|
|
||
| :::note | ||
| ユーザーセッション履歴タブは、バックエンドがユーザーメトリクス機能をサポートしている場合にのみ | ||
| 利用可能です。このタブが表示されない場合は、管理者にお問い合わせください。 | ||
| ::: | ||
|
|
||
| 統計ページのユーザーセッション履歴タブでは、セッションが使用したさまざまなリソースに関する | ||
| 統計をグラフで確認できます。左上の日付範囲ピッカーを使用して、任意の日付と時間の範囲を指定 | ||
| できます。日付範囲ピッカーには、素早く選択するための以下のプリセットオプションも用意されて | ||
| います: | ||
|
|
||
| - **今日** | ||
| - **最後の1時間** | ||
| - **最後の3時間** | ||
| - **過去12時間** | ||
| - **最後の1日** | ||
| - **過去7日間** | ||
|
|
||
| 日付範囲ピッカーの横にある更新ボタンをクリックして、統計データを再読み込みすることもできます。 | ||
|
|
||
| :::warning | ||
| 選択した日付範囲が30日を超えると、使用量が少ない場合に一部の日付のデータが利用できないことが | ||
| あります。データが欠落している場合は、より短い日付範囲で再試行してください。 | ||
| ::: | ||
|
|
||
| 表示されるメトリクスグラフは、ご利用環境で利用可能なリソースに基づいてバックエンドによって | ||
| 動的に決定されます。一般的に表示されるメトリクスは以下のとおりです: | ||
|
|
||
| In the User Session History tab of the 統計 page, ユーザーs can view statistics on various resources used by sessions through graphs. | ||
| Users can check the statistics for a selected period using the Select Period menu at the upper left. The displayed items are as follows. | ||
| - CPU Util: セッションが使用したCPU時間の量。 | ||
| - Memory: セッションが使用したメモリの量。 | ||
| - Net Rx: コンテナがネットワークデータを受信している速度。 | ||
| - Net Tx: コンテナがネットワークデータを送信している速度。 | ||
|
|
||
| - CPU Util: The amount of CPU time used by the sessions. | ||
| - Memory: The amount of memory used by the sessions. | ||
| - Net Rx: The rate at which the container is receiving network data. | ||
| - Net Tx: The rate at which the container is sending network data. | ||
| - IO Read: The amount of data read from the storage by the sessions. | ||
| - IO Write: The amount of data written to the storage by the sessions. | ||
| 利用可能なリソースに応じて、GPU UtilやGPU Memなどの追加メトリクスが表示される場合もあります。 | ||
|
|
||
| In addition, depending on the available resources, additional items such as CUDA-capable GPU Util and CUDA-capable GPU Mem may be displayed. | ||
| メトリクスグラフカードはドラッグして並べ替えたりサイズを変更したりできるため、お好みの | ||
| レイアウトにカスタマイズできます。 | ||
|
|
||
| より詳細な統計情報は、管理者専用のコントロールパネルに表示されます。 | ||
|
|
||
|  | ||
|  |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.