Live data from Hacker News

Show HN: Real-time server monitoring in your browser

scoutapp.github.io

11–20 of 117 posts

Re: Show HN: Real-time server monitoring in your browser

#11
post #3
post #2

I like it, but why not use something like htop? [1] Perhaps it's not entirely comparable, but you do not need to open any extra ports or run any extra processes. It looks really nice though! [1] https://en.wikipedia.org/wiki/Htop

I love htop too, but the great thing about scout_realtime is the couple minutes of context provided the charts. Sometimes, nothing beats seeing a chart to quickly see what's going on.

I've found MenuMeters really useful (only available on Mac though)

http://www.ragingmenace.com/software/menumeters/index.html

It's always instantly clear when something like iTunes or a Chrome helper starts eating up 105% CPU, and provides quick access to force quitting it. :)

Screenshot: http://i.imgur.com/sEtkR9p.png

Re: Show HN: Real-time server monitoring in your browser

#13

Sorry to be the one posting a tangent (looks like a nice tool!), but please rewrite "for the modern man" to something more gender neutral.

Political correctness is such a depressing drain on the world. Leave it how it is. It's fine.

Reminds me of when they tried to rename Manholes to "Personnel Access Units" to avoid offending women.

If you're offended that something is named a 'manhole', you probably have too much time on your hands.

Re: Show HN: Real-time server monitoring in your browser

#14

[2014-03-10 15:04:45] ERROR TypeError: nil can't be coerced into Fixnum server_metrics-1.2.0/lib/server_metrics/collectors/memory.rb:81:in `+' Getting this error under OSX

Here as well, running with Ruby 2.0.0.

Sorry - mind sharing the output of "top -l1 -n0 -u"? Looks like an issue parsing out the memory stats on OSX.

Re: Show HN: Real-time server monitoring in your browser

#15

Earlier quoted context omitted.

Here as well, running with Ruby 2.0.0.

Sorry - mind sharing the output of "top -l1 -n0 -u"? Looks like an issue parsing out the memory stats on OSX.

Error:

  [2014-03-10 15:38:12] ERROR TypeError: nil can't be coerced into Fixnum
	/usr/local/Cellar/ruby/2.1.1/lib/ruby/gems/2.1.0/gems/server_metrics-1.2.0/lib/server_metrics/collectors/memory.rb:81:in `+'
Here's the output:

  [~] top -l1 -n0 -u
  Processes: 268 total, 3 running, 5 stuck, 260 sleeping, 2070 threads
  2014/03/10 15:36:26
  Load Avg: 1.92, 2.05, 2.08
  CPU usage: 4.46% user, 12.50% sys, 83.3% idle
  SharedLibs: 60M resident, 0B data, 4156K linkedit.
  MemRegions: 73352 total, 3529M resident, 83M private, 892M shared.
  PhysMem: 6726M used (1812M wired), 199M unused.
  VM: 570G vsize, 1312M framework vsize, 1570984(0) swapins, 1861805(0) swapouts.
  Networks: packets: 2441317/1583M in, 1428870/324M out.
  Disks: 3446592/122G read, 1578215/101G written.

Re: Show HN: Real-time server monitoring in your browser

#16

Sorry to be the one posting a tangent (looks like a nice tool!), but please rewrite "for the modern man" to something more gender neutral.

The landing page is on the gh-pages branch of the repo. I filed an issue for it here: https://github.com/scoutapp/scout_realtime/issues/6

Only reason I didn't file a PR myself was I wasn't sure what the best replacement would be (dev? sysadmin?), but this should be easy enough to fix if they're amenable.

EDIT: "Developer" as an alternative was merged very quickly. https://github.com/scoutapp/scout_realtime/pull/7

Re: Show HN: Real-time server monitoring in your browser

#17

Sorry to be the one posting a tangent (looks like a nice tool!), but please rewrite "for the modern man" to something more gender neutral.

I can't tell if you're trolling or not...

The use of man in this context is androgynous. It's merely an abbreviated use of "mankind," which is an abbreviated use of "humankind." I'm sorry if you're upset by this wording, but it's not inappropriate.

Re: Show HN: Real-time server monitoring in your browser

#18
Can you guys add a if/else clause in sinatra and add a FreeBSD logo?[1]

I see tux in my FreeBSD server and feels weird.

[1] https://github.com/scoutapp/scout_realtime/blob/master/lib/s...

ps. My photo-editing skills suck bigtime otherwise I'd do it.

EDIT: Doesn't seem to work properly under FreeBSD-10. No data is displayed. Apparently (as expected) uses Linux ProcFS structure to get data. So FreeBSD for now is not supported, keep the icon for later :-)

Re: Show HN: Real-time server monitoring in your browser

#19

Sorry to be the one posting a tangent (looks like a nice tool!), but please rewrite "for the modern man" to something more gender neutral.

That's the first thing I thought. Please, please change it. Things are difficult enough for women in technology without things like that. I don't care what the rational is. It looks awful, and I'd be embarrassed to show that to women at work.

Re: Show HN: Real-time server monitoring in your browser

#20

Earlier quoted context omitted.

Sorry - mind sharing the output of "top -l1 -n0 -u"? Looks like an issue parsing out the memory stats on OSX.

Error: [2014-03-10 15:38:12] ERROR TypeError: nil can't be coerced into Fixnum /usr/local/Cellar/ruby/2.1.1/lib/ruby/gems/2.1.0/gems/server_metrics-1.2.0/lib/server_metrics/collectors/memory.rb:81:in `+' Here's the output: [~] top -l1 -n0 -u Processes: 268 total, 3 running, 5 stuck, 260 sleeping, 2070 threads 2014/03/10 15:36:26 Load Avg: 1.92, 2.05, 2.08 CPU usage: 4.46% user, 12.50% sys, 83.3% idle SharedLibs: 60M…

Thanks - I can reproduce with that output. Opened an issue on github - we'll fix:

https://github.com/scoutapp/server_metrics/issues/9

Post reply on HN