Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CacheTool 9.1.0 | opcache:status is reporting Universal Time (UTC) instead of Local Time (EDT) #248

Open
jimmywarrenjr opened this issue Oct 2, 2024 · 0 comments

Comments

@jimmywarrenjr
Copy link

PHP 8.3.6 (fpm-fcgi) | Ubuntu 24.04.1 LTS (Noble Numbat) | Apache/2.4.58 (Ubuntu) | MySQL 8.0.39-0ubuntu0.24.04.2

CacheTool 9.1.0

opcache:status is reporting Universal Time (UTC) instead of Local Time (EDT) for Start time and Last restart time.

CacheTool opcache:status

 Samuel Gordalina's CLI App and library to manage apc & opcache.
+----------------------+---------------------------------+
| Name                 | Value                           |
+----------------------+---------------------------------+
| Enabled              | Yes                             |
| Cache full           | No                              |
| Restart pending      | No                              |
| Restart in progress  | No                              |
| Memory used          | 310.61 MiB                      |
| Memory free          | 1.7 GiB                         |
| Memory wasted (%)    | 0 b (0%)                        |
| Strings buffer size  | 64 MiB                          |
| Strings memory used  | 24.44 MiB                       |
| Strings memory free  | 39.56 MiB                       |
| Number of strings    | 127724                          |
+----------------------+---------------------------------+
| Cached scripts       | 5664                            |
| Cached keys          | 6127                            |
| Max cached keys      | 16229                           |
| Start time           | Wed, 02 Oct 2024 12:19:07 +0000 |
| Last restart time    | Never                           |
| Oom restarts         | 0                               |
| Hash restarts        | 0                               |
| Manual restarts      | 0                               |
| Hits                 | 484124                          |
| Misses               | 5677                            |
| Blacklist misses (%) | 0 (0%)                          |
| Opcache hit rate     | 98.840957858396                 |
+----------------------+---------------------------------+

CacheTool opcache:configuration

Zend OPcache 8.3.6
+---------------------------------------+------------+
| Directive                             | Value      |
+---------------------------------------+------------+
| opcache.enable                        | true       |
| opcache.enable_cli                    | true       |
| opcache.use_cwd                       | true       |
| opcache.validate_timestamps           | true       |
| opcache.validate_permission           | false      |
| opcache.validate_root                 | false      |
| opcache.dups_fix                      | false      |
| opcache.revalidate_path               | false      |
| opcache.log_verbosity_level           | 1          |
| opcache.memory_consumption            | 2147483648 |
| opcache.interned_strings_buffer       | 64         |
| opcache.max_accelerated_files         | 10000      |
| opcache.max_wasted_percentage         | 0.05       |
| opcache.force_restart_timeout         | 180        |
| opcache.revalidate_freq               | 2          |
| opcache.preferred_memory_model        | ''         |
| opcache.blacklist_filename            | ''         |
| opcache.max_file_size                 | 0          |
| opcache.error_log                     | ''         |
| opcache.protect_memory                | false      |
| opcache.save_comments                 | true       |
| opcache.record_warnings               | false      |
| opcache.enable_file_override          | false      |
| opcache.optimization_level            | 2147401727 |
| opcache.lockfile_path                 | '/tmp'     |
| opcache.file_cache                    | ''         |
| opcache.file_cache_only               | false      |
| opcache.file_cache_consistency_checks | true       |
| opcache.file_update_protection        | 2          |
| opcache.opt_debug_level               | 0          |
| opcache.restrict_api                  | ''         |
| opcache.huge_code_pages               | false      |
| opcache.preload                       | ''         |
| opcache.preload_user                  | ''         |
| opcache.jit                           | '1'        |
| opcache.jit_buffer_size               | 134217728  |
| opcache.jit_debug                     | 0          |
| opcache.jit_bisect_limit              | 0          |
| opcache.jit_blacklist_root_trace      | 16         |
| opcache.jit_blacklist_side_trace      | 8          |
| opcache.jit_hot_func                  | 127        |
| opcache.jit_hot_loop                  | 64         |
| opcache.jit_hot_return                | 8          |
| opcache.jit_hot_side_exit             | 8          |
| opcache.jit_max_exit_counters         | 8192       |
| opcache.jit_max_loop_unrolls          | 8          |
| opcache.jit_max_polymorphic_calls     | 2          |
| opcache.jit_max_recursive_calls       | 2          |
| opcache.jit_max_recursive_returns     | 2          |
| opcache.jit_max_root_traces           | 1024       |
| opcache.jit_max_side_traces           | 128        |
| opcache.jit_prof_threshold            | 0          |
| opcache.jit_max_trace_length          | 1024       |
+---------------------------------------+------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant