[JBoss JIRA] (ISPN-7733) Administration console - Incorrect data field columns used on cache nodes page
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-7733?page=com.atlassian.jira.plugin.... ]
Ryan Emerson edited comment on ISPN-7733 at 4/19/17 6:32 AM:
-------------------------------------------------------------
[~vblagojevic] Based upon [StatsImpl|https://github.com/infinispan/infinispan/blob/master/core/src/m...] and the corresponding clustered variations, I believe the mapping is as follows:
TotalReads -> hits + misses (this should be retrievals stat, but it isn't curently exposed via the server)
TotalFailedReads -> misses
-TotalWrites -> remove-hits + remove-misses-
-TotalFailedWrites -> remove-misses-
Ignore the writes stats, these obviously only include removes! I will create a JIRA for adding a total write stat
was (Author: ryanemerson):
[~vblagojevic] Based upon [StatsImpl|https://github.com/infinispan/infinispan/blob/master/core/src/m...] and the corresponding clustered variations, I believe the mapping is as follows:
TotalReads -> hits + misses (this should be retrievals stat, but it isn't curently exposed via the server)
TotalFailedReads -> misses
-TotalWrites -> remove-hits + remove-misses
TotalFailedWrites -> remove-misses-
Ignore the writes stats, these obviously only include removes! I will create a JIRA for adding a total write stat
> Administration console - Incorrect data field columns used on cache nodes page
> ------------------------------------------------------------------------------
>
> Key: ISPN-7733
> URL: https://issues.jboss.org/browse/ISPN-7733
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Final
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.0.1.Final
>
> Attachments: Screen Shot 2017-04-19 at 5.55.58 AM.png
>
>
> We've been using average-read-time value in place for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites. Since we do not have the data for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites we need to replace these four fields with some of the following:
> number-of-entries
> number-of-entries-in-memory
> average-remove-time
> number-of-locks-available
> average-replication-time
> number-of-locks-held
> average-write-time
> off-heap-memory-used
> passivations
> cache-loader-loads
> prepares
> cache-loader-misses
> read-write-ratio
> cache-loader-stores
> remove-hits
> remove-misses
> replication-count
> replication-failures
> rollbacks
> commits
> stores
> success-ratio
> evictions
> hit-ratio
> hits
> Let's pick 4-6 most useful fields and we'll enable admins to choose their own stat fields in subsequent versions.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (ISPN-7733) Administration console - Incorrect data field columns used on cache nodes page
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-7733?page=com.atlassian.jira.plugin.... ]
Ryan Emerson edited comment on ISPN-7733 at 4/19/17 6:30 AM:
-------------------------------------------------------------
[~vblagojevic] Based upon [StatsImpl|https://github.com/infinispan/infinispan/blob/master/core/src/m...] and the corresponding clustered variations, I believe the mapping is as follows:
TotalReads -> hits + misses (this should be retrievals stat, but it isn't curently exposed via the server)
TotalFailedReads -> misses
-TotalWrites -> remove-hits + remove-misses
TotalFailedWrites -> remove-misses-
Ignore the writes stats, these obviously only include removes! I will create a JIRA for adding a total write stat
was (Author: ryanemerson):
[~vblagojevic] Based upon [StatsImpl|https://github.com/infinispan/infinispan/blob/master/core/src/m...] and the corresponding clustered variations, I believe the mapping is as follows:
TotalReads -> hits + misses (this should be retrievals stat, but it isn't curently exposed via the server)
TotalFailedReads -> misses
TotalWrites -> remove-hits + remove-misses
TotalFailedWrites -> remove-misses
> Administration console - Incorrect data field columns used on cache nodes page
> ------------------------------------------------------------------------------
>
> Key: ISPN-7733
> URL: https://issues.jboss.org/browse/ISPN-7733
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Final
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.0.1.Final
>
> Attachments: Screen Shot 2017-04-19 at 5.55.58 AM.png
>
>
> We've been using average-read-time value in place for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites. Since we do not have the data for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites we need to replace these four fields with some of the following:
> number-of-entries
> number-of-entries-in-memory
> average-remove-time
> number-of-locks-available
> average-replication-time
> number-of-locks-held
> average-write-time
> off-heap-memory-used
> passivations
> cache-loader-loads
> prepares
> cache-loader-misses
> read-write-ratio
> cache-loader-stores
> remove-hits
> remove-misses
> replication-count
> replication-failures
> rollbacks
> commits
> stores
> success-ratio
> evictions
> hit-ratio
> hits
> Let's pick 4-6 most useful fields and we'll enable admins to choose their own stat fields in subsequent versions.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (ISPN-7733) Administration console - Incorrect data field columns used on cache nodes page
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-7733?page=com.atlassian.jira.plugin.... ]
Ryan Emerson commented on ISPN-7733:
------------------------------------
[~vblagojevic] Based upon [StatsImpl|https://github.com/infinispan/infinispan/blob/master/core/src/m...] and the corresponding clustered variations, I believe the mapping is as follows:
TotalReads -> hits + misses (this should be retrievals stat, but it isn't curently exposed via the server)
TotalFailedReads -> misses
TotalWrites -> remove-hits + remove-misses
TotalFailedWrites -> remove-misses
> Administration console - Incorrect data field columns used on cache nodes page
> ------------------------------------------------------------------------------
>
> Key: ISPN-7733
> URL: https://issues.jboss.org/browse/ISPN-7733
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Final
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.0.1.Final
>
> Attachments: Screen Shot 2017-04-19 at 5.55.58 AM.png
>
>
> We've been using average-read-time value in place for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites. Since we do not have the data for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites we need to replace these four fields with some of the following:
> number-of-entries
> number-of-entries-in-memory
> average-remove-time
> number-of-locks-available
> average-replication-time
> number-of-locks-held
> average-write-time
> off-heap-memory-used
> passivations
> cache-loader-loads
> prepares
> cache-loader-misses
> read-write-ratio
> cache-loader-stores
> remove-hits
> remove-misses
> replication-count
> replication-failures
> rollbacks
> commits
> stores
> success-ratio
> evictions
> hit-ratio
> hits
> Let's pick 4-6 most useful fields and we'll enable admins to choose their own stat fields in subsequent versions.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (ISPN-7734) Remote RESTEasy
by Sebastian Łaskawiec (JIRA)
Sebastian Łaskawiec created ISPN-7734:
-----------------------------------------
Summary: Remote RESTEasy
Key: ISPN-7734
URL: https://issues.jboss.org/browse/ISPN-7734
Project: Infinispan
Issue Type: Enhancement
Components: Server
Reporter: Sebastian Łaskawiec
Assignee: Sebastian Łaskawiec
Priority: Critical
Fix For: 9.1.0.Final
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (ISPN-7733) Administration console - Incorrect data field columns used on cache nodes page
by Vladimir Blagojevic (JIRA)
Vladimir Blagojevic created ISPN-7733:
-----------------------------------------
Summary: Administration console - Incorrect data field columns used on cache nodes page
Key: ISPN-7733
URL: https://issues.jboss.org/browse/ISPN-7733
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 9.0.0.Final
Reporter: Vladimir Blagojevic
Assignee: Vladimir Blagojevic
Fix For: 9.0.1.Final
Attachments: Screen Shot 2017-04-19 at 5.55.58 AM.png
We've been using average-read-time value in place for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites. Since we do not have the data for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites we need to replace these four fields with some of the following:
number-of-entries
number-of-entries-in-memory
average-remove-time
number-of-locks-available
average-replication-time
number-of-locks-held
average-write-time
off-heap-memory-used
passivations
cache-loader-loads
prepares
cache-loader-misses
read-write-ratio
cache-loader-stores
remove-hits
remove-misses
replication-count
replication-failures
rollbacks
commits
stores
success-ratio
evictions
hit-ratio
hits
Let's pick 4-6 most useful fields and we'll enable admins to choose their own stat fields in subsequent versions.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (ISPN-7733) Administration console - Incorrect data field columns used on cache nodes page
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7733?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7733:
--------------------------------------
Attachment: Screen Shot 2017-04-19 at 5.55.58 AM.png
> Administration console - Incorrect data field columns used on cache nodes page
> ------------------------------------------------------------------------------
>
> Key: ISPN-7733
> URL: https://issues.jboss.org/browse/ISPN-7733
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Final
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.0.1.Final
>
> Attachments: Screen Shot 2017-04-19 at 5.55.58 AM.png
>
>
> We've been using average-read-time value in place for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites. Since we do not have the data for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites we need to replace these four fields with some of the following:
> number-of-entries
> number-of-entries-in-memory
> average-remove-time
> number-of-locks-available
> average-replication-time
> number-of-locks-held
> average-write-time
> off-heap-memory-used
> passivations
> cache-loader-loads
> prepares
> cache-loader-misses
> read-write-ratio
> cache-loader-stores
> remove-hits
> remove-misses
> replication-count
> replication-failures
> rollbacks
> commits
> stores
> success-ratio
> evictions
> hit-ratio
> hits
> Let's pick 4-6 most useful fields and we'll enable admins to choose their own stat fields in subsequent versions.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months