FrankReh
FrankReh
JSON blobs gotten from the expvar package sounds good. Before "Augie" is responsible for managing various upspin services, would it be useful if it more simply monitored them? It could...
Are there any open source projects for displaying expvar data you would like me to draw inspiration from?
I thought the authors of memstats or expvar might have written some javascript already for displaying the GC info in a browser graphically. I didn't want to be reinventing the...
I'm making good progress but I've had to stub out the connection to a unix domain socket for now. I'm using curl to poll the unix sockets but hope that...
@adg That's what I'm doing - that part works great. For my current tests, I start up upbox, and another upspin client manually having changed the cache server config to...
Okay to target macosx10.12 (Sierra) and newer or will some folks require 10.10 or 10.11 (Yosemite or El Capiton)?
I like the idea of keeping anything that could compromise the security of the upspin client information on the go side. Keeping the upspin client package all go and all...
I have some things working now in a windowing program to display the results of polling TCP and IPC endpoints for /debug/vars information. But the display is heavy on the...
@frou, Thanks but I've got quite a bit working now and will put the first version out soon. After that, I'll be happy to learn more about what others have...
The repo for this macOS app is available. https://github.com/FrankReh/swift-expvar It polls IPC and TCP socket endpoints for expvar data to display. It uses the status bar for displaying the overall...