/tg/ Station 13 - Modules - TypesVar Details

qdel_item

Qdel Item: Holds statistics on each type that passes thru qdel

Vars

destroy_timeTotal amount of milliseconds spent processing this type's Destroy()
extra_detailsLazylist of string metadata about the deleted objects
failuresTimes it was queued for soft deletion but failed to soft delete.
hard_delete_maxHighest time spent hard_deleting this in ms.
hard_delete_timeTotal amount of milliseconds spent hard deleting this type.
hard_deletesDifferent from failures because it also includes QDEL_HINT_HARDDEL deletions
hard_deletes_over_thresholdNumber of times hard deletes took longer than the configured threshold
nameHolds the type as a string for this type
no_hintNumber of times it's not even bother to give a qdel hint
no_respect_forceNumber of times it's not respected force=TRUE
qdel_flagsFlags related to this type's trip thru qdel.
qdelsTotal number of times it's passed thru qdel.
slept_destroyNumber of times it's slept in its destroy

Var Details

destroy_time

Total amount of milliseconds spent processing this type's Destroy()

extra_details

Lazylist of string metadata about the deleted objects

failures

Times it was queued for soft deletion but failed to soft delete.

hard_delete_max

Highest time spent hard_deleting this in ms.

hard_delete_time

Total amount of milliseconds spent hard deleting this type.

hard_deletes

Different from failures because it also includes QDEL_HINT_HARDDEL deletions

hard_deletes_over_threshold

Number of times hard deletes took longer than the configured threshold

name

Holds the type as a string for this type

no_hint

Number of times it's not even bother to give a qdel hint

no_respect_force

Number of times it's not respected force=TRUE

qdel_flags

Flags related to this type's trip thru qdel.

qdels

Total number of times it's passed thru qdel.

slept_destroy

Number of times it's slept in its destroy