Warning: session_start(): open(/var/lib/php/sessions/sess_pjs85s16clq67mqlh5a3gegpgt, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7 sclass ThreadMemoryAllocationRates extends DynModule { transient SimpleLiveValue lv = stringLiveValue(); JComponent visualize() { ret jLiveValueTypeWriterTextArea(lv); } void start { doEveryAndNow(1.0, r doIt); } void doIt { temp enter(); if (!threadMXBean().isThreadAllocatedMemoryEnabled()) ret with lv.set("Thread memory allocation not monitored"); L threads = allThreads_fast(); long[] values = getThreadAllocatedBytes(threadIDs_array(threads)); new L lines; for i over values: if (values[i] != 0) lines.add(toK(values[i]) + "K: " + threads.get(i).getName()); lv.set(lines(lines)); } }