I think that all the status jobs stuff needs to be moved into formats,
but it needs a bit of thinking.

At the moment the jobs are run every status-interval with the
last two complete sets of output kept.

For formats it's a bit more fiddly because we could have many formats
coming from different places, some of them only used once.

I expect we probably want to do something vaguely similar but I'd say
have one cached set of outputs which is regularly cleaned of old entries
(every 5 minutes? 1 hour? 24 hours?). When a job is seen in a format, we
start it up and in the meantime use the value in the cache (or if it
isn't ready, something generic like '<job %d not ready>'. After it has
completed the first time, of course the old value will be ready (unless
it hasn't been run since the last clean).




On Sat, May 16, 2015 at 07:01:54PM +0100, Thomas Adam wrote:
> On Fri, May 15, 2015 at 09:52:06PM -0700, Lander Brandt wrote:
> > When upgrading from tmux 1.9a to 2.0, shell commands are no longer
> > executed in title strings. For example I have in my .tmux.conf:
> 
> Yes, it will be replaced eventually.
> 
> -- Thomas Adam
> 
> -- 
> "Deep in my heart I wish I was wrong.  But deep in my heart I know I am
> not." -- Morrissey ("Girl Least Likely To" -- off of Viva Hate.)
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> tmux-users mailing list
> tmux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tmux-users

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to