| 23b5ae4c | 24-May-2024 |
Jim Harris <jim.harris@samsung.com> |
spdk_top: shorten Frequency column name
The numbers in this column are never more than 4 digits (until we have a 10GHz processor), so shorten this column name to "Freq [MHz]".
Signed-off-by: Jim Ha
spdk_top: shorten Frequency column name
The numbers in this column are never more than 4 digits (until we have a 10GHz processor), so shorten this column name to "Freq [MHz]".
Signed-off-by: Jim Harris <jim.harris@samsung.com> Change-Id: I5032e3920c207bbed4bb2fc8027822102ffb8903 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23387 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>
show more ...
|
| e5526eea | 24-May-2024 |
Jim Harris <jim.harris@samsung.com> |
spdk_top: add POLLER_TYPE_COUNT_STR_LEN
We previously had just POLLER_COUNT_STR_LEN, which was used both for the threads tab, which has columns "Active Pollers", "Timed Pollers" and "Paused Pollers"
spdk_top: add POLLER_TYPE_COUNT_STR_LEN
We previously had just POLLER_COUNT_STR_LEN, which was used both for the threads tab, which has columns "Active Pollers", "Timed Pollers" and "Paused Pollers", as well as the cores tab which just has "Pollers".
The cores tab suffers here, because it doesn't need the larger width since the column name is much shorter.
So add a new POLLER_TYPE_COUNT_STR_LEN which the threads tab will use, with the existing length. And change POLLER_COUNT_STR_LEN to better match the column name width.
Signed-off-by: Jim Harris <jim.harris@samsung.com> Change-Id: Ic29031ad41847250978ce48dc1f1b3af611d7839 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23386 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>
show more ...
|
| 1091ed82 | 25-Nov-2022 |
Krzysztof Karas <krzysztof.karas@intel.com> |
spdk_top: add support for scrolling pages with arrow keys
Currently user can only use PgDn and PgUp to scroll pages, which may be confusing.
Change-Id: I61632a9eba35bcc2c817d202935ef5999ba00bbb Sig
spdk_top: add support for scrolling pages with arrow keys
Currently user can only use PgDn and PgUp to scroll pages, which may be confusing.
Change-Id: I61632a9eba35bcc2c817d202935ef5999ba00bbb Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15656 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
| f9e4e1fd | 14-Apr-2021 |
Krzysztof Karas <krzysztof.karas@intel.com> |
spdk_top: add pop-up windows' response to interface resize
Make pop-up details windows handle interface resize and redraw themselves in the center of spdk_top window.
Change type of check_resize_in
spdk_top: add pop-up windows' response to interface resize
Make pop-up details windows handle interface resize and redraw themselves in the center of spdk_top window.
Change type of check_resize_interface() from void to int.
Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com> Change-Id: Ib7d8e17c794eb4aab593a6057a1809ea678d633c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7398 Community-CI: Mellanox Build Bot Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
show more ...
|