https://github.com/lebinh/ngxtop
ngxtop -l shared/some-access.log --no-follow
https://github.com/lebinh/ngxtop
ngxtop -l shared/some-access.log --no-follow
// IMPORTANT - Disable the Doctrine SQL Logger
$manager->getConnection()->getConfiguration()->setSQLLogger(null);
while (($data = getData()) {
$iteration++;
$obj = new EntityObject();
$obj->setName('henry');
// Fill object...
#https://www.vagrantup.com/docs/synced-folders/nfs.html | |
``` | |
$enable_serial_logging = false | |
config.vm.provider "virtualbox" do |v| | |
v.customize [ | |
"storagectl", :id, | |
"--name", "SATA Controller", | |
"--hostiocache", "on" | |
] |
<?php | |
declare(strict_types=1); | |
namespace Tests\Core; | |
use PHPUnit\Framework\Test; | |
use PHPUnit\Framework\TestListener; | |
use PHPUnit\Framework\TestListenerDefaultImplementation; | |
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; |
#! /bin/sh | |
# /etc/init.d/mailhog | |
### BEGIN INIT INFO | |
# Provides: mailhog | |
# Required-Start: $remote_fs $syslog | |
# Required-Stop: $remote_fs $syslog | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Start MailHog at boot time. | |
# Description: Enable MailHog. |
#! /bin/sh | |
# /etc/init.d/mailhog | |
### BEGIN INIT INFO | |
# Provides: mailhog | |
# Required-Start: $remote_fs $syslog | |
# Required-Stop: $remote_fs $syslog | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Start MailHog at boot time. | |
# Description: Enable MailHog. |