mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
profiles/common: adjust the formatting-only, and run-only-at-startup
status scripts to run every 9,999,999 seconds (~115 days), minor performance improvement once a day, easier to identify such jobs
This commit is contained in:
parent
36e371c8bf
commit
3be22f08eb
2 changed files with 14 additions and 12 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -17,7 +17,9 @@ byobu (2.46) unreleased; urgency=low
|
|||
* bin/cpu_temp, bin/temp_f, bin/temp_c, byobu-config, byobu.1,
|
||||
profiles/common, rpm/byobu.spec, statusrc: merge temp_f and temp_c
|
||||
into a single cpu_temp script
|
||||
|
||||
* profiles/common: adjust the formatting-only, and run-only-at-startup
|
||||
status scripts to run every 9,999,999 seconds (~115 days), minor
|
||||
performance improvement once a day, easier to identify such jobs
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 07 Jan 2010 21:53:14 -0600
|
||||
|
||||
|
|
|
@ -33,10 +33,10 @@ defutf8 on
|
|||
# ~600 ~10 minutes
|
||||
# ~180 ~3 minutes
|
||||
# ~60 ~1 minute
|
||||
backtick 10 86389 86389 byobu-janitor
|
||||
backtick 11 86399 86399 printf "\005-1="
|
||||
backtick 12 86413 86413 byobu-status color
|
||||
backtick 99 86011 86011 byobu-status logo
|
||||
backtick 10 9999999 9999999 byobu-janitor
|
||||
backtick 11 9999999 9999999 printf "\005-1="
|
||||
backtick 12 9999999 9999999 byobu-status color
|
||||
backtick 99 9999999 9999999 byobu-status logo
|
||||
backtick 100 599 599 byobu-status release
|
||||
backtick 101 7 7 byobu-status updates_available
|
||||
backtick 102 5 5 byobu-status reboot_required
|
||||
|
@ -48,22 +48,22 @@ backtick 107 13 13 byobu-status mem_used
|
|||
backtick 108 601 601 byobu-status ec2_cost
|
||||
backtick 109 607 607 byobu-status hostname
|
||||
backtick 110 86029 86029 byobu-status whoami
|
||||
backtick 111 86069 86069 byobu-status menu
|
||||
backtick 112 86077 86077 byobu-status arch
|
||||
backtick 111 9999999 9999999 byobu-status menu
|
||||
backtick 112 9999999 9999999 byobu-status arch
|
||||
backtick 113 61 61 byobu-status battery
|
||||
backtick 114 11 11 byobu-status users
|
||||
backtick 115 29 29 byobu-status uptime
|
||||
backtick 116 7 7 byobu-status processes
|
||||
backtick 117 3 3 byobu-status network
|
||||
backtick 118 86083 86083 true
|
||||
backtick 118 9999999 9999999 true
|
||||
backtick 119 17 17 byobu-status wifi_quality
|
||||
backtick 120 86111 86111 byobu-status date
|
||||
backtick 121 86113 86113 byobu-status time
|
||||
backtick 120 9999999 9999999 byobu-status date
|
||||
backtick 121 9999999 9999999 byobu-status time
|
||||
backtick 122 127 127 byobu-status ip_address
|
||||
backtick 123 13 13 byobu-status disk
|
||||
backtick 124 86117 86117 true
|
||||
backtick 124 9999999 9999999 true
|
||||
backtick 125 19 19 byobu-status cpu_temp
|
||||
backtick 126 86117 86117 true
|
||||
backtick 126 9999999 9999999 true
|
||||
backtick 127 5 5 byobu-status mail
|
||||
backtick 128 23 23 byobu-status fan_speed
|
||||
backtick 129 67 67 byobu-status apport
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue