Skip to content

Instantly share code, notes, and snippets.

@tdhopper
Created August 7, 2014 19:45
Show Gist options
  • Save tdhopper/28052562c079beb6b142 to your computer and use it in GitHub Desktop.
Save tdhopper/28052562c079beb6b142 to your computer and use it in GitHub Desktop.
tdhopper@~/repos/parsely/ptrack/streamparse (streamparse-dev) [feature/visitor-metrics] $ streamparse stats -e 0.9 -n index
# Topology summary
+-------+----------------------+--------+------------+--------------+----------------+------------+
| name | id | status | uptime | workersTotal | executorsTotal | tasksTotal |
+-------+----------------------+--------+------------+--------------+----------------+------------+
| index | index-367-1407431678 | ACTIVE | 2h 30m 12s | 8 | 85 | 85 |
+-------+----------------------+--------+------------+--------------+----------------+------------+
# Spouts (All time)
+-----------------------+---------+-------------+-----------------+--------+--------+
| spoutId | emitted | transferred | completeLatency | acked | failed |
+-----------------------+---------+-------------+-----------------+--------+--------+
| crawldb-oplog-spout | 680 | 680 | 0.000 | 0 | 0 |
| es-indexing-ops-spout | 213600 | 213600 | 12356.108 | 157480 | 0 |
+-----------------------+---------+-------------+-----------------+--------+--------+
# Bolts (All time)
+-------------------------------+-----------+-------+---------+-------------+----------+----------------+----------+----------------+--------+--------+-----------+
| boltId | executors | tasks | emitted | transferred | capacity | executeLatency | executed | processLatency | acked | failed | lastError |
+-------------------------------+-----------+-------+---------+-------------+----------+----------------+----------+----------------+--------+--------+-----------+
| elasticsearch-index-urls-bolt | 72 | 72 | 0 | 0 | 0.000 | 0.022 | 212760 | 11374.439 | 211480 | 0 | |
+-------------------------------+-----------+-------+---------+-------------+----------+----------------+----------+----------------+--------+--------+-----------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment