Redshift Research Project

System Table Tracker

System view pg_catalog.stl_net_stat version 1.0.63269 / 2024-02-17

schema name column data type
pg_catalog stl_net_stat currenttime timestamp
pg_catalog stl_net_stat iface char(20)
pg_catalog stl_net_stat node int4
pg_catalog stl_net_stat query int4
pg_catalog stl_net_stat rxbytes int8
pg_catalog stl_net_stat rxcompressed int8
pg_catalog stl_net_stat rxdrops int8
pg_catalog stl_net_stat rxerrors int8
pg_catalog stl_net_stat rxfifo int8
pg_catalog stl_net_stat rxframe int8
pg_catalog stl_net_stat rxmulticast int8
pg_catalog stl_net_stat rxpackets int8
pg_catalog stl_net_stat sampletime timestamp
pg_catalog stl_net_stat segment int4
pg_catalog stl_net_stat txbytes int8
pg_catalog stl_net_stat txcarrier int8
pg_catalog stl_net_stat txcollisions int8
pg_catalog stl_net_stat txcompressed int8
pg_catalog stl_net_stat txdrops int8
pg_catalog stl_net_stat txerrors int8
pg_catalog stl_net_stat txfifo int8
pg_catalog stl_net_stat txpackets int8

View Text

SELECT stll_net_stat.currenttime,
       stll_net_stat.sampletime,
       stll_net_stat.query,
       stll_net_stat.segment,
       stll_net_stat.node,
       stll_net_stat.iface,
       stll_net_stat.rxbytes,
       stll_net_stat.rxpackets,
       stll_net_stat.rxerrors,
       stll_net_stat.rxdrops,
       stll_net_stat.rxfifo,
       stll_net_stat.rxframe,
       stll_net_stat.rxcompressed,
       stll_net_stat.rxmulticast,
       stll_net_stat.txbytes,
       stll_net_stat.txpackets,
       stll_net_stat.txerrors,
       stll_net_stat.txdrops,
       stll_net_stat.txfifo,
       stll_net_stat.txcollisions,
       stll_net_stat.txcarrier,
       stll_net_stat.txcompressed
FROM stll_net_stat


Home 3D Друк Blog Bring-Up Times Consultancy Cross-Region Benchmarks Email Forums IRC Mailing Lists Reddit Redshift Price Tracker Redshift Version Tracker Redshift Workbench System Table Tracker The Known Universe Twitter White Papers