< prev index next >

application/org.openjdk.jmc.flightrecorder.ui/src/main/resources/org/openjdk/jmc/flightrecorder/ui/messages/internal/messages.properties

Print this page

        

*** 221,230 **** --- 221,231 ---- # {0} is a time stamp FILE_OPENER_WARNING_SHORT_TIME=All events in this recording occur at {0}. The recording duration will be expanded to 1 second. FILE_OPENER_WARNING_TITLE=Warning FileIOPage_DURATION_SELECTION=File I/O Duration Selection FileIOPage_HISTOGRAM_SELECTION=File I/O Histogram Selection + FileIOPage_SIZE_SELECTION=File I/O Size Selection FileIOPage_LOG_SELECTION=File I/O Log Selection FileIOPage_PAGE_NAME=File I/O FileIOPage_ROW_FILE_READ=File Read FileIOPage_ROW_FILE_WRITE=File Write FileIOPage_SELECTED_PATH=1 path
*** 383,392 **** --- 384,394 ---- SELECTION_STORE_NO_SELECTION=<No Selection> SocketIOPage_BY_HOST_ACTION=By Host SocketIOPage_BY_HOST_AND_PORT_ACTION=By Host and Port SocketIOPage_BY_PORT_ACTION=By Port SocketIOPage_DURATION_SELECTION=Socket I/O Duration Selection + SocketIOPage_SIZE_SELECTION=Socket I/O Size Selection SocketIOPage_HISTOGRAM_SELECTION=Socket I/O Histogram Selection SocketIOPage_HOST_AND_PORT=Host and Port SocketIOPage_LOG_SELECTION=Socket I/O Log Selection SocketIOPage_PAGE_NAME=Socket I/O SocketIOPage_ROW_SOCKET_READ=Socket Read
*** 525,534 **** --- 527,537 ---- PAGE_RENAME_MENU_ACTION=Rename... PAGE_UNNAMED=Unnamed Page PAGES_EVENT_LOG=Event Log PAGES_TIMELINE=Timeline PAGES_DURATIONS=Durations + PAGES_SIZE=Size ProcessesPage_AGGR_CONCURRENT_PROCESSES=Concurrent Processes ProcessesPage_AGGR_CONCURRENT_PROCESSES_DESC=Concurrent Processes ProcessesPage_AGGR_FIRST_SAMPLE=First Sample ProcessesPage_AGGR_FIRST_SAMPLE_DESC=The first time the process was sampled ProcessesPage_AGGR_LAST_SAMPLE=Last Sample
*** 537,546 **** --- 540,550 ---- ProcessesPage_ROW_CONCURRENT_PROCESSES=Concurrent Processes ProcessesPage_ROW_CPU_USAGE=CPU Usage ProcessesPage_ROW_CPU_USAGE_DESC=Total CPU usage of the machine, as well as the CPU load of the Java process (divided into user space load and system/kernel space load). IO_PAGE_DURATIONS_DESCRIPTION=Distribution of the I/O event durations. IO_PAGE_TIMELINE_DESCRIPTION=Timeline displaying the span of the I/O events and the amount of data read/written per time period. + IO_PAGE_SIZE_DESCRIPTION=Displays the distribution of the I/O events based on the amount of data read/written per event. IO_PAGE_EVENT_LOG_DESCRIPTION=Log of the I/O events, displaying all events or a subset depending on the selection in the other tables. ItemHandlerPage_DEFAULT_PAGE_NAME=Filtered Events # {0} is a number ItemHandlerPage_PAGE_EVENTS_COUNT_TOOLTIP={0} events ItemHandlerPage_SET_TOPICS_ACTION=Set Topics...
< prev index next >