Contents

 System Info

Name Value
Previous |Next | Top | Query
select METANAME AS "Name", metavalue as "Value" from default_profile where source ='cpu'

 IO

Name Value
Previous |Next | Top | Query
select metaname as "Name", metavalue as "Value" from default_profile where source ='io'

 IO KB/s

org.apache.derby.impl.jdbc.EmbedSQLException: Table 'IOSTAT' does not exist.
org.apache.derby.impl.jdbc.Util:-1:in `generateCsSQLException'
org.apache.derby.impl.jdbc.TransactionResourceImpl:-1:in `wrapInSQLException'
org.apache.derby.impl.jdbc.TransactionResourceImpl:-1:in `handleException'
org.apache.derby.impl.jdbc.EmbedConnection:-1:in `handleException'
org.apache.derby.impl.jdbc.ConnectionChild:-1:in `handleException'
org.apache.derby.impl.jdbc.EmbedStatement:-1:in `execute'
Previous |Next | Top | Query
select time, sum(kbrps) as "Read KB/s",sum(kbwps) as "Write KB/s" from iostat group by Time