Diff
checker
Testo
Testo
Immagini
Documenti
Excel
Cartelle
Legal
Enterprise
Applicazione per desktop
Prezzi
Accedi
Scarica Diffchecker Desktop
Confronta il testo
Trova la differenza tra due file di testo
Strumenti
Cronologia
Editor live
Nascondi spazi bianchi
Comprimi invariate
Senza a capo
Layout
Diviso
Unificato
Livello di dettaglio
Intelligente
Parola
Carattere
Stili testo
Modifica aspetto
Evidenziazione sintassi
Scegli sintassi
Ignora
Trasforma testo
Vai alla prima modifica
Modifica input
Diffchecker Desktop
Il modo più sicuro per usare Diffchecker. Ottieni l'app Diffchecker Desktop: i tuoi diff non lasciano mai il tuo computer!
Ottieni Desktop
Diff between my jlist and theirs
Creato
6 anni fa
Il diff non scade mai
Eliminare
Esporta
Condividere
Spiegare
128 rimozioni
Linee
Totale
Rimosso
Caratteri
Totale
Rimosso
Per continuare a utilizzare questa funzione, aggiorna a
Diff
checker
Pro
Visualizza prezzi
271 linee
Copia tutti
73 aggiunte
Linee
Totale
Aggiunto
Caratteri
Totale
Aggiunto
Per continuare a utilizzare questa funzione, aggiorna a
Diff
checker
Pro
Visualizza prezzi
213 linee
Copia tutti
export interface Root {
export interface Root {
pid: number;
pid: number;
name: string;
name: string;
pm2_env: Pm2Env;
pm2_env: Pm2Env;
pm_id: number;
pm_id: number;
monit: Monit;
monit: Monit;
}
}
export interface Pm2Env {
export interface Pm2Env {
Copia
Copiato
Copia
Copiato
exit_c
ode
: number;
n
ode
_version
?:
string
;
prev_restart_delay
?:
number
;
versioning
?
: Versioning;
versioning
: Versioning;
node_version: string;
unstable_restarts: number;
unstable_restarts: number;
restart_time: number;
restart_time: number;
Copia
Copiato
Copia
Copiato
pm_id: number;
created_at: number;
created_at: number;
axm_dynamic: AxmDynamic;
axm_dynamic: AxmDynamic;
axm_options: AxmOptions;
axm_options: AxmOptions;
axm_monitor: AxmMonitor;
axm_monitor: AxmMonitor;
Copia
Copiato
Copia
Copiato
axm_actions:
AxmAction
[];
axm_actions:
any
[];
pm_uptime: number;
pm_uptime: number;
status: string;
status: string;
unique_id: string;
unique_id: string;
PM2_HOME: string;
PM2_HOME: string;
XDG_SESSION_ID: string;
XDG_SESSION_ID: string;
Copia
Copiato
Copia
Copiato
HOSTNAME: string;
SELINUX_ROLE_REQUESTED: string;
TERM: string;
TERM: string;
SHELL: string;
SHELL: string;
Copia
Copiato
Copia
Copiato
HISTSIZE: string;
SSH_CLIENT: string;
SSH_CLIENT: string;
Copia
Copiato
Copia
Copiato
SELINUX_USE_CURRENT_RANGE: string;
SSH_TTY: string;
SSH_TTY: string;
USER: string;
USER: string;
LS_COLORS: string;
LS_COLORS: string;
MAIL: string;
MAIL: string;
PATH: string;
PATH: string;
PWD: string;
PWD: string;
LANG: string;
LANG: string;
Copia
Copiato
Copia
Copiato
SELINUX_LEVEL_REQUESTED: string;
HISTCONTROL: string;
SHLVL: string;
SHLVL: string;
HOME: string;
HOME: string;
LOGNAME: string;
LOGNAME: string;
Copia
Copiato
Copia
Copiato
XDG_DATA_DIRS: string;
SSH_CONNECTION: string;
SSH_CONNECTION: string;
LESSOPEN: string;
LESSOPEN: string;
XDG_RUNTIME_DIR: string;
XDG_RUNTIME_DIR: string;
Copia
Copiato
Copia
Copiato
LESSCLOSE: string;
_: string;
_: string;
Copia
Copiato
Copia
Copiato
OLDPWD: string;
PM2_USAGE: string;
PM2_USAGE: string;
NODE_APP_INSTANCE: number;
NODE_APP_INSTANCE: number;
vizion_running: boolean;
vizion_running: boolean;
km_link: boolean;
km_link: boolean;
pm_pid_path: string;
pm_pid_path: string;
pm_err_log_path: string;
pm_err_log_path: string;
pm_out_log_path: string;
pm_out_log_path: string;
Copia
Copiato
Copia
Copiato
instances: number;
exec_mode: string;
exec_interpreter: string;
exec_interpreter: string;
pm_cwd: string;
pm_cwd: string;
Copia
Copiato
Copia
Copiato
env: Env;
pm_exec_path: string;
pm_exec_path: string;
node_args: any[];
node_args: any[];
name: string;
name: string;
Copia
Copiato
Copia
Copiato
namespace: string;
merge_logs
: boolean;
env: Env;
merge_logs
?
: boolean;
vizion: boolean;
vizion: boolean;
autorestart: boolean;
autorestart: boolean;
Copia
Copiato
Copia
Copiato
watch
?
: boolean;
watch
: boolean;
exec_mode: string;
instance_var: string;
instance_var: string;
pmx: boolean;
pmx: boolean;
automation: boolean;
automation: boolean;
treekill: boolean;
treekill: boolean;
username: string;
username: string;
windowsHide: boolean;
windowsHide: boolean;
kill_retry_time: number;
kill_retry_time: number;
Copia
Copiato
Copia
Copiato
version
?: string;
pm_id: number;
_pm2_version
?:
string
;
exit_code: number;
"api.oldschool.gg"
?: string;
OLDPWD
?: string;
NODE_ENV
?: string;
max_restarts
?:
number;
instances?: number
;
kongAuthenticator
?: string;
XMODIFIERS
?: string;
PM2_JSON_PROCESSING?: string;
PM2_JSON_PROCESSING?: string;
Copia
Copiato
Copia
Copiato
source_map_support
?:
boolean
;
GoAPI?: string;
cwd
?:
string
;
env_production?: EnvProduction;
env_production?: EnvProduction;
Copia
Copiato
Copia
Copiato
GoServeAPI?: string;
}
}
export interface Versioning {
export interface Versioning {
type: string;
type: string;
url: string;
url: string;
revision: string;
revision: string;
Copia
Copiato
Copia
Copiato
update_time: string;
comment: string;
comment: string;
unstaged: boolean;
unstaged: boolean;
branch: string;
branch: string;
remotes: string[];
remotes: string[];
remote: string;
remote: string;
branch_exists_on_remote: boolean;
branch_exists_on_remote: boolean;
ahead: boolean;
ahead: boolean;
Copia
Copiato
Copia
Copiato
next_rev:
any
;
next_rev:
string
;
prev_rev: string;
prev_rev: string;
Copia
Copiato
Copia
Copiato
update_time
: string
;
tags
: string
[]
;
repo_path: string;
repo_path: string;
}
}
export interface AxmDynamic {}
export interface AxmDynamic {}
export interface AxmOptions {
export interface AxmOptions {
Copia
Copiato
Copia
Copiato
error
: boolean;
error
?
: boolean;
heapdump: boolean;
metrics
?
: Metrics;
"feature.profiler.heapsnapshot": boolean;
actions?: Actions
;
"feature.profiler.heapsampling": boolean;
module_conf
?
: ModuleConf;
"feature.profiler.cpu_js": boolean;
module_name
?
: string;
latency: boolean;
module_version
?: string;
catchExceptions: boolean;
pmx_version?
: string;
profiling
: boolean;
metrics
: Metrics;
standalone: boolean;
tracing: Tracing
;
module_conf
: ModuleConf;
apm: Apm;
module_name
: string;
module_version
: string;
}
}
export interface Metrics {
export interface Metrics {
Copia
Copiato
Copia
Copiato
transaction: Transaction;
v8: boolean;
deepMetrics: boolean;
}
export interface Transaction {
http: boolean;
http: boolean;
Copia
Copiato
Copia
Copiato
runtime: boolean;
tracing
: boolean;
eventLoop: boolean;
network: boolean;
v8
: boolean;
}
}
Copia
Copiato
Copia
Copiato
export interface
Tracing
{
export interface
Actions
{
outbound
: boolean;
profilingHeap: boolean;
enabled
: boolean;
profilingCpu
: boolean;
eventLoopDump
: boolean;
}
}
export interface ModuleConf {}
export interface ModuleConf {}
Copia
Copiato
Copia
Copiato
export interface Apm {
version: string;
type: string;
}
export interface AxmMonitor {
export interface AxmMonitor {
Copia
Copiato
Copia
Copiato
"Heap Size": HeapSize;
"Loop delay"?: LoopDelay;
"Heap Usage": HeapUsage;
"Active handles"
?
: ActiveHandles;
"Used Heap Size": UsedHeapSize;
"Active requests"?: ActiveRequests;
"Active requests": ActiveRequests;
"Active handles"
: ActiveHandles;
"Event Loop Latency": EventLoopLatency;
"Event Loop Latency p95": EventLoopLatencyP95;
"HTTP Mean Latency"?: HttpMeanLatency;
"HTTP P95 Latency"?: HttpP95Latency;
HTTP?: Http;
}
}
Copia
Copiato
Copia
Copiato
export interface
HeapSize {
export interface
LoopDelay {
value: string;
type: string;
unit: string;
unit: string;
Copia
Copiato
Copia
Copiato
historic: boolean;
}
export interface HeapUsage {
value: number;
type: string;
type: string;
Copia
Copiato
Copia
Copiato
unit: string;
historic: boolean;
historic: boolean;
Copia
Copiato
Copia
Copiato
}
agg_type: string;
export interface UsedHeapSize {
value: string;
value: string;
Copia
Copiato
Copia
Copiato
type: string;
unit: string;
historic: boolean;
}
export interface ActiveRequests {
value: number;
type: string;
historic: boolean;
}
}
export interface ActiveHandles {
export interface ActiveHandles {
Copia
Copiato
Copia
Copiato
value: number;
type: string;
type: string;
historic: boolean;
historic: boolean;
Copia
Copiato
Copia
Copiato
}
agg_type: string;
export interface EventLoopLatency {
value: string;
type: string;
unit: string;
historic: boolean;
}
export interface EventLoopLatencyP95 {
value: string;
type: string;
unit: string;
historic: boolean;
}
export interface HttpMeanLatency {
value: number;
value: number;
Copia
Copiato
Copia
Copiato
type: string;
unit: string;
historic: boolean;
}
}
Copia
Copiato
Copia
Copiato
export interface
HttpP95Latency {
export interface
ActiveRequests {
value: number;
type: string;
type: string;
Copia
Copiato
Copia
Copiato
unit: string;
historic: boolean;
historic: boolean;
Copia
Copiato
Copia
Copiato
}
agg_type: string;
export interface Http {
value: number;
value: number;
Copia
Copiato
Copia
Copiato
type: string;
unit: string;
historic: boolean;
}
export interface AxmAction {
action_name: string;
action_type: string;
arity: number;
}
}
export interface Env {
export interface Env {
unique_id: string;
unique_id: string;
Copia
Copiato
Copia
Copiato
osts
?:
Osts
;
app
?:
App
;
PM2_HOME: string;
PM2_HOME: string;
XDG_SESSION_ID: string;
XDG_SESSION_ID: string;
Copia
Copiato
Copia
Copiato
HOSTNAME: string;
SELINUX_ROLE_REQUESTED: string;
TERM: string;
TERM: string;
SHELL: string;
SHELL: string;
Copia
Copiato
Copia
Copiato
HISTSIZE: string;
SSH_CLIENT: string;
SSH_CLIENT: string;
Copia
Copiato
Copia
Copiato
SELINUX_USE_CURRENT_RANGE: string;
SSH_TTY: string;
SSH_TTY: string;
USER: string;
USER: string;
LS_COLORS: string;
LS_COLORS: string;
MAIL: string;
MAIL: string;
PATH: string;
PATH: string;
PWD: string;
PWD: string;
LANG: string;
LANG: string;
Copia
Copiato
Copia
Copiato
SELINUX_LEVEL_REQUESTED: string;
HISTCONTROL: string;
SHLVL: string;
SHLVL: string;
HOME: string;
HOME: string;
LOGNAME: string;
LOGNAME: string;
Copia
Copiato
Copia
Copiato
XDG_DATA_DIRS: string;
SSH_CONNECTION: string;
SSH_CONNECTION: string;
LESSOPEN: string;
LESSOPEN: string;
XDG_RUNTIME_DIR: string;
XDG_RUNTIME_DIR: string;
Copia
Copiato
Copia
Copiato
LESSCLOSE: string;
_: string;
_: string;
Copia
Copiato
Copia
Copiato
OLDPWD: string;
PM2_USAGE: string;
PM2_USAGE: string;
Copia
Copiato
Copia
Copiato
"api.oldschool.gg"
?: string;
agent?: Agent;
NODE_ENV
?: string;
OLDPWD?: string;
kongAuthenticator
?: string;
XMODIFIERS
?: string;
PM2_JSON_PROCESSING?: string;
PM2_JSON_PROCESSING?: string;
Copia
Copiato
Copia
Copiato
ordo
?:
Ordo
;
GoAPI?: string;
GoServeAPI
?:
string
;
}
}
Copia
Copiato
Copia
Copiato
export interface
Osts
{}
export interface
App
{}
Copia
Copiato
Copia
Copiato
export interface
Ordo
{}
export interface
Agent
{}
export interface EnvProduction {
export interface EnvProduction {
NODE_ENV: string;
NODE_ENV: string;
}
}
export interface Monit {
export interface Monit {
memory: number;
memory: number;
cpu: number;
cpu: number;
}
}
Diff salvati
Testo originale
Apri file
export interface Root { pid: number; name: string; pm2_env: Pm2Env; pm_id: number; monit: Monit; } export interface Pm2Env { exit_code: number; prev_restart_delay?: number; versioning: Versioning; node_version: string; unstable_restarts: number; restart_time: number; pm_id: number; created_at: number; axm_dynamic: AxmDynamic; axm_options: AxmOptions; axm_monitor: AxmMonitor; axm_actions: AxmAction[]; pm_uptime: number; status: string; unique_id: string; PM2_HOME: string; XDG_SESSION_ID: string; TERM: string; SHELL: string; SSH_CLIENT: string; SSH_TTY: string; USER: string; LS_COLORS: string; MAIL: string; PATH: string; PWD: string; LANG: string; SHLVL: string; HOME: string; LOGNAME: string; XDG_DATA_DIRS: string; SSH_CONNECTION: string; LESSOPEN: string; XDG_RUNTIME_DIR: string; LESSCLOSE: string; _: string; OLDPWD: string; PM2_USAGE: string; NODE_APP_INSTANCE: number; vizion_running: boolean; km_link: boolean; pm_pid_path: string; pm_err_log_path: string; pm_out_log_path: string; instances: number; exec_mode: string; exec_interpreter: string; pm_cwd: string; pm_exec_path: string; node_args: any[]; name: string; namespace: string; env: Env; merge_logs?: boolean; vizion: boolean; autorestart: boolean; watch?: boolean; instance_var: string; pmx: boolean; automation: boolean; treekill: boolean; username: string; windowsHide: boolean; kill_retry_time: number; version?: string; _pm2_version?: string; "api.oldschool.gg"?: string; NODE_ENV?: string; PM2_JSON_PROCESSING?: string; source_map_support?: boolean; env_production?: EnvProduction; } export interface Versioning { type: string; url: string; revision: string; comment: string; unstaged: boolean; branch: string; remotes: string[]; remote: string; branch_exists_on_remote: boolean; ahead: boolean; next_rev: any; prev_rev: string; update_time: string; repo_path: string; } export interface AxmDynamic {} export interface AxmOptions { error: boolean; heapdump: boolean; "feature.profiler.heapsnapshot": boolean; "feature.profiler.heapsampling": boolean; "feature.profiler.cpu_js": boolean; latency: boolean; catchExceptions: boolean; profiling: boolean; metrics: Metrics; standalone: boolean; tracing: Tracing; module_conf: ModuleConf; apm: Apm; module_name: string; module_version: string; } export interface Metrics { http: boolean; runtime: boolean; eventLoop: boolean; network: boolean; v8: boolean; } export interface Tracing { outbound: boolean; enabled: boolean; } export interface ModuleConf {} export interface Apm { version: string; type: string; } export interface AxmMonitor { "Heap Size": HeapSize; "Heap Usage": HeapUsage; "Used Heap Size": UsedHeapSize; "Active requests": ActiveRequests; "Active handles": ActiveHandles; "Event Loop Latency": EventLoopLatency; "Event Loop Latency p95": EventLoopLatencyP95; "HTTP Mean Latency"?: HttpMeanLatency; "HTTP P95 Latency"?: HttpP95Latency; HTTP?: Http; } export interface HeapSize { value: string; type: string; unit: string; historic: boolean; } export interface HeapUsage { value: number; type: string; unit: string; historic: boolean; } export interface UsedHeapSize { value: string; type: string; unit: string; historic: boolean; } export interface ActiveRequests { value: number; type: string; historic: boolean; } export interface ActiveHandles { value: number; type: string; historic: boolean; } export interface EventLoopLatency { value: string; type: string; unit: string; historic: boolean; } export interface EventLoopLatencyP95 { value: string; type: string; unit: string; historic: boolean; } export interface HttpMeanLatency { value: number; type: string; unit: string; historic: boolean; } export interface HttpP95Latency { value: number; type: string; unit: string; historic: boolean; } export interface Http { value: number; type: string; unit: string; historic: boolean; } export interface AxmAction { action_name: string; action_type: string; arity: number; } export interface Env { unique_id: string; osts?: Osts; PM2_HOME: string; XDG_SESSION_ID: string; TERM: string; SHELL: string; SSH_CLIENT: string; SSH_TTY: string; USER: string; LS_COLORS: string; MAIL: string; PATH: string; PWD: string; LANG: string; SHLVL: string; HOME: string; LOGNAME: string; XDG_DATA_DIRS: string; SSH_CONNECTION: string; LESSOPEN: string; XDG_RUNTIME_DIR: string; LESSCLOSE: string; _: string; OLDPWD: string; PM2_USAGE: string; "api.oldschool.gg"?: string; NODE_ENV?: string; PM2_JSON_PROCESSING?: string; ordo?: Ordo; } export interface Osts {} export interface Ordo {} export interface EnvProduction { NODE_ENV: string; } export interface Monit { memory: number; cpu: number; }
Testo modificato
Apri file
export interface Root { pid: number; name: string; pm2_env: Pm2Env; pm_id: number; monit: Monit; } export interface Pm2Env { node_version?: string; versioning?: Versioning; unstable_restarts: number; restart_time: number; created_at: number; axm_dynamic: AxmDynamic; axm_options: AxmOptions; axm_monitor: AxmMonitor; axm_actions: any[]; pm_uptime: number; status: string; unique_id: string; PM2_HOME: string; XDG_SESSION_ID: string; HOSTNAME: string; SELINUX_ROLE_REQUESTED: string; TERM: string; SHELL: string; HISTSIZE: string; SSH_CLIENT: string; SELINUX_USE_CURRENT_RANGE: string; SSH_TTY: string; USER: string; LS_COLORS: string; MAIL: string; PATH: string; PWD: string; LANG: string; SELINUX_LEVEL_REQUESTED: string; HISTCONTROL: string; SHLVL: string; HOME: string; LOGNAME: string; SSH_CONNECTION: string; LESSOPEN: string; XDG_RUNTIME_DIR: string; _: string; PM2_USAGE: string; NODE_APP_INSTANCE: number; vizion_running: boolean; km_link: boolean; pm_pid_path: string; pm_err_log_path: string; pm_out_log_path: string; exec_interpreter: string; pm_cwd: string; env: Env; pm_exec_path: string; node_args: any[]; name: string; merge_logs: boolean; vizion: boolean; autorestart: boolean; watch: boolean; exec_mode: string; instance_var: string; pmx: boolean; automation: boolean; treekill: boolean; username: string; windowsHide: boolean; kill_retry_time: number; pm_id: number; exit_code: number; OLDPWD?: string; max_restarts?: number; instances?: number; kongAuthenticator?: string; XMODIFIERS?: string; PM2_JSON_PROCESSING?: string; GoAPI?: string; cwd?: string; env_production?: EnvProduction; GoServeAPI?: string; } export interface Versioning { type: string; url: string; revision: string; update_time: string; comment: string; unstaged: boolean; branch: string; remotes: string[]; remote: string; branch_exists_on_remote: boolean; ahead: boolean; next_rev: string; prev_rev: string; tags: string[]; repo_path: string; } export interface AxmDynamic {} export interface AxmOptions { error?: boolean; metrics?: Metrics; actions?: Actions; module_conf?: ModuleConf; module_name?: string; module_version?: string; pmx_version?: string; } export interface Metrics { transaction: Transaction; v8: boolean; deepMetrics: boolean; } export interface Transaction { http: boolean; tracing: boolean; } export interface Actions { profilingHeap: boolean; profilingCpu: boolean; eventLoopDump: boolean; } export interface ModuleConf {} export interface AxmMonitor { "Loop delay"?: LoopDelay; "Active handles"?: ActiveHandles; "Active requests"?: ActiveRequests; } export interface LoopDelay { unit: string; type: string; historic: boolean; agg_type: string; value: string; } export interface ActiveHandles { type: string; historic: boolean; agg_type: string; value: number; } export interface ActiveRequests { type: string; historic: boolean; agg_type: string; value: number; } export interface Env { unique_id: string; app?: App; PM2_HOME: string; XDG_SESSION_ID: string; HOSTNAME: string; SELINUX_ROLE_REQUESTED: string; TERM: string; SHELL: string; HISTSIZE: string; SSH_CLIENT: string; SELINUX_USE_CURRENT_RANGE: string; SSH_TTY: string; USER: string; LS_COLORS: string; MAIL: string; PATH: string; PWD: string; LANG: string; SELINUX_LEVEL_REQUESTED: string; HISTCONTROL: string; SHLVL: string; HOME: string; LOGNAME: string; SSH_CONNECTION: string; LESSOPEN: string; XDG_RUNTIME_DIR: string; _: string; PM2_USAGE: string; agent?: Agent; OLDPWD?: string; kongAuthenticator?: string; XMODIFIERS?: string; PM2_JSON_PROCESSING?: string; GoAPI?: string; GoServeAPI?: string; } export interface App {} export interface Agent {} export interface EnvProduction { NODE_ENV: string; } export interface Monit { memory: number; cpu: number; }
Trovare la differenza