Changeset 0eea37019a388486ec2858045b029e36e0e47158
- Timestamp:
- 01/30/08 14:53:23
(5 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1201704803 +0000
- git-parent:
[84b424dcdf547a34e263fc6febe927e75d1b1c07]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1201704803 +0000
- Message:
use %f as to avoid occassional scientific notation
git-svn-id: https://labs.omniti.com/resmon/trunk@66 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| reb13d72 |
r0eea370 |
|
| 84 | 84 | my $results = { |
|---|
| 85 | 85 | configuration => eval { $monobj->config_as_hash(); }, |
|---|
| 86 | | last_runtime_seconds => tv_interval($starttime), |
|---|
| | 86 | last_runtime_seconds => sprintf("%.6f", tv_interval($starttime)), |
|---|
| 87 | 87 | }; |
|---|
| 88 | 88 | if($@) { |
|---|